The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick Question; Need to add something in first post only
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! |
#2
|
||||
|
||||
Edit the postbit (or postbit_legacy) and when you add the code, be sure to put a condition around it:
HTML Code:
<vb:if condition="$post['postid'] == 1"> { ad code in a div with a class so you can apply CSS to it } </vb:if> |
#3
|
|||
|
|||
Awesome, thanks Lynne!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|