PDA

View Full Version : How to do this?


Mijae
06-03-2005, 02:15 AM
How can I make something appear between the first and the second post of a thread?

As in, show a google ad right after the first post. I know I can use conditionals, but how? ;)

amykhar
06-03-2005, 02:32 AM
<if condition="$post['postcount']=1"></if>

Use that in your postbit template.

wolfyman
06-03-2005, 02:32 AM
I don't have the answer to your question, but I know the vbulletin ads hack does that.

Andreas
06-03-2005, 03:03 AM
Having ads between posts is a PITA.
I tried that on my board ... and the members almost killed me :D

mholtum
06-03-2005, 03:23 AM
<a href="http://www.vbulletin.com/forum/showthread.php?t=123281" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=123281</a>

ericgtr
06-03-2005, 03:32 AM
I have it so only the unregistered users see it on the second post with a note that says registered users do not see this :)