for what it is worth this piece of code does it for me:
Quote:
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="18">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" fgcolor="#000000" font-weight="bold"/>
<format state="unselected" bgcolor="transparent" fgcolor="#000000" font-weight="bold"/>
</background>
<label font-weight="bold" halign="center" w="320" font-size="18" padding-right="0">
<text>
Voicemail: <unreadVMail/> | SMS: <unreadSMS/> | Email/MMS:
<unreadEmail/>
</text>
</label>
</plugin>
|