To remove ads hperlink with registration page :
Go to Admincp--------Styles & Templates-------------Style Manager-------------Advertisement Templates
Header====> remove this code from advertisement_header :
Quote:
<if condition="$header_adcode != ''">
<div class="smallfont">
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
</div>
</if>
|
Footer ===>>>remove this code from : advertisement_footer
Quote:
<if condition="$footer_adcode != ''">
<div class="smallfont">
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
</div>
</if>
|
Postbit ===>>>remove this code from advertisement_postbit :
Quote:
<if condition="$postbit_adcode != ''">
<div>
<span style="float:$stylevar[right];font-weight:normal;"><phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase></span>
</div>
</if>
|
live demo
CLICK HERE