Quote:
Originally Posted by stinger2
thank you very much for the fast response
if i select the whole forums....forum home will NOT be included....if i chose the forum home...it will exclude the other forums
i just want to exclude the portal from showing the ads...
do you have any tip to do this
regards
S2
|
If this is a general rule and you are happy with changing the code a bit, you may add (hook: global_complete, "Banner Insertion"), on the very top:
Code:
if(THIS_SCRIPT == 'adv_index')
{
and, on the very bottom:
This way, the plugin code will run only when the portal pages are shown. However, it also keeps the placeholders unchanged in other pages, which may have undesireable side effects, if they are not in the HTML comment format. True vBAdvanced support would require more coding.
If some more users are interested in an additional feature for vBAdvanced support, this is the time to ask