![]() |
Nice, easy to install and speeds up my pages a lot
*install* |
:bunny: wow! loads a lot faster, thx :)
clicking install.... |
Quote:
but you could use $forum['moderatenew'] to decide which version you wanted to use. if ($forum['moderatenew']) { //use old queries } else { //use faster queries } |
Installed without any problem. Threads load more faster!
Thanks Zzed! |
Same here :)!
|
Quote:
where to ? :ermm: |
My forums are private :)
|
Before: in 0.24841595
After: 0.20439696 |
Quote:
Why not just change this line... Code:
$postids.= "post.threadid='$threadid'"; Code:
$postids.= "post.threadid='$threadid' AND post.visible='1'"; |
BTW, this (after you've applied the mod)
Code:
$postscount=$DB_site->query_first("SELECT replycount AS posts FROM thread WHERE threadid='$threadid'"); Code:
$totalposts = $thread['replycount'] + 1; |
All times are GMT. The time now is 01:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|