Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] 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.

Solved Ratings, how to make them work ?

More
7 years 10 months ago #11 by 810
Then you need to do it by sql.

UPDATE `#__kunena_categories` SET allow_ratings='1' WHERE allow_ratings='0';
The following user(s) said Thank You: Nikiniko

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

More
7 years 10 months ago #12 by Nikiniko
Thank you worked with this

UPDATE `#_kunena_categories` SET allow_ratings='1' WHERE allow_ratings='0';

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

Time to create page: 0.595 seconds