The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show text for one user in postbit?
I want one user to have extra text under his name in postbit but I want everyone to be able to see it. How can I achieve this? I am used to using conditionals but I am not trying to hide anything from anyone here, I just want the one user to have something extra.
|
#2
|
|||
|
|||
I think you'd want something like:
Code:
<vb:if condition="$post['userid'] == X"> // extra stuff </vb:if> then put it in the postbit or postbit_legacy template where you want it to appear. |
#3
|
|||
|
|||
Thank You, that worked.
|
#4
|
|||
|
|||
Thank you, I was looking for this..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|