UBB.Dev
I did a few searches using a few different combos trying to find it..

Anyone happen to know if Im just missing something? Or am I just completely blind? Is there a setting for it.. or a hack?

Thanks all. Hope things are going well..

On an off note..

I work for verizon wireless.. Many people dont know this, but we are bringing out broadband over cellular lines.. anywhere we have digital date coverage (which is most of our national footprint) you get 100k (approx) internet access.. And soon, DSL speeds..

Anyways, thats my PSA for today, I get nothing out of it, I work in tech support... but either way.. I got my card today, and its neato keeno.
Yeah we have been using expressnet for awhile and can;t wait.
in sendmessage.php

You'll find this:
Code
<br />   if ($AcceptPriv == "no" && $user['U_Status'] != "Administrator") {<br />


I think this would work:
Code
<br />   if (($AcceptPriv == "no") && (($user['U_Status'] != "Administrator") || ($user['U_Status'] != "Moderator"))) {<br />


Also need to modify the code in mess_handler.php

Untested though - and I've been traveling today - so my head may not be too sharp.
© UBB.Developers