Log in

View Full Version : Quick Q


Imprezer
05-07-2004, 07:21 AM
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!

Tony G
05-07-2004, 10:31 AM
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.


<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>