Quote:
Originally Posted by icemanic
i have lots of forum areas, is there a way to do this so i can only show it to one forum area without listing all the other forum ids in the array?
|
Yeh.
Code:
<if condition="THIS_SCRIPT == 'showthread'AND ($post[postid] == 5) AND (in_array($forum[forumid] == forumid))">
Quote:
Originally Posted by icemanic
if i stick a number like
<if condition="THIS_SCRIPT == 'showthread'AND ($post[postid] == 5) AND (!in_array($forum[forumid], array(2,3,32)))">
will it show the ads after every 5 posts?? if not, how do i make it do that? repetetive
|
How many posts do you show per page? You would have to put it manually as an array like the forum id, without the !.
Remember google only allow 3 ads, so you might as well do it manually.