- Posts: 38
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth 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 Forums "Disappear" When Not Logged In
Are there any Global Config settings that could be the problem? (Default Access Level is set to 'public'.)
Steve
Matias wrote: I don't think that there's a bug -- the code is so simple:
We Just get all the groups where the user belongs into (recursively):
JAccess::getGroupsByUser(JFactory::getUser()->id, true);
.. and then we check if the group you have entered in category configuration matches one of those.
So easiest way to see the groups visitor is to add this code into somewhere where it gets run:It returns list of user group id's (all that user belongs into)..Code:print_r(JAccess::getGroupsByUser(JFactory::getUser()->id, true));die();
Please Log in or Create an account to join the conversation.
I have the same problem described by Griz44
I installed Kunena 1.6.5 on Joomla 1.7. The public cannot view the sections and categories. Only logged-In user can view.
Prior to installation I did make some changes to the Joomla ACL by adding a guest group. However, I do not think it affects the public view right?
I did nothing more than that, and immediately after Kunena installation I can't view the forum. Please assist. Thanks.
Please Log in or Create an account to join the conversation.
Users >> Options >> Guest User Group >> Public
Prior to this the settings:
Users >> Options >> Guest User Group >> Guest
But I need to prevent logged-in users to see certain content which are meant for the guest group.
So, is there anything I can do?
Please Log in or Create an account to join the conversation.
Like I said earlier, this works:
Edit Category > Settings:
Public Access Level: Public
Admin Access Level: Guest
or:
Public Access Level: Guest
Admin Access Level: Public
I think we need to rename "Public" and "Admin" into "Primary" and "Secondary" for Joomla 1.6+..
Please Log in or Create an account to join the conversation.
And I could still use some help with it...any suggestions? Anybody?!? :sick:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.