Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 Where is {MENU}'s layout?

More
14 years 1 month ago - 14 years 1 month ago #1 by P4rD0nM3
Gretings,

I'm trying to look where {MENU}'s layout is (default_ex) because if you're using Community Builder the login link doesn't use the CB login link. Instead it uses the one from com_login. Thanks!

EDIT: FOUND IT!

BUT?
Code:
$j15 = CKunenaTools::isJoomla15(); if ($fbConfig->fb_profile == 'cb') { $loginlink = CKunenaCBProfile::getLoginURL(); $logoutlink = CKunenaCBProfile::getLogoutURL(); $registerlink = CKunenaCBProfile::getRegisterURL(); $lostpasslink = CKunenaCBProfile::getLostPasswordURL(); } else { $loginlink = sefRelToAbs('index.php?option=com_login&Itemid=' . $Itemid); $logoutlink = sefRelToAbs('index.php?option=logout'); $registerlink = sefRelToAbs('index.php?option=com_registration&task=register&Itemid=' . $Itemid); $lostpasslink = sefRelToAbs('index.php?option=com_registration&task=lostPassword&Itemid=' . $Itemid); if($j15) { $loginlink = sefRelToAbs('index.php?option=com_user&view=login'); $logoutlink = sefRelToAbs('index.php?option=com_user&view=login'); $registerlink = sefRelToAbs('index.php?option=com_user&task=register&Itemid=' . $Itemid); $lostpasslink = sefRelToAbs('index.php?option=com_user&view=reset&Itemid=' . $Itemid); } }

It already shows to get the CB login link but then it still doesn't.

It's log for the layout its...

com_login / cb registration / cb password
Last edit: 14 years 1 month ago by P4rD0nM3.

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

More
14 years 1 month ago - 14 years 1 month ago #2 by sozzled
Replied by sozzled on topic K 1.0.x questions
P4rD0nM3: As I tried to advise you yesterday, not only is there no technical support for Joomla 1.0 (from 22 July 2009, in fact) but K 1.0.x is provided only as an end-of-life product to allow users a transitional path from Joomla 1.0.x to Joomla 1.5.x. Aside than that, there is little interest these days for that version or in devising fixes for third-party developed software (like Community Builder) to interoperate with it. In effect, K 1.0.11 (the last release in the series) is available on an "as-is" basis - it works or it doesn't. :)

You have discovered one of many unsolved problems associated with K 1.0.11. If you search the forum you will see that people continue to have issues with the login link even to this day [in K 1.5.9]! There have been many topics devoted to the subject of working around some of these issues Kunena and CB (see the Community Builder category).
Last edit: 14 years 1 month ago by sozzled.

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

Time to create page: 0.392 seconds