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 Tue 2 Aug 2016 - 12:31

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 : 462
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 Tue 2 Aug 2016 - 12:57

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 Tue 2 Aug 2016 - 22:03

Yes.
SpyroDragon
SpyroDragon
Forumember

Posts : 462
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 Mon 8 Aug 2016 - 3:20

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
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 Thu 18 Aug 2016 - 3:42

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
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 Fri 19 Aug 2016 - 8:43

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
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 Thu 25 Aug 2016 - 0:47

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 Fri 26 Aug 2016 - 2:14

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

Posts : 462
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 Fri 26 Aug 2016 - 2:41

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 : 51554
Reputation : 3524
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 Fri 26 Aug 2016 - 3:02

@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