smarty_function_xoInboxCount

xoInboxCount lets templates access private message inbox statistics for the current user

Example: <{xoInboxCount assign='unread_count' total='inbox_total'}>

Both assign and total parameters are optional. If neither is specified the unread count is displayed.

  • assign = variable name to assign with the current unread message count
  • total = variable name to assign with the current inbox total
Parameters
string[] $params #
Smarty $smarty #
Returns
null