Quote:
Originally Posted by netcommander
I've tried
yes its closed adsense but cannot delete "Remove Advertisements" link
|
I'm not sure what you are saying? There are options to disable by usergroup in the "Global Settings".
If you want to remove the "Remove Advertisements" link for logged in users you have to edit whichever ad template you want to remove it from. For example: You want to remove the link from your header adblock follow these steps:
Go to:
AdminCP->Style manager->"Your Style"-Edit Templates->Advertisement Templates->advertisement_header.
Find:
Code:
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
Replace with:
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1,3,4))">
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
</if>
Cheers,
Ian