The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
How to check user has unread private messages in Vbulletin 5
Hi
in vbulletin 3 and 4 it was possible to check user's unread private messages in any template (footer, header ...) with this if condition: Code:
<if condition="$bbuserinfo[pmunread]">user has new pms</if> i found this but it checks all types of notifications , unread visitor messages, requests and ... including new private messages : Code:
{vb:data unreadCount, content_privatemessage, getUnreadInboxCount} {vb:data canUsePmSystem, content_privatemessage, canUsePmSystem} <vb:if condition="!empty($unreadCount)"> </vb:if> regards |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|