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.
The forum of the forums
3 posters

    How to remove some stuff from the group list apperance

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty How to remove some stuff from the group list apperance

    Post by SpyroDragon August 2nd 2016, 12:31 pm

    Is there a way to make this group list
    look like the member list?


    Group list

    How to remove some stuff from the group list apperance 110


    Member list
    How to remove some stuff from the group list apperance 210
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by Ace 1 August 2nd 2016, 12:57 pm

    So you want everything but the group members and group moderator to be gone.
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SpyroDragon August 2nd 2016, 10:03 pm

    Yes.
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SpyroDragon August 8th 2016, 3:20 am

    Bump
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SpyroDragon August 18th 2016, 3:42 am

    Bump
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SpyroDragon August 19th 2016, 8:43 am

    Bump
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by Ace 1 August 25th 2016, 12:47 am

    I forgot about this topic, sorry.

    You can this via CSS.

    Code:
    form[action^="/g"]:first-child { display: none; }
    form[action^="/g"] table tbody tr:first-child { opacity: 0; }

    Add that and you're good.
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SpyroDragon August 26th 2016, 2:14 am

    That seemed to have done nothing Q,. .,Q
    http://tlos.openu2.com/g27-z8-crossfire
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by SLGray August 26th 2016, 2:41 am

    Is your forum version phpBB 2 or 3?

    Have you tried removing what you do not want from the groupcp_info_body template?



    How to remove some stuff from the group list apperance Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    How to remove some stuff from the group list apperance Empty Re: How to remove some stuff from the group list apperance

    Post by Ace 1 August 26th 2016, 3:02 am

    @SpyroDragon

    AP >> Display >> Colors >> CSS Stylesheet

    Code:
    form[action^="/g"]:first-child { display: none !important; }
    form[action^="/g"] table tbody tr:first-child { opacity: 0 !important; }

      Current date/time is November 11th 2024, 4:22 pm