- 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 #31656
by Matias
Replied by Matias on topic Re:Deactivate the registration
Then it should work.. echo "<div>PROFILE = $fbConfig->fb_profile<div>"; just before if to see if the value is correct.
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31663
by garyst
Replied by garyst on topic Re:Deactivate the registration
I added that in components/com_kunena/template/default/plugin/profilebox/profilebox.php like this:
it shows this text:
PROFILE = kunena
in the forum page
Code:
<?php // AFTER LOGIN AREA
echo "<div>PROFILE = $fbConfig->fb_profile<div>";
if ($fbConfig->fb_profile == 'cb')
{
$loginlink = CKunenaCBProfile::getLoginURL();
$logoutlink = CKunenaCBProfile::getLogoutURL();
$registerlink = CKunenaCBProfile::getRegisterURL();
$lostpasslink = CKunenaCBProfile::getLostPasswordURL();
}
it shows this text:
PROFILE = kunena
in the forum page
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 #31670
by Matias
Replied by Matias on topic Re:Deactivate the registration
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:
What happens?
What does credits page or backend say from your Kunena version?
Please try this:
Code:
$kunenaProfile->enqueueErrors();
What happens?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31687
by garyst
Replied by garyst on topic Re:Deactivate the registration
CREDITS:
Versión instalada: Kunena 1.5.5 | 2009-08-15 | 1778 [ Hovorit ] | Copyright: © 2008-2009 Kunena | Licencia: GNU GPL
Posting
In
components/com_kunena/template/default/plugin/profilebox/profilebox.php
Show me this:
* Se detectaron problemas en la integración con Community Builder:
* La integración del perfil de CB sólo funcionará si el perfil de usuario de Community Builder ha sido publicado.
* Guardar la configuración de Kunena desactivará la integración y ocultará este aviso.
That means:
*Problems with CB integration were found
*The integration of the CB profile will work only if the profile of the user of Community Builder has been published.
*Saving Kunenan configuration will deactivate the integration and will hide this warning.
Seems like we have something here. But... what is it?
Versión instalada: Kunena 1.5.5 | 2009-08-15 | 1778 [ Hovorit ] | Copyright: © 2008-2009 Kunena | Licencia: GNU GPL
Posting
Code:
$kunenaProfile->enqueueErrors();
In
components/com_kunena/template/default/plugin/profilebox/profilebox.php
Show me this:
* Se detectaron problemas en la integración con Community Builder:
* La integración del perfil de CB sólo funcionará si el perfil de usuario de Community Builder ha sido publicado.
* Guardar la configuración de Kunena desactivará la integración y ocultará este aviso.
That means:
*Problems with CB integration were found
*The integration of the CB profile will work only if the profile of the user of Community Builder has been published.
*Saving Kunenan configuration will deactivate the integration and will hide this warning.
Seems like we have something here. But... what is it?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #31694
by Matias
Replied by Matias on topic Re:Deactivate the registration
First question is why do you not see the same message in backend..?
But now you can follow the instructions: add menu item for CB profiles (you haven't followed installation instructions for CB).
BTW: K1.5.6 shows you link into our documentation which tells you what to do in this case.
But now you can follow the instructions: add menu item for CB profiles (you haven't followed installation instructions for CB).
BTW: K1.5.6 shows you link into our documentation which tells you what to do in this case.
Please Log in or Create an account to join the conversation.
16 years 6 months ago - 16 years 6 months ago #31819
by garyst
Replied by garyst on topic Re:Deactivate the registration
Answer: I don't know
I already did that.... But I added to a user Menu, not main menu. Is that a problem?
just to be sure I added a Menu Item to the Main Menu for CB and Kunena is still working like that

Edit:
The CB menu item created for both, User and Main menu I added were for registered users, not totally public. I changed to public and it started to work. Thank for the help!
So what I did to still hiding that menu item 2 public users I changed to registered the User Menu and to Public that particular menu item.
I already did that.... But I added to a user Menu, not main menu. Is that a problem?
just to be sure I added a Menu Item to the Main Menu for CB and Kunena is still working like that
Edit:
The CB menu item created for both, User and Main menu I added were for registered users, not totally public. I changed to public and it started to work. Thank for the help!
So what I did to still hiding that menu item 2 public users I changed to registered the User Menu and to Public that particular menu item.
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.211 seconds