Quote:
Originally Posted by fxdigi-cash
Ok, if this is the case for both of you, then find this line in your plugin and find in this template postbit_display_complete the following code:
HTML Code:
$template_hook['postbit_end'] .= $templater->render();
all you need is to change the hook location
to:
HTML Code:
$template_hook['signature_end'] .= $templater->render();
I hope that will fix the issue
|
The thanks box doesn't display