The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I am trying to learn the art of coding and I have a quick question... If I want to display a number of "New Posts" after login in, I do this: $home[newposts] It will show me the # of total posts in an actual #. Now, if I want to display a # of total PM's a user has, What do I do? $home"what"? And, a number of new/under PM's $home"what"? Thank you! |
#2
|
||||
|
||||
![]()
I'm not too sure what you're asking, but this is the code snippet for the calling of PM unread/total and PM Inbox link from the navbar template.
Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|