AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Suggestion: separate Forum Statistics and Legend

3 Posts
2 Users
2 Reactions
1,224 Views
Posts: 212
 fawp
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@fawp)
Reputable Member
Joined: 7 years ago
[#14355]

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

 wpforo stats

2 Replies
Alvina
Posts: 1857
Moderator
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@alvina)
Member
Joined: 7 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: 7 years ago

Reputable Member
Posts: 212
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

great, thank you very much @alvina !


Share: