NOTE: There is another way to do this, and it doesn't involve coding, it is in the settings for your board:
Admin-> Layout Settings-> Theme Settings-> Turn "Hide post group titles for grouped members" to on. (section two-subsection four-option six)
Add to your CSS (Doesn't matter where in the CSS, just needs to be in there):
/* Remove "Post Group" for Admins/Mods //Created by Agent Moose */
li.membergroup + li.postgroup { display: none; }This code removes the "Post Group" name (EX: Newbie, Member) in topics/PM's for Admins and Moderators.
I didn't see it in the Features and Options section of the Admin CP, so I decided to make it. If it is there, please tell me.Very simple CSS code, but useful

Enjoy
