Notifications
Clear all

[Closed] Suggestion: separate Forum Statistics and Legend

3 Posts
2 Users
2 Reactions
678 Views
Posts: 201
 fawp
Topic starter
(@fawp)
Reputable Member
Joined: 5 years ago

Hello,

 

I'd like to suggest that, in future versions, you consider separating two sections of wpForo main page which today are combined: Forum Statistics and Forum Legend.

 

Today if an admin does not want to show statistics but wants to show the legend that explains what each Forum/Topic icon means (Not Replied, Active, Hot, etc.) they cannot do that: when you disable "Show Forum Statistic" the legend also is gone.

 

In my view these should be two separate items (in fact, there should probably be no reason why the legend is not kept permanently on, but that's a development decision).

 

I attach the screenshot of the two sections to exemplify.

 

Thanks

2 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @fawp,

Please use the following CSS code to hide the section mentioned by you in the above screenshot:

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-stat-other, #wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: none;
}

The code should be added in the Dashboard >Forums > Setting >Styles admin page "custom CSS Code" textarea.

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

1 Reply
 fawp
(@fawp)
Joined: 5 years ago

Reputable Member
Posts: 201

great, thank you very much @alvina !