Quote:
Originally Posted by saxonian
Its working nicely for me, nice one, is there a way to get it on every page of results?
like the second item on every page of the thread?
Cheers
|
Say you have x posts shown per page, change the line in the template edit:
Code:
<if condition="$post[postcount] == 1">
To:
Code:
<if condition="$post[postcount]%x == 1">
So if your board shows 10 posts per page, just add %10 and ads will appear under the 1st post of every page. Note that this means the 1st poster on each page will now have a chance to earn.