Quote:
Originally Posted by Realbigsource
How do I removed this notice "Remove advertisements" from showing on the ad?
Thanks
|
I don't know if this is something you are allowed to do (I'm new here), so hopefully the author will let us know.
In order to take that out you would have to delete the code within the templates.
For Example:
in advertisement_footer delete the below code....
Quote:
<if condition="$footer_adcode != ''">
<div class="smallfont">
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
</div>
</if>
|