I have been hunting and hunting for an answer for this. Any help would be greatly appreciated. Thank you.
Announcement
Collapse
No announcement yet.
How do you remove the Topics and Posts columns on the Forum page?
Collapse
X
-
How do you remove the Topics and Posts columns on the Forum page?
Tags: None
- Top
- Translate
- Bottom
-
You just hide them via CSS. I'm just on my phone right now and can't inspect the CSS classes for those 2 columns. I will post the solution when I get hold of my laptop.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
-
Thank you. I'm getting better at this but have hit my head against the wall trying to figure this out. I've always (since 2001) used vBulletin 4. 5 is different but I like it.
BTW, I love your paypal graphic. Nice!Last edited by Dotti; 03-19-2017, 05:13 PM.Dotti
- Top
- Translate
- Bottom
Comment
-
Add this custom css in css_additional.css template in AdminCP or in Sitebuilder > Style > CSS Editor.
Code:/* Hide Topics and Posts columns in Forum Directory START */ .forum-list-container .forum-list-header .header-topics, .forum-list-container .forum-list-header .header-posts, .forum-list-container .forum-item .topics-count, .forum-list-container .forum-item .posts-count { display: none; } /* Hide Topics and Posts columns in Forum Directory END */
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 2
Comment
Latest Posts
Collapse
-
Reply to Welcome to our newest member issueby SnowhogWow! I totally forgot about this.

I just now edited the user.php file. We have a BANNED 'new' user showing in "Welcome to our newest...Today, 08:22 AM -
Get Affordable and Fast VPS for vBulletin -
Reply to Request: Instagram Media Embed or Retrieval Mod for vBulletin Forums Using Snapinstaink Approachby glennrocksvbThank you for the suggestion. I took some time to evaluate the request further and review Instagram's Terms of Use.
I understand the use...Yesterday, 12:05 PM -
I am running a vBulletin forum for a content creator community and wanted to raise a mod request around Instagram media integration. Currently when members...Yesterday, 09:14 AM

Comment