Announcement
Collapse
No announcement yet.
Hiding "Owners" on the Group Home Page?
Collapse
X
-
Hiding "Owners" on the Group Home Page?
Tags: None
-
Right clicking on the word owners and selecting "Inspect Element" in my browser, shows me that it has the sg-contributors class on that <div>.
So, you can add a.sg-contributors{display:none;}
to your custom CSS to just hide the display. Search engines will probably see it still though. They don't really care about how things look so CSS is wasted on them.
Or you can go into the AdminCP and go to Styles -> Search in Templates and search for sg-contributors and put <vb:comment>...</vb:commet> around the <div> in the template.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
-
Thanks Wayne, but that hides both the Owners and the Moderators. I was hoping for a way to just hide the Owner line.
Comment
-
You'll need to edit the template directly. There doesn't appear to be any differentiation in the HTML structure between an owner and a moderator.
You can see the templates in the source code by going to Settings → Options → Products/Hooks SystemTranslations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
Related Topics
Collapse
-
by RC000E1. The forum will have two access levels. The base will use the default user group. I'm attempting to then have a secondary user group for "certified professionals" that grants additional access...
-
Channel: Support Issues & Questions
Thu 15 Sep '16, 3:17pm -
-
Hi all. I am trying to make a really nice instructional post and I want to put a 2 pixel border with a 6 pixel radius around my imported images. Can this be done? How do I know what is allowed in the...
-
Channel: Support Issues & Questions
Thu 25 Dec '14, 2:51pm -
-
by alfreemaSo I want to modify the size/style of my buttons. They are super large in responsive mode on a mobile phone. So with Firefox inspector I was able to easily see that what I need to modify it:
...-
Channel: Support Issues & Questions
Sat 21 Oct '17, 1:05pm -
-
by ReplicantVB 5.1.3
I have a group set up with a page title module, static html module, activity stream, and group summary working properly.
For another group, I opened ^this^ group with...-
Channel: Support Issues & Questions
Wed 22 Oct '14, 5:59pm -
-
by basslionI click "Search in Templates" and then paste the search criteria and click find. On the next page it shows me what css files contain my search criteria, however when i double click on the css...
-
Channel: Support Issues & Questions
Sun 22 May '16, 3:14am -
Comment