vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - CES Intelligent Postbit Query (https://vborg.vbsupport.ru/showthread.php?t=137711)

COBRAws 01-28-2007 10:46 PM

Quote:

Originally Posted by TheFrienzNet (Post 1169324)
As seen from your profile card, you are using vBulletin 3.5.4. This hack only supports 3.6.x.

Im using 3.6.4 my profile was not updated.

thincom2000 01-28-2007 10:46 PM

Quote:

Originally Posted by COBRAws (Post 1169322)
I was having the Steal sigs bug, now I updated with the new code replacements (replaced just the first instances and the two).

Anything I do, I get the following error msg:


mmm :(

That happened to me while during primary testing. On vBulletin 3.6.4 it happens when you have:
PHP Code:

$lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype $lastfetchtype;
$lastcheck = ($lastfetchtype == $fetchtype) ? true false

instead of
PHP Code:

$lastcheck = ($lastfetchtype == $fetchtype) ? true false;
$lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype $lastfetchtype


COBRAws 01-28-2007 10:51 PM

Quote:

Originally Posted by thincom2000 (Post 1169362)
That happened to me while during primary testing. On vBulletin 3.6.4 it happens when you have:
PHP Code:

$lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype $lastfetchtype;
$lastcheck = ($lastfetchtype == $fetchtype) ? true false

instead of
PHP Code:

$lastcheck = ($lastfetchtype == $fetchtype) ? true false;
$lastfetchtype = ($lastfetchtype != $fetchtype) ? $fetchtype $lastfetchtype


Thanks, quick replier :D but im using 3.6.4 as on my last message. Sorry for not updating my profile info.

thincom2000 01-28-2007 11:03 PM

In that case please post your showthread.php (stripped of license data), and I'll take a look at it.

Kiros72 01-28-2007 11:20 PM

Is there any reason the queries would appear to be the same (before and after the hack)?

thincom2000 01-28-2007 11:32 PM

For each post, -1 query. For each signature +1 query.

It would appear to be the same if the number of different signatures and posts are the same. In its current form, this would only be beneficial if the same people keep posting in a thread.

EDIT: That's completely untrue. I just looked at the code again, and at my site, and this does not add queries for signatures.

There is no reason I can think of why you should not be getting QUERIES SAVED = NUMBER OF POSTS ON PAGE - 1.

Do you have any hacks that run on postbit hooks ?

Cap'n Steve 01-28-2007 11:55 PM

Maybe I'm missing what exactly this hack does, but I know that default vBulletin doesn't do a query for every post. If you have more than 20 queries or so, then something is very wrong.

Get Shorty 01-29-2007 12:17 AM

Quote:

Originally Posted by Cap'n Steve (Post 1169400)
Maybe I'm missing what exactly this hack does, but I know that default vBulletin doesn't do a query for every post. If you have more than 20 queries or so, then something is very wrong.

Yeah, like I mentioned, I didn't see any change in query usage.

Kiros72 01-29-2007 12:50 AM

Quote:

Originally Posted by Cap'n Steve (Post 1169400)
Maybe I'm missing what exactly this hack does, but I know that default vBulletin doesn't do a query for every post. If you have more than 20 queries or so, then something is very wrong.

No, I don't have any hacks that would modify the postbits - not that I'm aware of :confused:

G_Man 01-29-2007 01:49 AM

Quote:

Originally Posted by Cap'n Steve (Post 1169400)
Maybe I'm missing what exactly this hack does, but I know that default vBulletin doesn't do a query for every post. If you have more than 20 queries or so, then something is very wrong.


I just uninstalled since my queries were exactly the same as before making the edits. It sure seems to be helping on some forums though.

Hopefully something can be found to establish this benefit. I have a few mods boosting my queries to around 27-35 or so...


All times are GMT. The time now is 03:51 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.01165 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete