Kunena move to crowdin for the translations
Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin :
crowdin.com/project/kunena-forum
to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.
Transifex is keept for translations from K6.3 and the previous versions of Kunena.
Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] 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.
Please use other categories for questions about problems that you may be having with your website.
Merged User Groups, User Group Privileges, ACLs
See #243 . The same questions keep recurring. Let's try to keep them together.
Blue Eagle vs. Crypsis reference guide
Read my blog and

I have a forum that has topics that have polls, but only moderators should have the permission to create those topics. Any member should be able to comment and discuss, once that topic is created, however.
I'm not seeing a way to do this.
If anyone wants to do this, it's reasonably simple. Add a database field in categories called "canstart" and then search for all usage of "locked" and mirror it using "canstart," but only do the "canstart" check on new posts (not replies or edits).
This allows moderators and admins to start topics but nobody else, since the check is bypassed in canPost().
The final check should be modified to look something like this:
if (($action == '-post-') && (! $this->parent->catcanstart)) {
return $this->setError ( $action, 'This forum does not allow for new threads.' );
}
(checking against -post- and not -edit- or -reply-
Yes, a real solution would be to say what access groups can start topics, but this is a start, and it works. I hope when it's time to upgrade to 2.0 this functionality will be in there. For now, it gets me what I need for my project.

2. How to setup to let moderator reviews the new topic before publish?
3. In default Kunena template, there are a lot of function buttons, "Edit", "Delete", and so on. How to disable those functions for certain groups?
Thanks.
Is it possible to grant user groups/access levels the ability to view categories but not to post? I have categories that I would like the public and other registered user groups to be able to see, but not post to (while allowing still other groups view/post privileges). I have seen a number of posts asking this same question in a variety of ways, but they have 0 replies.... I'm guessing then that this isn't possible. If thats the case, please let me know so I can stop scavenging for answers

I hope that helps.
Blue Eagle vs. Crypsis reference guide
Read my blog and

That is possible using the newly relased AceACL component and it's Kunena extension (add-on), here you can try them for free:
www.joomace.net/joomla-extensions/aceacl
www.joomace.net/downloads/aceacl/extensions/kunena-aceacl
I'm working on implementing AceACL features as an Integration option of Kunena in the core and will suggest/pull that to Matias via GitHub so maybe you'll see it inside Kunena in the feature.
AceSEF - Joomla! SEO Suite
I'm trying to create Question & Answer board based on Kunena 1.7, so i have question is it possible to restrict users to post replys and allow to create topics?
[strike]And second question: when you lock topic the name of topic not showing, only lock icon. How i can leave name of topic?[/strike]
G'day, Figs, and welcome to Kunena.
See msgs #261 and #262 (and elsewhere in this topic) where the same quesion has been asked and "answered".
Please, if you have two different questions, start a second topic for the second question.
Blue Eagle vs. Crypsis reference guide
Read my blog and
