Hide some groups
4 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Hide some groups
I wanna know how to hide specific groups from being seen on forums but add members to that group and the group color to still be seen when they make a post.
FORUM LINK: http://genocideclan.forumotion.com/
FORUM STYLE: phpbb3
Example:
"Legend: Leader (1), Moderator (2), Member (4)"
This is what is displayed at bottom of forum. Howver there is another group called "Editor (3)" but is not displayed in legend. There are some Members who are in this group. Hoever when they make a post, their name is yellow, not blue, even though Editor is higher than Member. Please help me turn the name Blue even though that group is hidden.
FORUM LINK: http://genocideclan.forumotion.com/
FORUM STYLE: phpbb3
Example:
"Legend: Leader (1), Moderator (2), Member (4)"
This is what is displayed at bottom of forum. Howver there is another group called "Editor (3)" but is not displayed in legend. There are some Members who are in this group. Hoever when they make a post, their name is yellow, not blue, even though Editor is higher than Member. Please help me turn the name Blue even though that group is hidden.
Re: Hide some groups
Hello,
Goto:
ACP >> Users & Groups >> Group Administration >> (on the group you want to hide)
There will be an option that says: Group status : []Opened group []Closed group []Hidden group
Click hidden group, you'll just add your new member via Admin Panel.
Also make sure color Group members is checked, to keep the color.
Goto:
ACP >> Users & Groups >> Group Administration >> (on the group you want to hide)
There will be an option that says: Group status : []Opened group []Closed group []Hidden group
Click hidden group, you'll just add your new member via Admin Panel.
Also make sure color Group members is checked, to keep the color.
Re: Hide some groups
yeah, I had that, but then when I post, I'm posting with a member color, not the Editor color :T
Re: Hide some groups
Check to make sure it is set for editor group.
Now make sure you have added the user to that group, and not just that rank.
Now make sure you have added the user to that group, and not just that rank.
Re: Hide some groups
Hidden groups will not show colorized usernames. There is a code somewhere on the support forum that will allow hidden group members to have colorized usernames.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
I couldn't find the coding. Can you pls give it to me
I was thinking something like this:
Make the group Editor set to "Open" and add some code along these lines
Or something like that @Ange Tuteur @SLGray @Sir. Mayo xd
I was thinking something like this:
Make the group Editor set to "Open" and add some code along these lines
- Code:
a.mainmenu[href="/editors"] { font-size:0 }
a.mainmenu[href="/editors"]:after {
displa: none;
}
Or something like that @Ange Tuteur @SLGray @Sir. Mayo xd
Re: Hide some groups
See if something in this topic will help - https://help.forumotion.com/t133358-coloring-hidden-group-members?highlight=hidden+groups .
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Some of it helped me however the code offered did not remove the "," after the group @SLGray
Re: Hide some groups
The legend looks correct to me. There is not an extra coma.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Post the code here that you use. Please use the code tags.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
- Code:
b a.gensmall[href="/g4-editors"] { display: none;}
/*Editors is what I want to hide.*/
Re: Hide some groups
You can have the group hidden and use CSS code to colorized members in that group: https://help.forumotion.com/t133358-coloring-hidden-group-members#897315 . The last code.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
This code?
- Code:
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
Re: Hide some groups
No. I mean just use the hide option for the group and then add this to your CSS stylesheet:
- Code:
a[href="/u1"], a[href="/u22"], a[href="/u56"] {
color: GROUP COLOR;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Try adding !important to the color line. If that does not work, at the code to the top of the stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Add the code to the top of the stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
I did that too, however, even with "!important", u2 and u25 colors didn't change.
Re: Hide some groups
Post your code here? Did you remove the other code you had?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Nope :c
- Code:
/*Top of StyleSheet*/
a[href="/u2"], a[href="/u25"] {
color: #f00 !important;
}
Re: Hide some groups
Are you trying to use this color #FF000?
Are these members in another group. If yes and that group is open/closed then there usernames will be that color.
Are these members in another group. If yes and that group is open/closed then there usernames will be that color.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Nope. Red color ( #FF0000 ). I just tried the full hexadecimal code and it didnt work either
Re: Hide some groups
SLGray wrote:Are these members in another group? If yes and that group is open/closed then there usernames will be that color.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Yeah, they are in the Member group. So if they are in another group, it won't work?
Re: Hide some groups
Correct. The groups override the code.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Hide some groups
Yeah, I was thinking maybe there would be a group-overriding code...
@SLGray . why can't I just make the group closed, not hidden and hide the commas along with the group?
@Ange Tuteur
@SLGray . why can't I just make the group closed, not hidden and hide the commas along with the group?
@Ange Tuteur
Last edited by Ace 1 on May 23rd 2015, 11:05 pm; edited 1 time in total
Page 1 of 2 • 1, 2
Similar topics
» Add extra groups and make it so some groups can create posts but not threads.
» Hide Admin Online Status & Hide Rank Title
» hide category + hide popup + pictures for posts
» A 2nd Set of Groups
» Groups
» Hide Admin Online Status & Hide Rank Title
» hide category + hide popup + pictures for posts
» A 2nd Set of Groups
» Groups
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum