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

Question Activity stream concatenates two action

More
12 years 8 months ago #1 by barthle
Hello,

I have this weird problem in the JS activity message translation, for my turkish site, when someone thanks to somebody...Here is what I get:

So, for some reason, it concatenates these two language variables for thanking:

COM_KUNENA_JS_ACTIVITYSTREAM_THANKYOU + COM_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG2

That's why it is outputting a silly phrase half english, half turkish..

I have checked out tukish language file but couldn't see why it is combining two different messages..The both fields seems to be quite normal..

How can I correct this?
Attachments:
The following user(s) said Thank You: xillibit

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

More
12 years 8 months ago #2 by xillibit
Hello,

I will check it later

Can you put here your configuration report configuration ?

I don't provide support by PM, because this can be useful for someone else.

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

More
12 years 8 months ago #3 by barthle
Hello Xillibit,


I guess you need this?

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 12M

This message contains confidential information

Joomla default template details : yoo_neo | author: YOOtheme | version: 5.5.18 | creationdate: July 2011

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.4 | creationdate: 2011-05-07

Kunena version detailled: Installed version: 1.6.4 | Build: 4832 | Version name: Kerkrade | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.2.3

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled | Kunena Search 1.6.4 | My Kunena Forum Menu 1.6.4 | My Kunena Forum Posts 1.6.4 | Kunena Groups 1.6.4

Modules: Kunena Latest 1.6.4 | Kunena Stats 1.6.4 | Kunena Search 1.6.4

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

More
12 years 8 months ago #4 by xillibit
The quick fix is to edit the file /administrator/components/com_kunena/libraries/integration/jomsocial/activity.php, line 170 replace this :
Code:
$act->title = JText::_ ( '{single}{actor}{/single}{multiple}{actors}{/multiple} ' . JText::_( 'COM_KUNENA_JS_ACTIVITYSTREAM_THANKYOU' ).' <a href="' . $JSPostLink . '">' . $message->get ( 'subject' ) . '</a> ' . JText::_ ( 'COM_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG2' ) );

by this :

Code:
$act->title = JText::_ ( '{single}{actor}{/single}{multiple}{actors}{/multiple} ' . JText::_( 'COM_KUNENA_JS_ACTIVITYSTREAM_THANKYOU' ).' <a href="' . $JSPostLink . '">' . $message->get ( 'subject' ) . '</a> ';

I don't provide support by PM, because this can be useful for someone else.

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

More
12 years 8 months ago #5 by barthle
Thanks Xillibit.

But one small note; I guess you forgot the close the parenthesis on the right. I got a syntax error when I copied it, then I noticed the right paranthesis is missing..

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

More
12 years 8 months ago #6 by xillibit
yes, i hadn't tested it

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.434 seconds