Just as an FYI - anyone considering installing vBadvanced CMPS, there is a conflit of some type that puts the ad column on the vBadvanced CMPS page as well.
The easiest way to take care of this would probably be with an if condition.
Find the variable or code for the ad column in your footer template and add this before it:
<if condition="THIS_SCRIPT != 'adv_index'">
Then add this after it:
</if>
That should disable the ad column on your homepage.
|