Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How to make Kunena Read Only ?

More
16 years 9 months ago #25138 by klp29
We changing some things at one of our sites and would like to make our Kunena-forum read-only for some days, to avoid users posting.

How can we do that? :)

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago - 16 years 9 months ago #25141 by Lintzy
Hello, please look into this tutorial. At the end of it you'll see an overview table. Or read the clarifications of tutorial ;)

docs.kunena.com/index.php/Forum_Setup%2C...s_for_special_Groups
Last edit: 16 years 9 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago #25143 by klp29
Yes, I know the "lock" feature will do this, but as we have 100+ sections and categories, I'd really like to turn read-only on for it all without having to manually edit every single forum section and categoriy :)

Possible?

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago - 16 years 9 months ago #25156 by Lintzy
Yes, there is. I have just figured it out and tested it , it works.

However, make a Database backup before you do the following.


If you have phpMyAdmin open it. And then open the database, where the database tables of your Kunena Forum installation are.

Click on the left side on jos_fb_categories.

ON the right side above click on SQL and you will see a input textfield, where you can insert code. Delete the existing code in this Textfield
Code:
Update `jos_fb_categories` SET `locked`= 1

and click on OK.


This will lock all forums and categories.

To unlock all again insert this:
Code:
Update `jos_fb_categories` SET `locked`= 0
Last edit: 16 years 9 months ago by Lintzy.

Please Log in or Create an account to join the conversation.

Time to create page: 0.254 seconds