Quote:
Originally Posted by Kruppa
If it wouldn't be too much trouble that would be great. She's one of my moderators and it's hard because if she doesn't recofnize the member by his/her avatar she has to click in the profile to see who it is. Thanks for your help! 
|
Okay...
...in forums/admin/functions.php find...
PHP Code:
//GLOW NAME
if (trim($post[fieldXXXXX])!="") {
...and replace with...
PHP Code:
//GLOW NAME
if (trim($post[fieldXXXXX])!="" and $bbuserinfo[userid] <> YYYYY) {
...with YYYYY = the id number of this moderator.
They will not see any "Glow" names, while everyone else will. Please let me know if it works ok for you, it did on my test board.