DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Create a Forum Codes and Support
*****************************************************
#Post#: 523--------------------------------------------------
[Code/CSS] Remove "Post Group" for Admins/Mods
DIR By: Agent Moose
Date: August 2, 2010, 2:57 pm
---------------------------------------------------------
NOTE: There is another way to do this, and it doesn't involve
coding, it is in the settings for your board:
--- Quote ---
> Admin-> Layout Settings-> Theme Settings-> Turn "Hide post
group titles for grouped members" to on. (section two-subsection
four-option six)
--- End Quote ---
Add to your CSS (Doesn't matter where in the CSS, just needs to
be in there):
--- Code ---
/* Remove "Post Group" for Admins/Mods //Created by Agent
Moose */
li.membergroup + li.postgroup { display: none; }
--- End Code ---
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 :)
#Post#: 533--------------------------------------------------
Re: [Code] Remove "Post Group" for Admins/Mods
DIR By: McLovin
Date: August 2, 2010, 6:55 pm
---------------------------------------------------------
Nevermind... I didn't read the entire name of the topic.. I'm
stupid. :|
#Post#: 535--------------------------------------------------
Re: [Code] Remove "Post Group" for Admins/Mods
DIR By: Agent Moose
Date: August 2, 2010, 8:20 pm
---------------------------------------------------------
I still don't see it.
I checked all over the membergroup section and nothing.
#Post#: 536--------------------------------------------------
Re: [Code] Remove "Post Group" for Admins/Mods
DIR By: McLovin
Date: August 2, 2010, 8:22 pm
---------------------------------------------------------
Lol, I didn't read the entire title of the post... I'm stupid...
#Post#: 606--------------------------------------------------
Re: [Code/CSS] Remove "Post Group" for Admins/Mods
DIR By: DMVA
Date: August 4, 2010, 10:09 am
---------------------------------------------------------
Nice code, I'm using it now. :)
VERY simple, it almost seems stupid not to include it.
#Post#: 615--------------------------------------------------
Re: [Code/CSS] Remove "Post Group" for Admins/Mods
DIR By: Representation
Date: August 4, 2010, 5:32 pm
---------------------------------------------------------
Admin-> Layout Settings-> Theme Settings-> Turn "Hide post group
titles for grouped members" to on. (section two-subsection
four-option six)
That's the manual way to do what the code does...
#Post#: 629--------------------------------------------------
Re: [Code/CSS] Remove "Post Group" for Admins/Mods
DIR By: Agent Moose
Date: August 4, 2010, 8:00 pm
---------------------------------------------------------
Thanks Representation :)
#Post#: 631--------------------------------------------------
Re: [Code/CSS] Remove "Post Group" for Admins/Mods
DIR By: Representation
Date: August 4, 2010, 8:23 pm
---------------------------------------------------------
Thanks for letting me repost all of your codes onto the coding
forum. (:
*****************************************************
Page 1 of 1