Quote:
Originally Posted by RedTyger
1. Removing this must be done manually now. Look for <phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase> in the applicable template and just delete it.
2. That is an unfortunate side-effect of the way that the vBulletin products are set up. It'll just have to be ignored I'm afraid.
|
just a quickie here... if you search/replace in styles w/ regular expressions in the adminCP and use the following "find" text
Code:
[\s]*<if.*adcode.*[\s]*.*[\s]*.*adintegrate_remove_ads.*[\s]*.*[\s]*<\/if>[\s]
w/ an empty "replace" block, it'll nail them all automagically

:up: