Xenon, i would like to make it so categories have a differnt level death template then normal forums, i hope you understand.
basicly i made a new template named forumhome_colbit_level1_nopost
and changed
PHP Code:
}
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
to
PHP Code:
}
eval("\$forumbits .= \"".gettemplate("forumhome_colbit_level$depth$tempext")."\";");
but that set the colbit template to all forums, can you help me?