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.
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?
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
}
Thanks Verek, that worked a treat 👍
Hopefully when the Gvectors team fix the problem and I can then reinstate that line.
Thank you for letting us know. We'll fix this in next version.