Quote:
Originally Posted by Exitilus
oops. Didn't see you responded to this so ignore my message above.
For the Custom Template code you posted above would that work in the template? I spent several hours trying to use the Postbit Factory to get this done but couldn't figure it out *cry*
|
basically create a new template called 'exitilus_postbit' which should be a stripped down, vanilla version of your current postbit, or even just the original postbit that comes with vBulletin. and then create the plugin, the plugin hook is: 'postbit factory' with the contents from above.
PHP Code:
if (THIS_SCRIPT == 'groupsdiscussion')
{
$handled_type = TRUE;
$out = 'exitilus_postbit';
}
and then all should work.