The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Notifications?
Could anybody here tell me how to display an image on my forum if a user has a new notification. I know how to display an image if a user has a new PM but i was wondering with the release of the new vb, if there was a way to display an image if a user has any notification whether that be a new friend request, unread visitor message etc?
The code to display if a user has an unread pm is: Code:
<if condition="$bbuserinfo['pmunread']"> <img src="http://www.thinkhabboforum.net/images/misc/newpm.gif"> </if> Thanks in advance. |
#2
|
||||
|
||||
Code:
<if condition="$show['notifications']"> YOUR IMAGE FOR ANY NOTIFICATION </if> also, $notifications_total outputs the total number of notifications |
#3
|
||||
|
||||
I worked it out, thanks for your help
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|