![]() |
Quote:
replace: in manage plugins > edit plugin $post_reputations_bit = $this->registry->db->query_read(" SELECT user.username, reputation.reputation, reputation.reason FROM " . TABLE_PREFIX . "reputation AS reputation LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = reputation.whoadded) WHERE postid = ".$post['postid']." ORDER BY reputation.dateline LIMIT ".$this->registry->options['maxrepgv'] ); with: $post_reputations_bit = $this->registry->db->query_read(" SELECT user.username, reputation.reputation, reputation.reason FROM " . TABLE_PREFIX . "reputation AS reputation LEFT JOIN " . TABLE_PREFIX . "user AS user ON(user.userid = reputation.whoadded) WHERE postid = ".$post['postid']." ORDER BY reputation.dateline" ); As this is my first mod for vbull I would have to find someone with more exp to be able to tell us why your board is not getting $this->registry->options['maxrepgv'] Unless its not set in admin under reputation options. |
Quote:
It will run a query on each post, with one join. I have not noticed any big or small dif on my boards. |
what do the queries do ?
make it run slower or ??? |
Quote:
It is a setting added by my "Display Reputation Given" hack which you obviously must have installed. |
Thanks A Lot! :)
|
hehe thanks Paul,
I have updated the script so that it has no limit, should run in a standard board now. ;p |
I wish I had seen this earlier... I just paid a guy for porting over a different version of this... oh well... nice hack anyway.
|
awesome !!!! :D
|
Can you add the functionality to turn the system on/off per forum?
Thanks. On second thought forget my ridiculous comment, I don't know why I suggested it. I like the mod! |
Can this be made anonymous (unless the user chooses to write their handle in the comment)?
-vissa |
All times are GMT. The time now is 01: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|