Code:
// Activate only on "selected" forums(2)
if ($forumid==2) {
eval("\$infoform = \"".gettemplate("newthread_infoform")."\";");
}
else {
$infoform='';
}
^^^^ What do i have to change from above code here read below^^^^^^
ok i found where the templates are but they appear on the wrong forum ??
i have 5 main catergories with 4 subforums on each, i want them to appear on all of the 4 subforums of cartergory 4.
But it only appears on the first subforum of catergory1 ???