Ok I added this line but now I get 2 errors when I try entering
Code:
<ad what"zone:1" />
into my NAVBAR template
Code:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /usr/local/path/to/forums/includes/init.php(292) : eval()'d code on line 123
Code:
Fatal error: Call to undefined function: view_ad() in /usr/local/path/to/forums/includes/adminfunctions_template.php(3537) : eval()'d code on line 225
Snipit from view_ad function plugin to show where I put the statement
Code:
Remember bannerid to prevent showing banner multiple times on same page
$phpAds_context[] = array('!=' => 'bannerid:'.$ad['bannerid']);
}
return "
$phpAds_context[] = array('!=' => 'bannerid:'.$ad['bannerid']);
<!-- BEGIN ad {$adcomment} -->{$ad['html']}<!-- END ad {$adid} -->";
}
}
}
}