- Posts: 3
- Thank you received: 0
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.
Question Hide User List From Non-Registered?
- Mr Haddock
-
Topic Author
- Offline
- New Member
-
Is it possible to do this?
Thanks
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I had the same problem and fixed it by adding following code to components\com_kunena\template\default\plugin\userlist\userlist.php around line 29
Please Log in or Create an account to join the conversation.
To be precise, it's on line 30.
What has to be replaced is:
by Europower's code:
Please Log in or Create an account to join the conversation.
For people dealing with the same problem in 1.6 the file have change slightly. I got it to work by adding the following code
replacing the line
in components\com_kunena\funcs\userlist.php around line 95
It is not pretty, but it do work
Please Log in or Create an account to join the conversation.