- Posts: 7245
- Thank you received: 566
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
Question Deactivate the registration
Please Log in or Create an account to join the conversation.
If u change the menu item for CB to registered (I guess special too) it brakes the integration between kunena and CB.
What I did was that I changed the menu item to public and changed the user menu to registered to keep hiding that menu item to users
Please Log in or Create an account to join the conversation.
else
{
$loginlink = JRoute::_('index.php?option=com_user&view=login');
$logoutlink = JRoute::_('index.php?option=com_user&view=login');
$registerlink = JRoute::_('index.php?option=com_user&view=register&Itemid=' . $Itemid);
$lostpasslink = JRoute::_('index.php?option=com_user&view=reset&Itemid=' . $Itemid);
}
underneath it all. I don't know php code but that looks like the links to the original joomla logins options. I tried to change them to the cb links and it messed up the whole page so I had to reinstall that page from the kunena download again. I just used notepad to edit it. I don't know if it was notepad or me. Is that the place to change the links to use cb? if so can someone spell it out for a newbie like me?
Please Log in or Create an account to join the conversation.
- rinuccio sp
-
- Offline
- Premium Member
-
- Posts: 269
- Thank you received: 4
I installed the latest version of "CB" and the latest version of "Kunena"
I enabled the integration of the profiles successfully.
The link for registration of "Kunena" continues to direct you to the registration of "joomla".
'EDIT:
Add that I published the plugin of CB and created the menu item.
Don't have "warning" in backend
Please Log in or Create an account to join the conversation.
The menu where u put it is public for everyone?
it has to be published for everyone in both cases
Please Log in or Create an account to join the conversation.
Interesting.. It means that something was wrong while detecting CB, but as result K1.5.2RC+ should show you warning message in backend and disable integration. You should also see integration = Kunena, Kunena in your configuration.
What does credits page or backend say from your Kunena version?
Please try this:
Code:$kunenaProfile->enqueueErrors();
What happens?
Having the same problem. This code you have here, where is this run from to return any errors?
Please Log in or Create an account to join the conversation.