The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I am looking to do something like this, http://forums.fedoraforum.org/showth...7&page=1&pp=15 . As you can see, there is adsense within the first post, before the main post itself, and I want to show it only for guests. How to do that? FB. |
#2
|
||||
|
||||
![]()
add this line in the postbit template
FIND IN postbit and/or postbit_legacy: HTML Code:
<!-- message -->
HTML Code:
<!-- message --> <if condition="$post['postcount'] AND $show['guest']">THIS IS FIRST POST</if> |
#3
|
||||
|
||||
![]()
That actually doesn't seem to work, I've replaced the
Code:
<!-- message --> Code:
<!-- message --> <if condition="$post['postcount'] AND $show['guest']">THIS IS FIRST POST</if> Thanks! |
#4
|
||||
|
||||
![]()
thanx Princeton
|
#5
|
|||
|
|||
![]()
thank you.
|
#6
|
|||
|
|||
![]()
This shows on the first post of every thread.
Any idea about how to get it show on the first post of every page? I have done it modifying the SHOWTHREAD template, but I would like to put it inside the message, not outside. Thank you!! ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|