Following on from the code given by
Demon how would I get my custom ads (licence purchased), to show under every last post of a topic?]
The following code will make the ads show after every 10th post, but obviously if a topic has less than 10, an advert won't show under the last post. Any ideas?
<% If (intThreadNo-10) MOD 10 = 0 Then %>
AD CODE
<% End If %> |
So basically I'm trying to make the ads show under the first post of each page, and under the last post of each page.
Edited by MortiOli - 10 April 2007 at 4:51pm