Quote:
Originally Posted by Digital Girl
Great Mod but it does not seem to be working for me?
|
It is working for me, but only shows in the first post.
How do I get it to show in the last post on the page as well as the first post?
Edit Add:
In my postbit I've put
Code:
<!-- Start AdSense Google within post message -->
<if condition="(($post[postcount] % $vboptions[maxposts] == 1) or ($post[islastshown]))">
<span style="margin: 2px; float: right; width: 301px; height: 251px;">
GOOGLE ADSENSE CODE HERE
</span>
</if>
<div id="post_message_$post[postid]">$post[message]</div>
<!-- End AdSense Google within post message -->
to work, but if someone uses the 'quick edit' on a post with adsense in it (first or last post in a thread), the ajax of Quick Edit kicks in but the google ad that is there is superimposed over part of the editing box....