- Posts: 412
- Thank you received: 5
Kunena 6.0.8 Released (17 Jan 2023)
The Kunena team has announce the arrival of Kunena 6.0.8 [K 6.0.8] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Solved Kunena 5 RC5 Admins access rights
6 years 6 months ago #1
by Nikiniko
Kunena 5 RC5 Admins access rights was created by Nikiniko
How can i block admins access from a specific category?
I want only a group based on registered users and super users to have access there.
Thank you
I want only a group based on registered users and super users to have access there.
Thank you
Please Log in or Create an account to join the conversation.
6 years 6 months ago #2
by rich
Replied by rich on topic Kunena 5 RC5 Admins access rights
This is unfortunately not possible. You can not exclude administrators and global moderators.
The following user(s) said Thank You: Nikiniko
Please Log in or Create an account to join the conversation.
6 years 6 months ago #3
by Nikiniko
Replied by Nikiniko on topic Kunena 5 RC5 Admins access rights
Maybe it is possible to create in joomla ,
a group that belongs to admins but has not Admins access rights ?
a group that belongs to admins but has not Admins access rights ?
Please Log in or Create an account to join the conversation.
6 years 6 months ago - 6 years 6 months ago #4
by rich
Replied by rich on topic Kunena 5 RC5 Admins access rights
You mean Admin rights only for Joomla? Then go to "Backend -> Kunena Dashboard -> click on top at Options -> Select tab Administrator -> Access Administration Interface = Denied". Then, the Admins have only the same access as Registered users to Kunena. I don't see any other way to deny Kunena access for Admins.
You can choose these admins for the frontend management as category moderators. Then you can select which categories these can see.
If you want furthermore the rank image Administrator for these users, go to "Backend -> Kunena -> Users -> click on user name -> Forum Settings -> select the rank title Administrator".
You can choose these admins for the frontend management as category moderators. Then you can select which categories these can see.
If you want furthermore the rank image Administrator for these users, go to "Backend -> Kunena -> Users -> click on user name -> Forum Settings -> select the rank title Administrator".
Last edit: 6 years 6 months ago by rich.
Please Log in or Create an account to join the conversation.
6 years 6 months ago #5
by Nikiniko
Replied by Nikiniko on topic Kunena 5 RC5 Admins access rights
i will try it thank you,
BTW the group colour of who is online, they take it from joomla,
the image from Kunena , Correct?
BTW the group colour of who is online, they take it from joomla,
the image from Kunena , Correct?
Please Log in or Create an account to join the conversation.
6 years 6 months ago #6
by rich
The user management (except moderators) comes from Joomla.
Replied by rich on topic Kunena 5 RC5 Admins access rights
Both comes from Kunena. The colors are:BTW the group colour of who is online, they take it from joomla,
the image from Kunena , Correct?
Code:
#kunena.layout .kwho-admin {
color: #FF0000 !important;
}
#kunena.layout .kwho-globalmoderator {
color: #800000 !important;
}
#kunena.layout .kwho-moderator {
color: #0000FF !important;
}
#kunena.layout .kwho-user {
color: #5388B4 !important;
}
#kunena.layout .kwho-guest {
color: #666666 !important;
}
#kunena.layout .kwho-banned {
color: #A39D49 !important;
}
#kunena.layout .kwho-blocked {
color: #ff0000 !important;
}
The user management (except moderators) comes from Joomla.
The following user(s) said Thank You: Nikiniko
Please Log in or Create an account to join the conversation.
Time to create page: 0.313 seconds