ok here i put this
Code:
<if condition="THIS_SCRIPT != 'register' AND in_array($GLOBALS['forumid'], array(6,51,58,69,75,97,95,100,52))">
google ads
[/if]
but still it doesn't work with multiple forum section . i tried it with navbar_below ads and with also in showthread .
Anyhelp please
--------------- Added [DATE]1299012484[/DATE] at [TIME]1299012484[/TIME] ---------------
Okay found the solution . Explaining incase anyone else need help regarding this.
Actually in template navbar_below ads i have to include the id in which i want to show the google ads . for example
i want to show the ads on forum id 2,3,4,5
so i have to add the code in navbar_below ads template like this
[code]<if condition="THIS_SCRIPT != 'register' AND in_array($GLOBALS['forumid'], array(2,3,4,5))">
google ads
[/if]
ads will show on forum id 2,3,4,5 and the rest wouldn't appear.
Thanks once again for the help.