The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to display pm notifications in a custom template?
Hi,
I've registered a custom template to include inside the header template with Code:
{vb:raw mytemplate} Code:
<vb:if condition="$show['member']"> Code:
<vb:if condition="$notifications_total"> So if I put this code in mytemplate - Code:
<vb:if condition="$notifications_total"><div>there are notifications</div> <vb:else /><div>no notifications here</div> </vb:if> The exact same code in the header template works as expected. Does anyone know a solution for this? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|