How to remove some stuff from the group list apperance
3 posters
Page 1 of 1
How to remove some stuff from the group list apperance
Is there a way to make this group list
look like the member list?
Group list
Member list
look like the member list?
Group list
Member list
Re: How to remove some stuff from the group list apperance
So you want everything but the group members and group moderator to be gone.
Re: How to remove some stuff from the group list apperance
I forgot about this topic, sorry.
You can this via CSS.
Add that and you're good.
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.
Re: How to remove some stuff from the group list apperance
That seemed to have done nothing Q,. .,Q
http://tlos.openu2.com/g27-z8-crossfire
http://tlos.openu2.com/g27-z8-crossfire
Re: How to remove some stuff from the group list apperance
Is your forum version phpBB 2 or 3?
Have you tried removing what you do not want from the groupcp_info_body template?
Have you tried removing what you do not want from the groupcp_info_body template?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to remove some stuff from the group list apperance
@SpyroDragon
AP >> Display >> Colors >> CSS Stylesheet
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; }
Similar topics
» Remove stuff above the footer
» Notification in toolbar: revert list and group topic
» Adding A Stylish But Lightweight Dropdown List In A Group of HTML Pages?
» Remove Topic List Box in Sub Forum
» Remove Membership Forum/Group
» Notification in toolbar: revert list and group topic
» Adding A Stylish But Lightweight Dropdown List In A Group of HTML Pages?
» Remove Topic List Box in Sub Forum
» Remove Membership Forum/Group
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum