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

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 My Profile saves Full Name wrong

More
16 years 10 months ago - 16 years 10 months ago #20872 by jamie
The file/plugin:
components/com_kunena/template/default/plugin/myprofile/myprofile_userdetails_form.php

Causes some troubles while saving/updating your profile in Kunena.

We use Full Name on our Kunena 1.5.3 board and I found out if you go to My Profile and Edit Your Details then change something, click Save, now the Joomla Userdatabase contains the following (SQL Export example):

123, 'Correct\nUsername', 'Correct',etc
124, 'Wrong Username', 'Wrong',etc

This causes some troubles to other plugins AND also causes the Kunena board to display your name: 'WrongUsername' instead of 'Correct Username'. In other words: first name and lastname aren't separated by a space character in the Kunena board.
Last edit: 16 years 10 months ago by jamie.

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

More
16 years 10 months ago - 16 years 10 months ago #20888 by xillibit
Hello,

this doen't happen on my test site, can you please precise the php version, mysql version, joomla version and if you use specifics plugins or components.

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 10 months ago by xillibit.

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

More
16 years 10 months ago - 16 years 10 months ago #20904 by ph-jps
We (jamie and myself) use PHP 5.2.9, Joomla 1.5.11 MySQL 5.1.32.

We use Joomsuite User but I think it is not related to the issue.. jamie can elaborate more on the problem though.
Last edit: 16 years 10 months ago by ph-jps.

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

More
16 years 10 months ago #20906 by jamie
After saving your profile in Kunena the username looks like this: JamieJanssen instead of Jamie Janssen.

On the testsite on the same server this happens too. Maybe some PHP setting.

I'm thinking about editting the PHP. Block users from 'Edit Your Details' to solve this...

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

More
16 years 10 months ago #21016 by xillibit
I don't know, if when you modified the username in joomla frontend -> user menu -> your détails, it work. But yes, you can remove the link Edit Your Details like this, open the file components/com_kunena/template/default/plugin/myprofile_menu.php and at line 51 delete all the datas or do this :
Code:
<!--<a href = "<?php //echo JRoute::_(KUNENA_LIVEURLREL . '&amp;func=myprofile&amp;do=userdetails'); ?>"> <?php //echo _KUNENA_EDIT_TITLE; ?> </a>-->

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 10 months ago #21024 by jamie
Excellent! Many thanks for the info xillibit!
Link is gone now.

Saved me a lot of work :)

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

Time to create page: 0.242 seconds