Well, this placement seems to get fouled up when Facebook connect is being used.
In order to remedy the placement and have it show properly on my forum:
Find:
Code:
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
Paste Below:
Code:
<vb:if condition="$bbuserinfo['pmunread']">
<a href="private.php?"><img border="0" src="images/newpm.gif" width="22" height="10"></a>
</vb:if>
Placement snag:
Attachment 123474
Works perfectly for my site, so I figured I'd pass it along.