I find that if you put this code instead, it looks better:
PHP Code:
<b>|</b><smallfont><b>$newpm[messages]</b> New Messages <b>|</b></smallfont>
<smallfont><b>$unreadpm[messages]</b> Unread Messages <b>|</b></smallfont>
<smallfont><b>$allpm[messages]</b> Total Messages <b>|</b></smallfont>
<smallfont><b>$sentpm[messages]</b> Sent Messages <b>|</b></smallfont>
That makes the font smaller, and then it looks more vBulletin style...
I also added
Before and after each one, so that it seperates them better...
@Regs - You made a mistake in your php...It should be :
PHP Code:
$sentpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND folderid=-1 $ignoreusers");
Not :
Quote:
$unreadpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND folderid=-1 $ignoreusers");
|
Satan