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 #31565 by Matias
Just enable CB profile integration and links will be correct.

Removing registration link needs some coding/editing files.

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

More
16 years 6 months ago #31574 by garyst
Matias wrote:

Just enable CB profile integration and links will be correct.


I did

and the links are showing like that....

:unsure:

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

More
16 years 6 months ago #31579 by Matias
Something is still wrong in your integration. Does Kunena backend show any warnings?

Can you see CB avatars?

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

More
16 years 6 months ago - 16 years 6 months ago #31581 by garyst
Kunena integration is enabled:



no errors are showing in Kunena admin

CB Avatar IS showing on Kunena
Last edit: 16 years 6 months ago by garyst.

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

More
16 years 6 months ago #31612 by Matias
Look at components/com_kunena/template/default/plugin/profilebox/profilebox.php around line 92-98:

You should see this code:
Code:
if ($fbConfig->fb_profile == 'cb') { $loginlink = CKunenaCBProfile::getLoginURL(); $logoutlink = CKunenaCBProfile::getLogoutURL(); $registerlink = CKunenaCBProfile::getRegisterURL(); $lostpasslink = CKunenaCBProfile::getLostPasswordURL(); }
Do you see it?

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

More
16 years 6 months ago - 16 years 6 months ago #31647 by garyst
I have this
Code:
if ($fbConfig->fb_profile == 'cb') { $loginlink = CKunenaCBProfile::getLoginURL(); $logoutlink = CKunenaCBProfile::getLogoutURL(); $registerlink = CKunenaCBProfile::getRegisterURL(); $lostpasslink = CKunenaCBProfile::getLostPasswordURL(); }

is the same
Last edit: 16 years 6 months ago by garyst.

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

Time to create page: 0.253 seconds