For unread pm's in a circle add:
This give you the number of unread pm's, then you need only add with CSS the circle and style you want. I use bootstrap but you can easily add style with CSS.
For avatar in PM's dropdown you need add it in the query:
but I haven't still tested it
Quote:{$mybb->user['pms_unread']}
This give you the number of unread pm's, then you need only add with CSS the circle and style you want. I use bootstrap but you can easily add style with CSS.
For avatar in PM's dropdown you need add it in the query:
Quote:SELECT pm.subject, pm.pmid, pm.status, pm.dateline, fu.username AS fromusername, fu.uid AS fromuid
but I haven't still tested it