DPSR
08-19-2006, 08:14 AM
Hello Friends,
-----
I just want to show a ad banner on overall forum but not on just one section(forum)...please advice me how to do that?? :(
-----
I need to know some code..like i want to display a ad on overall site. So, i added adcode in 'header' template.
Now, i want that this ad should not visible on a specific forum..eg. forum id=2
Please suggest some code how to do this??
I tried this code-
<if condition="in_array($foruminfo[forumid], array(1,2,3))">
and it works fine but then it don't show ad on profiles, search page, ...etc.
I want some code like...if condition is that forum id is =xx no ad and on rest (like <else></else>) of the header ad should be visible
-----
I just want to show a ad banner on overall forum but not on just one section(forum)...please advice me how to do that?? :(
-----
I need to know some code..like i want to display a ad on overall site. So, i added adcode in 'header' template.
Now, i want that this ad should not visible on a specific forum..eg. forum id=2
Please suggest some code how to do this??
I tried this code-
<if condition="in_array($foruminfo[forumid], array(1,2,3))">
and it works fine but then it don't show ad on profiles, search page, ...etc.
I want some code like...if condition is that forum id is =xx no ad and on rest (like <else></else>) of the header ad should be visible