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

This is not a support forum for JomSocial or its related products. For JomSocial support you should visit JomSocial .

The information given in this category is intended to guide users who want to use JomSocial with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of JomSocial.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question K 3.0.4 breaks "thank you" in Jomsocial activity stream; users thank themselves!

More
12 years 3 months ago #152051 by 9themestore
Hi Frizzo,

You are using the NTS KPraxis template. Please provide the url link or screenshot here. We will help you find the solution for this issue.

Best regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The topic has been locked.
More
12 years 3 months ago #152052 by Frizzo

xillibit wrote: Which jomsocial version are-you using ?


I am using the latest Jomsocial 3.1.0.1
The topic has been locked.
More
12 years 3 months ago - 12 years 3 months ago #152053 by Frizzo

9themestore wrote: Hi Frizzo,

You are using the NTS KPraxis template. Please provide the url link or screenshot here. We will help you find the solution for this issue.

Best regards,


Don't think it's a template issue as it's an issue with Kunena Thank yous on the Jomsocial stream.

It worked before with Kunena 3.0.3 so something has changed and it causing the text to show that the user is thanking him/herself even though they were not the thread starter.
Last edit: 12 years 3 months ago by Frizzo.
The topic has been locked.
More
12 years 3 months ago #152054 by 9themestore
Hi,

I agree with you but if it's a style bug we can provide you a solution for this bug.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: Frizzo
The topic has been locked.
More
12 years 3 months ago #152055 by Frizzo

9themestore wrote: Hi,

I agree with you but if it's a style bug we can provide you a solution for this bug.


You guys provide awesome customer service.

I am sure this isn't a style bug so think need a fix.
The topic has been locked.
More
12 years 3 months ago #152075 by xillibit
The fix is the following :
  • open the file \plugins\kunena\community\activity.php
  • add that line 100 :
    Code:
    $target_link = KunenaFactory::getUser($target)->getLink(KunenaFactory::getUser($target)->username, KunenaFactory::getUser($target)->username);
  • And modify the line 105:
    Code:
    $act->title = JText::_ ( '{single}{actor}{/single}{multiple}{actors}{/multiple} ' . JText::sprintf( 'PLG_KUNENA_COMMUNITY_ACTIVITY_THANKYOU_TITLE', $target_link, ' <a href="' . $message->getPermaUrl() . '">' . $message->subject . '</a>' ) );

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Danny3, cooljim, Shaun Downend
The topic has been locked.
Time to create page: 0.284 seconds