I'm tiring to make my adsense appear under the first and last post on each page of a thread. It shows under the first post fine but i cant seem to make it show on the last post of each page. It only shows on the last post of the whole thread.
This is the code i am using now.
Anyone know how to make it show up on the last post per page instead of per thread.Code:<if condition="($post[islastshown] and $post[postcount] % $vboptions[maxposts] > 2 and !$GLOBALS[’vbulletin’]->GPC[’ajax’])"> <div style="padding:6px 0px 0px 0px;margin-top:4px;"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead" align="left">Sponsored Links</td> </tr> <tr> <td class="alt1" align="center"> <br /> <MY ADSENSE CODE> </td> </tr> </table> </div> </if>
My site if it helps : Feed The Geeks - Technology News and Reviews Forum
Thanks in advance.



LinkBack URL
About LinkBacks





Reply With Quote

