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 for an example.
Regards Jason
--------------- Added [DATE]1206195169[/DATE] at [TIME]1206195169[/TIME] ---------------
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:
Code:
<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