PDA

View Full Version : Unread Posts & Unread Messages


JAnneSonlite
12-15-2010, 12:24 PM
I'm attempting to figure out how to add the "You have ___ unread messages" ... "You last visited: _____ at ___" and "You have _______ unread posts" to my forum header. I see it here, but have been unable to figure out how to add it to my own forums.

Thanks for any help ...

CustomizeVB
12-15-2010, 03:57 PM
{vb:raw bbuserinfo.pmunread}
Shows the number of unread PM's

{vb:raw bbuserinfo.pmtotal}
Shows the total of PM's

Example:
You have {vb:raw bbuserinfo.pmunread}, and a total of {vb:raw bbuserinfo.pmtotal} messages.

{vb:rawphrase last_visited_x_at_y, {vb:raw lastvisitdate}, {vb:raw lastvisittime}}
Shows the default You Last Visited phrase

Of course you can use the vars in your own way such as:

Example:
You last visited {vb:raw lastvisitdate} at {vb:raw lastvisittime}

Hope that helps :)

JAnneSonlite
12-15-2010, 07:40 PM
Thank you ... I'll give this a try!

CustomizeVB
12-15-2010, 08:23 PM
You're welcome, let me know how you make out :)