I can't find the answer I am looking for. This code no longer works in 4.0 and I really hate the changes cause it makes it impossible to code mods.
Code:
if (!in_array($forumid, $googleadsensepermissionsforums))
{
$vbulletin->templatecache["ad_navbar_below"] = "";
$vbulletin->templatecache["ad_footer_start"] = "";
$vbulletin->templatecache["ad_showthread_firstpost_start"] = "";
}
and what happened to find and replace. I'd like to search a template for code and replace it with different code.