Quote:
Originally Posted by Spinball
I then went away for 3 days and returned to lots of complaints of a slow forum. First thing I did was disable all the plugin hacks. I think it's the Thank You hack which is crippling our forum. I have disabled it for now. Is it likely to be having a big effect on the server?
|
I haven't. I don't think it is likely to cause any slowness in the server, maybe one of the plugins in combination with other hacks might have some problem, but for me is working fine
Quote:
Originally Posted by adam2484
is there any way of taking of the 'thanks' bit. so only the number of times someone has been thanked is displayed
|
Quote:
Originally Posted by gregfindley
Do you have any idea how to remove the "Thanks: 0" from the postbit legacy.
|
On template
post_thanks_postbit_info find
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
either delete it or wrap it in a conditional, I normally put one so only admins can see it (is good to monitor abuse etc ^^)
<if conditional="$bbuserinfo[usergroupid] == 6"> or <if conditional="$bbuserinfo[userid] == XX">
First one for usergroupid, the second one if you only want your-self to be able to see it.
Read
This tutorial about conditionals, very useful.
Quote:
Originally Posted by sim20
Fixed, i had the horizontal postbit enabled, changed to vertical and its there, can i use the hack in horizontal mode?
|
Put the template hooks in the horizontal mode template (if horizontal is like vbulletin.org tempalte is called
"postbit" otherwise (like phpbb forums generally) is
"postbit_legacy" Put the hooks where they belong and it should work on the other method too ^^
Quote:
Originally Posted by sunnycher
I just want to get rid of Thank You stats on each member all together.
|
Just follow the instructions on my
previous post Consists of two parts, first one for the posts and second one for profile.