DIR Return Create A Forum - Home
---------------------------------------------------------
Create a Forum Coding
HTML https://cfcoding.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Create A Forum Codes
*****************************************************
#Post#: 19--------------------------------------------------
[CODE/CSS] Remove "Post Group" for Admins and Mods
DIR By: Nick
Date: August 3, 2010, 12:18 pm
---------------------------------------------------------
100% of the credit to this code goes to Agent Moose
Add this into your CSS. Doesn't matter were, but I prefer the
very top or boron so I can locate it easily.
--- Code ---
<!---
HTML http://cfcoding.createaforum.com
--->
/* Remove "Post Group" for Admins/Mods //Created by Agent
Moose */
li.membergroup + li.postgroup { display: none; }
<!---
HTML http://cfcoding.createaforum.com
--->
--- End Code ---
This code removes the "Post Group" name (EX: Newbie, Member) in
topics/PM's for Admins and Moderators.
100% of the credit to this code goes to Agent Moose.
*****************************************************
Page 1 of 1