PDA

View Full Version : Different banner on each forum


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

RS_Jelle
08-20-2006, 01:52 PM
You might like this mod (https://vborg.vbsupport.ru/showthread.php?t=94119) ;)

DPSR
08-21-2006, 09:33 AM
Thanks RS_Jelle, Installed it ... working fine.. :)