Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [SOLVED] Warning after login from "Kunena Login Form"

More
13 years 1 month ago - 13 years 1 month ago #1 by khantry
Hi all ..
I am a new member on the site Kunena.

I have a problem with Kunena on my site.

COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS [/ quote]

It is a warning that appears after login from Login Form Kunena.

Someone please help about the above.. :)

Info :
- installed joomla on localhost v1.5.22
- installed kunena v1.6.3

Attachments:
Last edit: 13 years 1 month ago by khantry. Reason: add solved on title

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

More
13 years 1 month ago #2 by sozzled
Please post your K 1.6 configuration report.

I do not know if there is a Bahasa Indonesia translation of Kunena.

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

More
13 years 1 month ago #3 by khantry
Thanks sozzled for your respont.. :)

yes, I use Bahasa Indonesa (id-ID) for kunena 1.6 from kunena instalation file but i don't know meaning of COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS

and this screen shot of my kunena 1.6 configuration

General
Frontend
User
Security
Avatars
Upload
Rangking
BBCode
Integration
RSS
Plugin

I have kunena integration with Community Builder and Uddeim (Private Message)

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

More
13 years 1 month ago #4 by khantry
Sorry sozzled.. my problem is solved..

I found file profile.php in root components\/com_kunena\/funcs\/ and edit this file.

before :
Code:
if ($this->user->id == 0) { $this->_app->enqueueMessage ( JText::_('COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS'), 'notice' ); return; }

after:
Code:
if ($this->user->id == 0) { // $this->_app->enqueueMessage ( JText::_('COM_KUNENA_PROFILEPAGE_NOT_ALLOWED_FOR_GUESTS'), 'notice' ); return; }

thanks kunena.. :laugh: :laugh:
The following user(s) said Thank You: constabulary

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

More
13 years 1 month ago - 13 years 1 month ago #5 by constabulary
thanks for that, I juste noticed the warning as well.
Not sure why this warning apeared but the two slashes solved the problem. ;)
Last edit: 13 years 1 month ago by constabulary.

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

More
13 years 4 weeks ago #6 by Hajo2000
Thanks, too. Helped a lot. I replaced the line by the following:

$this->_app->enqueueMessage ( "No profil available for guests!", 'notice' );

works fine
The following user(s) said Thank You: Rumpel

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

Time to create page: 0.506 seconds