- Posts: 7
- Thank you received: 0
Kunena 6.2.2 Released with module Latest 6.0.5, module Kunena Stats 6.0.5, Kunena Discuss 6.0.5 and Kunena Search module 6.0.5
The Kunena team has announce the arrival of Kunena 6.2.2 [K 6.2.2] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2
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.
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:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.