ok, i tried it on addpost.php, but it didnt make any difference. I could still the advert.
As you know, 1 is the admin usergroup.
Is this part correct?
[]
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper();
if (!strstr($user['U_Groups'],"-1-")) {
// Adsense hack start
$adsense = "";
if ( stristr(",{$config['adsense']},", ",$Board,") ) {
include("$thispath/templates/$tempstyle/adsense.tmpl");
}
// Adsense hack finish
}
[/]