- 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
16 years 6 months ago #31565
by Matias
Replied by Matias on topic Re:Deactivate the registration
Just enable CB profile integration and links will be correct.
Removing registration link needs some coding/editing files.
Removing registration link needs some coding/editing files.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31574
by garyst
Replied by garyst on topic Re:Deactivate the registration
Matias wrote:
I did
and the links are showing like that....
Just enable CB profile integration and links will be correct.
I did
and the links are showing like that....
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31579
by Matias
Replied by Matias on topic Re:Deactivate the registration
Something is still wrong in your integration. Does Kunena backend show any warnings?
Can you see CB avatars?
Can you see CB avatars?
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31581
by garyst
Replied by garyst on topic Re:Deactivate the registration
Last edit: 16 years 6 months ago by garyst.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31612
by Matias
Replied by Matias on topic Re:Deactivate the registration
Look at components/com_kunena/template/default/plugin/profilebox/profilebox.php around line 92-98:
You should see this code:
Do you see it?
You should see this code:
Code:
if ($fbConfig->fb_profile == 'cb')
{
$loginlink = CKunenaCBProfile::getLoginURL();
$logoutlink = CKunenaCBProfile::getLogoutURL();
$registerlink = CKunenaCBProfile::getRegisterURL();
$lostpasslink = CKunenaCBProfile::getLostPasswordURL();
}
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31647
by garyst
Replied by garyst on topic Re:Deactivate the registration
I have this
is the same
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