v123shine
01-04-2013, 09:29 PM
I want to display Ads in All category, but i do not want to display Ads for specific categories & all threads under it, Even for guests also.
I dont want ads display in this category: 7, 33, 145, 87
I using the below code but Didn't worked for me.
<if condition="$show['guest'] && !in_array($foruminfo['forumid'], array(7,33,145,87))">
This is Ads
</if>
Please help me!
Thank you
--------------- Added 1357339292 at 1357339292 ---------------
Using this : $GLOBALS['forumid']
Solved :)
I dont want ads display in this category: 7, 33, 145, 87
I using the below code but Didn't worked for me.
<if condition="$show['guest'] && !in_array($foruminfo['forumid'], array(7,33,145,87))">
This is Ads
</if>
Please help me!
Thank you
--------------- Added 1357339292 at 1357339292 ---------------
Using this : $GLOBALS['forumid']
Solved :)