Nice idea, I'll add it in the next version.
Go to your navbar template and find:
HTML Code:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
Right below that add:
HTML Code:
<if condition="$bbuserinfo['warnings']>0"><br />Warnings: $bbuserinfo[warnings]</if><if condition="$bbuserinfo['warning_level']>0"> - Warn.Points: $bbuserinfo[warning_level]</if><if condition="$bbuserinfo['warning_bans']>0"> - Bans: $bbuserinfo[warning_bans]</if>
If you want that to appear in red letters, just add a
HTML Code:
<font color='red'>
before the new code, and a
after it.
It should work fine.
Rgds