Counters for Inbox & Outbox?

Discussion in 'Technical Support' started by michael, Jul 19, 2007.

Thread Status:
Not open for further replies.
  1. michael Just get on with it!

    On the frontpage we have Unread & Total counters for a members Private Messages, how easy would it be to add counters for the Inbox and Outbox in private.php ?
  2. Eric Barnes Guest

    The smarty variables are already there so you would just need to add them where you want them.

    The variables are:
    {$newpms}
    {$maxpm}
  3. michael Just get on with it!

    Thanks Eric but I think those variables simply display maximum allowed messages and the combined total amount of messages in both inbox and outbox folders.

    I'd like separate totals for each if possible.

  4. Eric Barnes Guest

    Try to add these variables and see if that works:
    {$unreadpms}
    {$totalpms}
  5. michael Just get on with it!

    Thanks Eric. Can I assume these variable need to be pasted into show_messages.tpl.php ?

    I wouldn't mind a bit of advice here, thanks.
  6. Eric Barnes Guest

    Yep that is the one.

    Here is the actual section:
    Code:
    <a href="private.php">{$smarty.const.LANG_INBOX}</a> | <a href="private.php?folder=2">{$smarty.const.LANG_OUTBOX}</a>
    
Thread Status:
Not open for further replies.

Share This Page