- Posts: 9
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question Restricted Forum User For Kunena 2.0
Please Log in or Create an account to join the conversation.
Control:
Did you create group as child of registered?
You shouldnt change Group Value of new group after creating
Maybe Group Name/Value shouldnt use spaces or entities (not checked by myself)
Kunena Forumadministraton:
Did you give the category, the forum is in, appropriate access level?
Did you publish categories and forums?
Did you make sure, forum/category isnt checked out?
Did you make forum open for non moderators/admins?
In my case frontendaccess is set to: new created group for example "private"
In my case backendaccess is set to: Super Administrator
Can you then see forum, if you are logged in as superadmin in frontend? (You should)
Plugin:
Did you install and publish the jxlibraries plugin?
I will post it here, if i find something more about…
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- MartinRuthenberg
-
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
I did all my changings about admin accounts before installing control. Now I have two restricted forums running on a productive site. It is only two days but as far as I can see there are not any problems.
Thanks for your persistence, MacJoomla and JBHawaii
Martin
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
To answer my own question yes there is. The cache is the table jos_fb_sessions. This table contains a column called "allowed". If there are already boards in the allowed field for a user it won't get checked again until some time it seems (this time is unknown to me and too long to wait forIs there some sort of cache?
Forcing this column to a value of "na" will cause Kunena to re-read the user permissions and thus the new board is added to the allowed boards and the user will see it.
So bottom line is, if you add a special board for only users make sure the allowed field gets reset. To do this for all users you can execute this code:
I am using group names with spaces without a problem. The value shouldn't have a space. Control replaces this automatically with a dash (-).Maybe Group Name/Value shouldnt use spaces or entities (not checked by myself)
I am happy to know what causes the problems
Next challenge is to find out how to allow users to more than 1 private forum.
Please Log in or Create an account to join the conversation.