The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if condition - if a forum has new posts?
I am looking for an IF condition to add to my forum where if there are unread posts, it shows image1, if not, show image2.
Something like this; IF forum1 = new posts Show "new" status icon ELSE Show "old' status icon Thanks |
#2
|
||||
|
||||
I guess Joe never figured it out either!
The conditional inside threadbit to make the go to newpost link/icon is Code:
<vb:if condition="$show['gotonewpost']"> |
#3
|
|||
|
|||
I want it to display on FORUMHOME.
|
#4
|
||||
|
||||
Try this:
Code:
<vb:if condition="$forum['statusicon'] == 'new'"> |
#5
|
|||
|
|||
It's a statusicon I want to show IF there are new post. Will your statement above do this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|