PDA

View Full Version : change postbit


Stickers
03-23-2008, 05:48 PM
Hi all,

I try to give some sub-forums a other postbit template, this is what i have now, but it does not work, anyone who can help me

if (in_array($foruminfo['forumid'], array(6)))
{

$mytemplates = array(
'postbit_announcements',
);
$globaltemplates = array_merge($globaltemplates, $mytemplates);
}

Thanks...

Lynne
03-23-2008, 06:09 PM
Which hook are you using? And are you trying to force the use of that postbit in that forum?