Great mod, but I can't get ads to show up on all pages of the thread in the first post.
It show ads on first post on first thread page, on last thread post and all last posts on all pages of the thread.
Edit: Ok, I found quick fix, it works if I change this:
if ($post['postcount'] == '1') //First post page one
//if ($post['isfirstshown']) //First post everypage
to this:
//if ($post['postcount'] == '1') //First post page one
if ($post['isfirstshown']) //First post everypage
|