Kunena 6.4.7 Released

The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question Alpha User Points Definitions...

More
15 years 11 months ago #1 by Fran
It appears the language file for Kunena 1.5.7 was no updated to include the relevant Alpha User Points codes. So when someone uses it we just get the undefined codes (e.g. _ALPHA_USER_POINTS, etc.).

To fix this and make more sense of the back end of Kunena, you can add the following code to:

.../administrator/components/com_kunena/language/kunena.english.php
Code:
//patch alpha points DEFINE('_KUNENA_AUP_POINTS', 'Points:'); DEFINE('_KUNENA_AUP_ENABLED_POINTS_IN_PROFILE', 'Show AUP in profile description?'); DEFINE('_KUNENA_AUP_ENABLED_POINTS_IN_PROFILE_DESC', 'Enables AlphaUserPoints to show up in the profile description, next to a post, just under the post tab.'); DEFINE('_KUNENA_AUP_ENABLED_RULES', 'Enable AUP Reply in Kunena Rule?'); DEFINE('_KUNENA_AUP_ENABLED_RULES_DESC', 'Enables AlphaUserPoints system which awards points for replying to a topic. Note: You must have AlphaUserPoints component installed. www.alphaplug.com'); DEFINE('_KUNENA_AUP_MINIMUM_POINTS_ON_REPLY', 'Minimum characters for post'); DEFINE('_KUNENA_AUP_MINIMUM_POINTS_ON_REPLY_DESC', 'Defines the minimum characters needed in a post before the reply rule awards points.');

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

More
15 years 11 months ago - 15 years 11 months ago #2 by Mortti
Those are already in the package, maybe your updating doesn't goes succesfully and language file doesn't overwrite?

Mortti

ps. here is all new strings in 1.5.7
Code:
// 1.5.7 define('_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG1', 'created a new topic'); define('_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG2', 'in the forums.'); define('_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG1', 'replied to the topic'); define('_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG2', 'in the forums.'); define('_KUNENA_AUP_ALPHAUSERPOINTS', 'AlphaUserPoints'); define('_KUNENA_AUP_ENABLED_POINTS_IN_PROFILE', 'Enabled Points in profile'); define('_KUNENA_AUP_ENABLED_POINTS_IN_PROFILE_DESC', 'If you have AlphaUserPoints installed, you can configure Kunena to show a userʼs current points in their profiles.'); define('_KUNENA_AUP_ENABLED_RULES', 'Enabled Rules for Points'); define('_KUNENA_AUP_ENABLED_RULES_DESC', 'You can use the pre-installed rules in AlphaUserPoints to attribute points on new topics and replies. You must have AlphaUserPoints 1.5.3 or later installed. If you have an older version, youʼll need to manually install the rules (see the documentation for AlphaUserPoints).'); define('_KUNENA_AUP_MINIMUM_POINTS_ON_REPLY', 'Minimum characters on reply'); define('_KUNENA_AUP_MINIMUM_POINTS_ON_REPLY_DESC', 'Minimum characters in reply text to earn points on reply topic.'); define('_KUNENA_AUP_MESSAGE_TOO_SHORT', 'Your response was too short to receive any new points.'); define('_KUNENA_AUP_POINTS', 'Points:');
Last edit: 15 years 11 months ago by Mortti.

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

More
15 years 11 months ago #3 by Fran
ok, thanks for pointing that out. Maybe you are right and something went wrong with the installation. I'll look into it. Thanks.

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

More
15 years 11 months ago - 15 years 11 months ago #4 by fnanco
Here it is the complete archive for KUNENA SPANISH with the Alpha User Points translated...

Click here...

right click and say that you want to SAVE LINK TO.... and save the PHP File...

just uploaded here:

.../administrator/components/com_kunena/language/kunena.spanish.php
Last edit: 15 years 11 months ago by fnanco.

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

Time to create page: 0.436 seconds