Quote:
Originally Posted by amykhar
What's more fun and challenging - because of ajax issues, is adsense in the last post.  That really gets the ad right where the reader's eyes are.
http://www.eaforums.com/forums/364919-post1.html
Find:
Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
Add above:
Code:
<if condition="(($post[postcount]==1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<span id="google" style="float:left;margin:2px;" width="340" height="290" align="center" valign="top">
put banner code here
</span></if>
|
Do you know how to put the ads in the first and last post of each page of the thread, instead of just the first post of the first page..
I'm also having a problem with using the quick reply. The ads don't show in the last post unless the page is refreshed..