Kunena 7.0.4 Released

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

Question Gainsboro button texts problem ?

More
16 years 4 months ago #34051 by Uprocker


also whos_online status have same problem also , i checked the language file language file does not have any problem , how can i fix that problem that i showed in the image ? it says _NEW_TOPIC and i need make it new topic ? and other gen buttons problems also ? Pls help me :(

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

More
16 years 4 months ago #34441 by Matias
Check that your translation contains all these strings (just search for them)..

If there are missing strings in the translation, they need to be added.

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

More
16 years 4 months ago #34702 by @quila
Add this line in your language file and translate it.

DEFINE('_NEW_TOPIC', 'New thread');
DEFINE('_GEN_FAVORITETXT', 'Favorite');
DEFINE('_GEN_UNFAVORITETXT', 'Unfavorite');
DEFINE('_GEN_PMS', 'PM');
DEFINE('_GEN_PMS_TITLE', 'Private Message');
DEFINE('_GEN_PROFILE', 'Profile');
DEFINE('_GEN_OFFLINE', 'Offline');
DEFINE('_GEN_ONLINE', 'Online');
DEFINE('_NEW', 'NEW');
DEFINE('_GOTOTOP', 'Top');
DEFINE('_WHO_ONLINE_IP', 'IP');
DEFINE('_GEN_PRINT', 'Print this page');
DEFINE('_GEN_USRINFO', 'User information');
DEFINE('_KUNENA_MYPROFILE_ARCHIVES', 'Archives');
DEFINE('_KUNENA_USRL_NEWEST', 'Members');
DEFINE('_INFORMATION', 'Information');
DEFINE('_KUNENA_USRL_NEWESTMEMBER', 'Newest');
DEFINE('_KUNENA_USRL_ACTIVE', 'Active');
DEFINE('_KUNENA_USRL_POPULAR', 'Popular');
DEFINE('_KUNENA_USRL_ALL', 'View All Members');
DEFINE('_KUNENA_USRL_RANK', 'Rank');
DEFINE('_WHO_ONLINE_TOTAL', 'In total there are');
DEFINE('_KUNENA_OLDEST_THREAD', 'Oldest Post');
DEFINE('_KUNENA_NEWEST_THREAD', 'Newest Thread');
DEFINE('_GEN_POST_REPLY_TOPIC', 'Reply Topic');
DEFINE('_KUNENA_GOTO_FORUM', 'Go to Forum');

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

Time to create page: 0.217 seconds