Quote:
Originally Posted by xcesiv
I know how to remove the "Remove Advertisement" link, but wat about changing the link location and the name
To remove the link you need to search for the following and delete
Code:
<phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase>
I want to change the name of the link to say "Click Here to become an Official Sponsor"
And link to a custom Contact us page i want to make
|
I left mine with the default text but changed the destination page. The destination page explains that Sponsors dont see any adverts etc...
I changed
PHP Code:
<a href="{1}/register.php">Remove advertisements</a>
TO THIS
PHP Code:
<a href="{1}/basic-help/3577-why-should-i-donate.html#post49933">Remove advertisements</a>
Seems to work fine :up:
VinylJunky