The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Hide The Usergroup Legend?

+2
Maki1
hoodedwarbler12
6 posters

Go down

Solved How To Hide The Usergroup Legend?

Post by hoodedwarbler12 October 29th 2010, 12:26 am

Is there a CSS code to hide the username legend at the bottom of the page? I don't want members to see usergroup names. Thanks!


Last edited by hoodedwarbler12 on October 30th 2010, 3:57 pm; edited 1 time in total
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Maki1 October 29th 2010, 12:33 am

A-CP => Users & Groups => Groups => Group Administration >> Modify a group >> Hidden group and save.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by LilJur October 29th 2010, 9:08 am

There are multiple ways to delete the user group legend.
As for that, yes, it can be done with CSS.
You can also do it with template editing by deleting the PHP variable for the usergroup legend.

I can´t give you to codes right now, as i´m at school but as soon i get home i´ll look into it
avatar
LilJur
Forumember

Male Posts : 212
Reputation : 8
Language : xml, css, html, hex, english and dutch

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Yakko! October 29th 2010, 2:34 pm

also with template!
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by hoodedwarbler12 October 30th 2010, 2:13 am

Lil-J wrote:There are multiple ways to delete the user group legend.
As for that, yes, it can be done with CSS.
You can also do it with template editing by deleting the PHP variable for the usergroup legend.

I can´t give you to codes right now, as i´m at school but as soon i get home i´ll look into it

I can't do templates, so can you post the CSS?

Yakko! wrote:also with template!

I'm on phbb3, so I can't do templates.
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Saxaca October 30th 2010, 9:11 am

Fellow PhPBB3! cheers

Once upon a time Saxaca was looking in his page source, where he found the class gensmall. Saxaca wondered what this class would do if he removed it's display. Saxaca did so, and put the following code in his CSS StyleSheet:

Code:
.gensmall {
  display: none;
}

Note the code won't remove those stupid []'s around the links, will do another try soon. Good luck! Smile
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by mister23 October 30th 2010, 9:59 am

Saxaca wrote:Fellow PhPBB3! cheers

Once upon a time Saxaca was looking in his page source, where he found the class gensmall. Saxaca wondered what this class would do if he removed it's display. Saxaca did so, and put the following code in his CSS StyleSheet:

Code:
.gensmall {
  display: none;
}

Note the code won't remove those stupid []'s around the links, will do another try soon. Good luck! Smile

That code works but it messes up some things on the front page, user cannot see who the last poster was and if you have it set to

Forum
sub-section1, subsection 2

you won't be able to see the links
mister23
mister23
Forumember

Male Posts : 160
Reputation : 1
Language : English

http://narutokingdom.forummotions.com/

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Saxaca October 30th 2010, 10:28 am

Yeah, it's buggy, too many codes use the gensmall class Sad
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by mister23 October 30th 2010, 10:43 am

Is it possible to Hide some of them or is there another code for this?
mister23
mister23
Forumember

Male Posts : 160
Reputation : 1
Language : English

http://narutokingdom.forummotions.com/

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by hoodedwarbler12 October 30th 2010, 3:17 pm

Saxaca wrote:Fellow PhPBB3! cheers

Once upon a time Saxaca was looking in his page source, where he found the class gensmall. Saxaca wondered what this class would do if he removed it's display. Saxaca did so, and put the following code in his CSS StyleSheet:

Code:
.gensmall {
  display: none;
}

Note the code won't remove those stupid []'s around the links, will do another try soon. Good luck! Smile

Thanks! That removes some stuff I need, though. Let's keep finding more codes!
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Guest October 30th 2010, 3:52 pm

Put this in your CSS (:
Code:
em {display:none}
avatar
Guest
Guest


Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by hoodedwarbler12 October 30th 2010, 3:56 pm

Gangstar15 wrote:Put this in your CSS (:
Code:
em {display:none}

It works great! Thanks so much! This is solved.
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: How To Hide The Usergroup Legend?

Post by Guest October 30th 2010, 4:07 pm

No Problem :]
Glad i could help Razz

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum