PDA

View Full Version : Possible Bug in postbit_signature_end ?


ARP
01-05-2010, 10:06 PM
Hello guys,

I try to add some thing under signature using the template hooks in pugins

That's My code :

$template_hook['postbit_signature_end'] .= '<a href="forum.php">Test</a>';

In postbit_display_complete

And After that I see the system duplicate the plugin under the signature.

See picture in attachments, However if I change the hook location to signature_start it's not dupliacte. So is this a Bug ?

Thanks All,

ForumsMods
01-05-2010, 10:08 PM
Yes, it is a bug.
The hook is defined twice.