Create A Forum - Support Forums

Support => Create a Forum Codes and Support => Topic started by: Agent Moose on August 02, 2010, 07:57:49 pm

Title: [Code/CSS] Remove "Post Group" for Admins/Mods
Post by: Agent Moose on August 02, 2010, 07:57:49 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)

Add to your CSS (Doesn't matter where in the CSS, just needs to be in there):
Code: [Select]
/* 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 :)
Title: Re: [Code] Remove "Post Group" for Admins/Mods
Post by: McLovin on August 02, 2010, 11:55:34 pm
Nevermind... I didn't read the entire name of the topic.. I'm stupid. :|
Title: Re: [Code] Remove "Post Group" for Admins/Mods
Post by: Agent Moose on August 03, 2010, 01:20:23 am
I still don't see it.

I checked all over the membergroup section and nothing.
Title: Re: [Code] Remove "Post Group" for Admins/Mods
Post by: McLovin on August 03, 2010, 01:22:56 am
Lol, I didn't read the entire title of the post... I'm stupid...
Title: Re: [Code/CSS] Remove "Post Group" for Admins/Mods
Post by: DMVA on August 04, 2010, 03:09:16 pm
Nice code, I'm using it now. :)
VERY simple, it almost seems stupid not to include it.
Title: Re: [Code/CSS] Remove "Post Group" for Admins/Mods
Post by: Nick9 on August 04, 2010, 10:32:58 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...
Title: Re: [Code/CSS] Remove "Post Group" for Admins/Mods
Post by: Agent Moose on August 05, 2010, 01:00:35 am
Thanks Representation :)
Title: Re: [Code/CSS] Remove "Post Group" for Admins/Mods
Post by: Nick9 on August 05, 2010, 01:23:17 am
Thanks for letting me repost all of your codes onto the coding forum. (: