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

More
16 years 6 months ago #31821 by Matias
So making CB profiles to registered only breaks integration?

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

More
16 years 6 months ago #31847 by garyst
yes

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.

More
16 years 5 months ago - 16 years 5 months ago #32686 by JasonWDTX
i looked where you guys were talking about and saw this right below what yall were talking about

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?
Last edit: 16 years 5 months ago by JasonWDTX.

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

More
16 years 5 months ago - 16 years 5 months ago #32799 by rinuccio sp
Hello everyone.

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".

O.o '

EDIT:

Add that I published the plugin of CB and created the menu item.

Don't have "warning" in backend
Last edit: 16 years 5 months ago by rinuccio sp.

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

More
16 years 5 months ago #32989 by garyst
Did you published for everyone?

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.

More
16 years 5 months ago #32998 by Bob Britt
Matias wrote:

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.

Time to create page: 0.252 seconds