Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Ratings, how to make them work ?

More
7 years 2 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 2 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.320 seconds