Quote:
Originally Posted by VitroX
Thanks a lot!
I installed, the counter works perfectly.
I'm only getting the "no permission" error only on those forums where the "thank you" has not been activated on admincp, but on those where it was is working perfect.

|
Just add this above the code in the template for the thank you button:
HTML Code:
<if condition="$forum['showthanks']">
and add this below the code in the template for the thank you button:
and the button will only show on the forums it is set for.