![]() |
Quote:
Since this question has now been asked and answered over 10 million times, we can no longer keep lengthening the thread by simply repeating the answer. It's more productive to teach people how to find the answer on their own. |
Quote:
|
Quote:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" /> |
Hi I made a small change in the file post_thanks.php , . I change ORDER BY post.dateline to ORDER BY post.postid.
This will increase the performance of the plugin .. as you can read in http://articles.digitalpoint.com/con...ze-vBulletin-4 |
If you want to get an extra performance in post thanks .. you need to edit the file functions_post_thanks.php that is in the Include directory. Search for "SELECT * and change to
"SELECT postid,userid,post_thanks.username,date. with this change you will reduce the quantity of data that will flow from DB to Webserver and reduce the time :) |
Quote:
there are a few SELECT * there thanks for the info. |
this mod hasn't been updated in ages :(
|
Hello, I am getting vBulletin Database Error in my vBulletin 4.1.8
I guess it is because of this mod, so please help Code:
Database error in vBulletin 4.1.8: Error Number : 1146 Request Date : Friday, December 2nd 2011 @ 02:07:11 PM Error Date : Friday, December 2nd 2011 @ 02:07:11 PM Script : http://www.*****.info/forum/post_tha...er_gave&u=4255 Referrer : IP Address : ******** Username : Unregistered Classname : vB_Database MySQL Version : |
Quote:
Yes sorry :) ... the modification is in includes/function_post_thanks.php ... you can see two SELECT * in the function fetch_thanks . I made some test and reduce the time of those SQL from 0.17s to 0.07s :) . |
Quote:
The problem that the table vb_search don't exist... maybe you deleted or changed the name. |
All times are GMT. The time now is 12:43 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:
|