PDA

View Full Version : Quick Question; Need to add something in first post only


shibby2
04-12-2012, 04:49 PM
Hey guys, can someone help me with this?

I'm looking to add an ad in the FIRST post only (of every page) in postbit. I want it to be right below and to the left of the first post's message. I also want it to show ONLY to guests.

I know there are mods out there for this, but every one Ive seen, doesnt seem to do exactly what I want.

Can anyone tell me where/what I would need to edit to make this happen?

I was able to add it in the proper place, but it showed in every post instead of just the first post.

Thanks!

Lynne
04-12-2012, 05:07 PM
Edit the postbit (or postbit_legacy) and when you add the code, be sure to put a condition around it:


<vb:if condition="$post['postid'] == 1">
{
ad code in a div with a class so you can apply CSS to it
}
</vb:if>

shibby2
04-12-2012, 05:37 PM
Awesome, thanks Lynne! :)