Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 49
Search took 0.00 seconds.
Search: Posts Made By: Dan_UPC
Forum: vB3 Programming Discussions 10-27-2008, 04:27 PM
Replies: 7
Views: 914
Posted By Dan_UPC
Thanks. Would be nice if there was some...

Thanks. Would be nice if there was some documentation to tell us things like that.
Forum: vB3 Programming Discussions 10-27-2008, 04:12 PM
Replies: 7
Views: 914
Posted By Dan_UPC
Thanks, I came to the same conclusion a few...

Thanks, I came to the same conclusion a few minutes ago. Just annoying since the template and code sent me on a wild goose chase. The template reference $vboptions['copyrighttext'] and the code...
Forum: vB3 Programming Discussions 10-27-2008, 02:45 PM
Replies: 7
Views: 914
Posted By Dan_UPC
I've tried a number of things just to see if the...

I've tried a number of things just to see if the variable is being changed but even something simple like


$vboptions[copyrighttext]="test";


Does nothing in all the hook locations I've...
Forum: vB3 Programming Discussions 10-27-2008, 02:06 PM
Replies: 7
Views: 914
Posted By Dan_UPC
Any clues?

Any clues?
Forum: vB3 Programming Discussions 10-23-2008, 12:35 PM
Replies: 7
Views: 914
Posted By Dan_UPC
Hook for $vboptions[copyrighttext]

I'm creating a product and one of the plugins needs to alter $vboptions[copyrighttext] at runtime before it gets displayed in the footer ... Which hook location would allow me to access...
Forum: vBulletin 2.x Full Releases 01-26-2005, 12:16 PM
Replies: 423
Views: 57,140
Posted By Dan_UPC
[QUOTE=Alchemist]Does anyone know how to fix...

[QUOTE=Alchemist]Does anyone know how to fix $year. Because even when I edit the template to fix from 2001-2004 to 2005 - 2009, doesn't work.
Forum: vBulletin 2.x Full Releases 11-10-2004, 03:37 PM
Replies: 6
Views: 4,842
Posted By Dan_UPC
Thanks Tommy, this is great. Just one...

Thanks Tommy, this is great.

Just one suggestion, you should probably also update editpost.php cause there is also a link on the edit post page that needs to be patched.
Forum: vB3 Programming Discussions 11-05-2004, 12:48 PM
Replies: 12
Views: 1,197
Posted By Dan_UPC
Ok. Thanks to everyone that has helped.

Ok.
Thanks to everyone that has helped.
Forum: vB3 Programming Discussions 11-03-2004, 11:03 PM
Replies: 12
Views: 1,197
Posted By Dan_UPC
Thanks guys. I must of been mistaken with the 1st...

Thanks guys. I must of been mistaken with the 1st example.

I still need to know if there is a way to get that 2nd example to work under PHP 5 by setting an option in php.ini
Forum: vB3 Programming Discussions 11-03-2004, 04:59 PM
Replies: 12
Views: 1,197
Posted By Dan_UPC
This is what I expected was the problem. Does...

This is what I expected was the problem. Does anyone know how I can get this php 3 / 4 behaviour to be the default in php 5 (I hope there is a php.ini setting? as I really don't wan't to have to...
Forum: vB3 Programming Discussions 11-03-2004, 03:52 PM
Replies: 12
Views: 1,197
Posted By Dan_UPC
Thanks Xenon. That's fair enough but if you...

Thanks Xenon.

That's fair enough but if you try it yourself, you'll see that you get an output of 1 when it's true.

What about the 2nd example?
Forum: vB3 Programming Discussions 11-03-2004, 02:19 PM
Replies: 12
Views: 1,197
Posted By Dan_UPC
Another example of broken code from this...

Another example of broken code from this behaviour is the vB 2.2.x update threads routine in /admin/misc.php if there are no attachments for a particular thread,
$attachsum=
instead of ...
Forum: vB3 Programming Discussions 11-03-2004, 10:23 AM
Replies: 12
Views: 1,197
Posted By Dan_UPC
No that's not it. The region hasn't changed. ...

No that's not it. The region hasn't changed.

123.123 does not equal intval(123.123) because intval(123.123) equals 123 so it's doing that much correctly. What it's not doing is Echoing the 0.
Forum: vB3 Programming Discussions 11-03-2004, 06:11 AM
Replies: 12
Views: 1,197
Posted By Dan_UPC
Weird PHP variable behaviour

Here's the problem.


$val=123;
echo $val==intval($val); // Echo: 1

$val=123.123;
echo $val==intval($val); // Echo:
Forum: vBulletin 2.x Full Releases 10-07-2003, 02:28 PM
Replies: 108
Views: 31,367
Posted By Dan_UPC
Ok, I've worked out what was causing the really...

Ok, I've worked out what was causing the really wide tables in my case. I'll post a fix in the next 48hrs.
Forum: vBulletin 2.x Full Releases 10-07-2003, 11:25 AM
Replies: 108
Views: 31,367
Posted By Dan_UPC
I'm investigating it at the moment ... should...

I'm investigating it at the moment ... should have an answer for you by the end of the week.
Forum: vBulletin 2.x Full Releases 10-07-2003, 10:28 AM
Replies: 108
Views: 31,367
Posted By Dan_UPC
Logician, I'm not saying that it is 100%...

Logician,

I'm not saying that it is 100% redundant but it makes very little difference if you've got gzip turned on ... I tested with gzip on with and without this and the difference is extremely...
Forum: vBulletin 2.x Full Releases 10-07-2003, 06:38 AM
Replies: 108
Views: 31,367
Posted By Dan_UPC
With GZIP enabled, this hack is almost redundant...

With GZIP enabled, this hack is almost redundant ... the savings equate to about 1% or so over and above a GZIPPED page. The reported savings on a GZIP Enabled board are also bogus because it reports...
Forum: vBulletin 2.x Full Releases 10-06-2003, 12:40 PM
Replies: 108
Views: 31,367
Posted By Dan_UPC
I've also found and documented this.

I've also found and documented this.
Forum: vBulletin 2.x Full Releases 10-03-2003, 02:20 PM
Replies: 423
Views: 57,140
Posted By Dan_UPC
Thanks bira, this is a really nice hack.

Thanks bira, this is a really nice hack.
Forum: vBulletin 2.x Full Releases 10-03-2003, 01:52 PM
Replies: 108
Views: 31,367
Posted By Dan_UPC
Another problem seems to be that if a template...

Another problem seems to be that if a template contains " " ie. a space, it is deleted but if the template contains "  " then it gets displayed as "  " ie. 2 spaces. The script doesn't...
Forum: Member Archives 10-03-2003, 01:07 PM
Replies: 9
Views: 1,146
Posted By Dan_UPC
To ignore posts (from a particular forum) on...

To ignore posts (from a particular forum) on index.php this should work ...

$totalposts=$DB_site->query_first("SELECT count(*) AS posts FROM post, thread WHERE post.threadid=thread.threadid AND...
Forum: Modification Requests/Questions (Unpaid) 03-07-2003, 01:49 PM
Replies: 33
Views: 4,033
Posted By Dan_UPC
no they cant.

no they cant.
Forum: Modification Requests/Questions (Unpaid) 03-07-2003, 01:41 PM
Replies: 33
Views: 4,033
Posted By Dan_UPC
I'll have my hack done this weekend so you can...

I'll have my hack done this weekend so you can see how I've done it then.
Forum: Modification Requests/Questions (Unpaid) 03-07-2003, 02:07 AM
Replies: 33
Views: 4,033
Posted By Dan_UPC
My version is far more comprehensive than that...

My version is far more comprehensive than that and the queries / table structures are more optimized.
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT. The time now is 06:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03252 seconds
  • Memory Usage 2,028KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (47)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete