Notifications
Clear all

wpForo 1.x.x [Closed] CSS Help

5 Posts
3 Users
1 Likes
1,877 Views
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

Could someone help to provide the CSS code to hide one line from the statistics.

I need to do this as after installing 1.4.6 today, the statistics bar at the bottom of the page, that shows the latest post, is listing private forum topics. Admittedly if a normal  user tries to click on the link they get permission denied but I want to suppress this until its fixed. 

 

 

4 Replies
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

Another bug.

The statistics bar at the bottom of the page that shows the latest post, will list private forum topics. Admittedly if a normal  user tries to click on the link they get permission denied but this was fixed once before, now we have it back once again!

Anyone know what CUstom CSS Code I can put in the style page to supress that one line from the bottom of the statistics page until we get a fix? 

VereK
Posts: 497
(@verek)
Honorable Member
Joined: 6 years ago

You can do something like this in your WP or WPforo style additional css settings.

#wpforo-stat-body > div > div.wpf-row.wpf-last-info > p.wpf-stat-other {
display: none
}

optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 6 years ago

Thanks Verek, that worked a treat  👍 

Hopefully when the Gvectors team fix the problem and I can then reinstate that line.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Thank you for letting us know. We'll fix this in next version.