Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question How can I disable the viewing username list

More
17 years 1 month ago #8195 by simonjoomla
Dear All,

I wonder how can I hide the viewing user name list shown on the picture attached. What I don't like is that when I click on other user's name and I can see their summary in details. I don't like this function. Though I have tried to disable different plugins but it just didn't work..... give me some hints please. Thanks.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8236 by grumblemarc
Anything can be hidden with CSS
Try changing this {kunena.forum.css (line 1030)
.path-element-users
display:inline;
margin-top:21px;
}

.path-element-users
display:none;
}

I just tried this in FireBug and it worked.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8337 by simonjoomla
Thanks, I got it !

Please Log in or Create an account to join the conversation.

Time to create page: 0.244 seconds