How To Hide The Usergroup Legend? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+2
Maki1
hoodedwarbler12
6 posters

    How To Hide The Usergroup Legend?

    hoodedwarbler12
    hoodedwarbler12
    Forumember


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

    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
    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!

    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.
    avatar
    LilJur
    Forumember


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

    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
    Yakko!
    Yakko!
    Forumember


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

    Solved Re: How To Hide The Usergroup Legend?

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

    also with template!
    hoodedwarbler12
    hoodedwarbler12
    Forumember


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

    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.
    Saxaca
    Saxaca
    Forumember


    Male Posts : 539
    Reputation : 26
    Language : Markup.

    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
    mister23
    mister23
    Forumember


    Male Posts : 160
    Reputation : 1
    Language : English

    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
    Saxaca
    Saxaca
    Forumember


    Male Posts : 539
    Reputation : 26
    Language : Markup.

    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
    mister23
    mister23
    Forumember


    Male Posts : 160
    Reputation : 1
    Language : English

    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?
    hoodedwarbler12
    hoodedwarbler12
    Forumember


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

    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!
    avatar
    Guest
    Guest


    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}
    hoodedwarbler12
    hoodedwarbler12
    Forumember


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

    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.
    avatar
    Guest
    Guest


    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