Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

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 kunena jomocial profile redirects to another menu

More
16 years 9 months ago - 16 years 9 months ago #26878 by dirtydoug
hi, i have a jomsocial testing on my localhost and its working just so fine then i added kunena as its forum but why is it that whenever i click on the users avatar on kunena i get these link

localhost\jomsocial\blog\minda

instead of

localhost\jomsocial\community\minda

that is why instead its redirecting to the blog homepage rather than to its profile page.

my backend settings are the attached image.

is it some kind of a bug or a component id issue? how can i set jomsocial id to point profile link exactly to jomsocial profile page rather than going to other menu.
Last edit: 16 years 9 months ago by dirtydoug.

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

More
16 years 8 months ago #28007 by metaltome
I'm having the exact same problem. My main menu item for JomSocial is Community and I have sub-menu's underneath it like My Friends, My Applications, and so forth. For some reason the Kunena JomSocial Avatar, My Profile Link, and even clicking on the posters name will redirect to sub-menu "aliases" of the Community Menu Item. For example it's currently directing people if they click on the persons Profile Avatar to:

/community/my-friends/profile?userid=31905

I tried disabling the My Friends submenu item to see what happened and then the Kunena Profile Pic URL changed to:

/community/my-applications/profile?userid=31905

I don't understand why it's directing to sub-menu items and not just:

/community/profile?userid=31905

I've tried upgrading Kunena to 1.5.5 and even downgrading to 1.0.11 and enabled Legacy 1.0. Problem still unresolved. I'm using Joomla Core SEO with apache mod_rewrite enabled obviously. Any help would be greatly appreciated in solving this issue!

--
Joomla 1.5.14
JomSocial 1.2.206
Kunena 1.5.5

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

More
16 years 6 months ago #32198 by Linuus
Same problem here!
I need a fix ASAP!

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

More
16 years 6 months ago #32213 by NLkaiser
It has something to do with the SEO, just turn your SEO off if you would like to have a fix right now, till then we will have to wait till kunena fixes it

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

More
16 years 6 months ago - 16 years 6 months ago #33226 by Matias
Kunena 1.5.7 picks the first ItemID (lowest ID) it finds, which is usually the right one. Older releases just pick one, which is usually the wrong one..

Here is manual fix..

Add this just before components/com_kunena/kunena.class.php line 68:

$JOMSOCIAL_Itemid = [YOUR MENU ID HERE];

For example:

$JOMSOCIAL_Itemid = 999;
Last edit: 16 years 6 months ago by Matias.

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

Time to create page: 0.232 seconds