PDA

View Full Version : separated notifications


ardid
04-24-2013, 09:07 PM
[Forum] how can I separate notifications (unread pm and other notifications) ? #1 Today, 6:11pm
Hi, I want to have 2 buttons/icons to different types of notificaciones.
At least unread pm and other .... but the wish is to divide unread pm, request friends and other notifications.

In the style i have this code:

<vb:if condition="$notifications_total">


<li class="popupmenu notifications" id="notifications">


<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>


<ul class="popupbody popuphover">


{vb:raw notifications_menubits}


</ul>


</li>


<vb:else />
Whats the conditional to the unread pm ... request friend, and the counters for each ones ?