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 Jomsocial "guest male avatar" points to the wrong directory path (but femaie avatar path is correct)

More
9 years 5 months ago #181813 by 810
no, you need to edit that file. We don't have any subscription to jomsocial, so we couldn't check the plugin anymore, I have tried to contact the team, about getting a version from them, but I haven't got any reply on it.

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

More
9 years 5 months ago #181815 by Rik Brown
Understood. I'll take it over to JomSocial.com and see if they can get to work on this.
Thanks again. -- Rik

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

More
9 years 1 month ago #184749 by kirblam
Line 67 in plugins/kunena/community/avatar.php needs to be
$avatar = str_replace(JPATH_SITE, '', COMMUNITY_PATH_ASSETS) . "user-Male.png";
For some reason, JUri::base(true) and JUri::root(true) fail to come back with the document root in that code. I didn't look too closely at it since I could tell what it was *trying* to do. Evidently COMMUNITY_PATH_ASSETS (which is the Jomsocial constant) sometimes includes the document root which doesn't do any good when trying to generate an URL. That str_replace was simply failing to nuke the docroot from the path.
I don't know if JPATH_SITE is deprecated by now but that works in Joomla 3.6.5. I didn't try it in 3.7.x.
Just documenting this in case someone bumps into this specific error. I see that this is pretty old but I just had to fix this now.
Thanks
K
PS - I'm hoping that Jomsocial sent the Kunena team a valid subscription by now...

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

Time to create page: 0.427 seconds