I am using a modded version of vBIndex, so I do not have this code in my index.php:
Quote:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\
|
any idea where I'd put the following code then?
Quote:
if ($forum['sponsorimg'] && $forum['cancontainthreads']==0 && $depth==1) {
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level1_nopost_ sponsor")."\";");
} else {
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";");
}
|
TIA for any help.