Quote:
Originally Posted by VodkaFish
It's rolling per post on the page. So the first post on a page will have 1 (in other words, it works fine), the second has 2 (itself and the first), the third 3. By the 15th you have 15. It starts fresh on the next page.
|
ACP -> Plugins & Products -> Plugin Manager
There are 2 'postbit_display_start' under Post Thanks Hack. Click on each and stay on the one that is set Execution Order to 1.
Replace the whole thing with:
PHP Code:
$template_hook[postbit_userinfo_right] = '';
$template_hook[postbit_controls] = '';
$template_hook[postbit_end] = '';