I found the files in the plugin folder that should do this
The page sp-pm-inbox-tag.php seems to have the function but I am not having success calling it as a template tag. Is my syntax off?
Here’s what the page says:
* =====================================================================================
sp_pm_do_inbox($display)
template tag to display number of new PMs in the current user inbox. This tag includes
default text that is output with the pm count data and inbox hyperlink. This text can
be supressed by setting $display to false. If supressed, the new PM count and hyperlink
are returned to the call in an array. A -1 count and empty url will be returned for
guests or user that do not have PM permissions. Additionally, if the default text is used,
the no permissions for pm default text can be supressed or those without permissions.
parameters:
$display Determines whether to display pm count plus informational text
$usersonly If $display is true, only display pm text for users with pm permissions
===================================================================================*/
When I drop sp_pm_do_inbox() in it breaks the page. Any suggestions?
Thanks!
Diego