- Posts: 7
- Thank you received: 0
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved Hiding the Legend row
I can do this with css however hiding the name of a group also hides those users from showing as online. Is there another way?
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
rich wrote: Configuration -> tab Extra -> Show Who is Online = No
Thanks for the response however this doesn't work as it hides who is online. My post above states I'm just needing to hide the legend AKA user groups not the users themselves.
Please Log in or Create an account to join the conversation.
In principle it's easy to find the right css code. .unstyled.span11 is the relevant code for who is online. He contain a div with the span "Legend". If you add this to the code, it hiddens only the legend. In principle you can also hide single legends if you add also the class such as kwho-moderator.I can do this with css however hiding the name of a group also hides those users from showing as online.
Therefore the complete code (with Crypsis) should be:
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.