The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Check Post Count...
Edit: Works now. My apologies.
I searched with no luck. I'd like to display a certain image if post count exceeds xxx. Using "$post[posts]", how can I use the VB condition statement to do this? i.e.: <if condition="$post[posts]>100"><img src = PICTURE.JPG></if> But not luck.. Thanks. |
#2
|
|||
|
|||
Where exactly are you displaying the image? In the postbit?
If so try: Code:
<if condition="$post['posts'] > 100"><img src="PICTURE.JPG"></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|