Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question How to hide userlist?

More
13 years 10 months ago - 13 years 9 months ago #129912 by tommytoxen
Yes I've searched :P for 3 hours now, actually, but all I can find is old posts referring to 1.6 where none of those files even exist anymore to edit.

All I'd like to do is hide the link to the userlist at the bottom please?

I've tried adding to my CSS

}
#Kunena .kuserlist {
display: none;
}

But the userlist link is still there, help please?
Last edit: 13 years 9 months ago by Jiminimonka.

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

More
13 years 10 months ago - 13 years 10 months ago #129926 by Jiminimonka
Replied by Jiminimonka on topic How to hide userlist?
Hi tommytoxen,

If you look in the Kunena Configuration Page - there is a setting "Show Who is Online", change that.

I renamed the topic so it is more useful to others.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 13 years 10 months ago by Jiminimonka.

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

More
13 years 10 months ago #130002 by tommytoxen
Replied by tommytoxen on topic How to hide userlist?
Hi Jim,

Thanks for the reply.. but don't quite understand, surely disabling 'show who is online' would simply hide who is online, and not hide 'Userlist' link?

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

More
13 years 9 months ago #130021 by Jiminimonka
Replied by Jiminimonka on topic How to hide userlist?
My mistake. You can hide the userlist from guests in the Kunena Security section. I will ask the devs if there is a way to hide it from everyone.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
13 years 9 months ago #130074 by sozzled
Replied by sozzled on topic How to hide userlist?
You cannot hide the link to the userlist on the Kunena template by using CSS because there's no named element that you can hang a "display: none;" rule on.

You can disable displaying the userlist for users of your forum who are not logged in.

You can modify the PHP source code to remove the part that creates the link (I don't know, exactly, which file you need to change). Whatever changes you make to the PHP source code - to remove this link - unless you create your own Kunena template, you would need to reapply those changes again, every time you upgrade Kunena.

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

More
13 years 9 months ago #131736 by kiwi3685
Replied by kiwi3685 on topic How to hide userlist?

sozzled wrote: You cannot hide the link to the userlist on the <em>Kunena</em> template by using CSS because there's no named element that you can hang a "display: none;" rule on.

Actually you can, though I admit some old / IE browsers may ignore it:

#Kunena ul#kstatslistright li:nth-of-type(3){display:none;}

(added to template.css in my joomla template, of course)

I also prefer not to display the list to anyone, but do want to use the stats info. So this was the only and easiest solution. It works well.
The following user(s) said Thank You: Patrick91

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

Time to create page: 0.359 seconds