PDA

View Full Version : After First Post


Jase2
03-22-2008, 12:46 PM
Hi all,

I am adding some google ads after the first post, using the ad template in vBulletin 3.7.

However, it doesn't fit in too nicely, and I was wondering if anyone can tell me how to get it too fit in nicely.

Take a look HERE (http://www.techsupportteam.org/forum/introduce-yourself/1414-hello-shadow-realms.html) for an example.

Regards Jason :)

--------------- Added 1206195169 at 1206195169 ---------------

Doesn't seem to work in the ad template after first post.

So, I opened postbit, and pasted the following inside at the very bottom:

<if condition="$post[postcount] == 1 AND !$bbuserinfo[userid]">

<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">

<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">
BANNER CODE HERE
</td>
</tr>
</table>

</div>

</if>

Shows only for guests! :)

Regards Jason :)