Quote:
Originally Posted by Oblivion Knight
The easiest and rather sloppy way of achieving that would be to change this line:
HTML Code:
<if condition="$vbulletin->userinfo[pmunread]>0">
To this:
HTML Code:
<if condition="$vbulletin->userinfo[pmunread]>0 AND THIS_SCRIPT != 'private'">
I think that should sort you out.. 
|
Bingo! I never even thought of that. I guess I HAVE been away too long, huh?
Thank you, sir.