I'd like to put an ad inside the last post of a thread on a page.
I'm using this:
To determine first post, but want to put an ad in the last post of each page.
I'm using this:
<if ($postcounter - 1) % $mybb->settings['postsperpage'] == "0" then>
To determine first post, but want to put an ad in the last post of each page.