err... do you mean for the users that are trying to view the wol or the users that have permission and view other users that get wol permission errors? i haven't seen the vb3 wol in the works yet sorry
but should be able to do somethign within the function included in the online.php
the varaiable...
$userinfo[activity]
thats in the whosonlinebit
in the php file find...
PHP Code:
return $userinfo;
above it try adding...
PHP Code:
if($bbuserinfo['userid'] == 0)
$userinfo[activity] == "No Permission";
not sure if you can do anything with that... but i would approach the situation somewhere along those lines

regards...
g-force2k2