Hey, I replied to the email, but it didn't show up here? Anyways, thanks that worked. For those who want to know, I did this:
// WAYNES CODE TO MAKE BMW SITE LOOK BIGGER
if (preg_match("/BMW/", $forum[title]))
{
$forum[replycount]=$forum[replycount]*9+1112;
$forum[threadcount]=$forum[threadcount]*4+112;
}
// END WAYNES CODE
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";");
This will increase the count for all forums with BMW in the title...
Thanks!
-Wayne
|