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 remove some stuff from the group list apperance

3 posters

Go down

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

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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.
Ace 1
Ace 1
Helper
Helper

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

https://help.forumotion.com

Back to top Go down

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 : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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 : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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 : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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.
Ace 1
Ace 1
Helper
Helper

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

https://help.forumotion.com

Back to top Go down

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

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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; }
Ace 1
Ace 1
Helper
Helper

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

https://help.forumotion.com

Back to top Go down

Back to top

- Similar topics

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