I have changed the condition to show the advertising on every page as second post, not just on page one.
The old condition was:
Code:
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid'] AND ($show[member])">
the new condition is:
Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND ($show[member])">
Simply replace the old conditions (2x) with the new one and the ads will show on every page of every thread as second post.
StarBuG
The hack is now version 1.1
Best regards
StarBuG