Quote:
Originally Posted by Alan_SP
You need to wrap ad code in this:
HTML Code:
<if condition="!in_array($GLOBALS[forumid], array(1,2,3,4))>
1,2,3,4 are forumIDs where you DON'T want ads. You can use as many as you need.
Ad code goes between this and </if> (don't forget to end if condition).
You need to wrap all your ad code with same if condition.
|
Hi thank you for the reply.
Where I need to go add this code? Can you tell me step by step please.