PDA

View Full Version : Getting Template Hook to Activate - Postbit


Ted S
12-29-2009, 04:58 AM
Ok I've got a few mods running but I'm stuck on getting this conversion to work... Must be missing something very simple.

Hook: showthread_postbit_create

$template_hook['postbit_signature_end'] .= '11111';
$template_hook['postbit_end'] .= '22222';

Output: Nada. And yes I'm sure the plugin is getting called, I have debug code running find to echo back to me but it never makes it into the template.

Lynne
12-29-2009, 03:11 PM
Try postbit_display_complete.