- Posts: 68
- Thank you received: 18
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.
The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question WCK - Write Control for Kunena
- Kubik-Rubik
- Topic Author
- Offline
- Moderator
Less
More
13 years 1 month ago - 13 years 1 month ago #1
by Kubik-Rubik
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
WCK - Write Control for Kunena was created by Kubik-Rubik
Hi Community,
I have published a new plugin for Kunena 1.7 and Joomla! 1.7 today.
New Plugin for the component Kunena online: WCK - Write Control for Kunena
Joomla! version: 1.7
Kunena version: 1.7.1
With this plugin you can set write permissions individually for certain categories without affecting their visibility. Like this you can assign read rights to all visitors, but give only certain groups of users write access.
Setting the write access is necessary in some cases. For example if you have a group of subscribers and want to give them write access and you would like to show the entries for everybody.
Project page: joomla-extensions.kubik-rubik.de/wck-write-control-for-kunena (Sorry, site not translated yet. English files are included in the plugin package!)
Have success!
I have published a new plugin for Kunena 1.7 and Joomla! 1.7 today.
New Plugin for the component Kunena online: WCK - Write Control for Kunena
Joomla! version: 1.7
Kunena version: 1.7.1
With this plugin you can set write permissions individually for certain categories without affecting their visibility. Like this you can assign read rights to all visitors, but give only certain groups of users write access.
Setting the write access is necessary in some cases. For example if you have a group of subscribers and want to give them write access and you would like to show the entries for everybody.
Project page: joomla-extensions.kubik-rubik.de/wck-write-control-for-kunena (Sorry, site not translated yet. English files are included in the plugin package!)
Have success!
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Last edit: 13 years 1 month ago by sozzled.
Please Log in or Create an account to join the conversation.
13 years 1 month ago #2
by Matias
Replied by Matias on topic Re: WCK - Write Control for Kunena
Few improvements:
1) Add Kunena detection into contructor: docs.kunena.org/index.php/Detecting_Kunena_Version
2) Menu items use view instead of func, so you should say: JRequest::getWord('func', JRequest::getWord('view'));
3) Kunena gives admin rights by using Joomla! 1.7 assets (instead of user group :
Another way is to use our API (this works also in Joomla! 1.5):
4) Also moderators should also have access (this check contains also admins):
5) You should not use the same Itemid, use KunenaRoute::_('index.php?option=com_kunena', false) instead in redirects back to Kunena (it automatically uses the right Itemid).
Otherwise it looks good.
1) Add Kunena detection into contructor: docs.kunena.org/index.php/Detecting_Kunena_Version
2) Menu items use view instead of func, so you should say: JRequest::getWord('func', JRequest::getWord('view'));
3) Kunena gives admin rights by using Joomla! 1.7 assets (instead of user group :
Code:
$user->authorise('core.manage', 'com_kunena') && $user->authorise('core.admin', 'com_kunena')
Code:
KunenaFactory::getUser()->isAdmin(catid)
4) Also moderators should also have access (this check contains also admins):
Code:
KunenaFactory::getUser()->isModerator(catid)
5) You should not use the same Itemid, use KunenaRoute::_('index.php?option=com_kunena', false) instead in redirects back to Kunena (it automatically uses the right Itemid).
Otherwise it looks good.
The following user(s) said Thank You: Kubik-Rubik
Please Log in or Create an account to join the conversation.
- Kubik-Rubik
- Topic Author
- Offline
- Moderator
Less
More
- Posts: 68
- Thank you received: 18
13 years 1 month ago #3
by Kubik-Rubik
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Replied by Kubik-Rubik on topic Aw: Re: WCK - Write Control for Kunena
Hi Matias,
thank you for your feedback. I will include your suggestions in the next release!
Regards
thank you for your feedback. I will include your suggestions in the next release!
Regards
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Please Log in or Create an account to join the conversation.
- Kubik-Rubik
- Topic Author
- Offline
- Moderator
Less
More
- Posts: 68
- Thank you received: 18
13 years 1 month ago #4
by Kubik-Rubik
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Replied by Kubik-Rubik on topic Aw: Re: WCK - Write Control for Kunena
New version with the suggested improvements online:
joomla-extensions.kubik-rubik.de/en/down...na-download-joomla17
Have success!
Have success!
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
The following user(s) said Thank You: migus
Please Log in or Create an account to join the conversation.
- Jiminimonka
- Offline
- Elite Member
- YBAS!
12 years 11 months ago - 12 years 11 months ago #5
by Jiminimonka
Replied by Jiminimonka on topic Re: Aw: Re: WCK - Write Control for Kunena
I have looked at this, and I have to say I am totally baffled. Maybe its in the translation. Perhaps you could make a youtube video explaining how to set it up?
I can see how I would set it up so one group of users can see a forum but not write to it, but then how do you set it so there are different permissions for different groups?
I can see how I would set it up so one group of users can see a forum but not write to it, but then how do you set it so there are different permissions for different groups?
Last edit: 12 years 11 months ago by Jiminimonka.
Please Log in or Create an account to join the conversation.
Time to create page: 0.413 seconds