don't save the profile change

don't save the profile change was created by sanely

Posted 1 year 6 months ago #16597
Hello,
I use  NTS KGrid, and when I try to change my profil, when I save the changement.... I see that no changes have been saved on the personal text

When I do the same thing with the basic template, everything works fine!

Thanks for your help 
Last Edit:1 year 6 months ago Post by sanely
Last edit: 1 year 6 months ago by sanely.

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

Replied by ntstore on topic don't save the profile change

Posted 1 year 6 months ago #16598
Hi sanely,
Thank you very much for bug report. We fixed this issue and updated to the template package. You can download the template package and update to your website or do some below steps to fix this issue.
1. Open the default.php in the "nts_kgrid/layouts/user/edit/profile/" path.
2. Go to about line 30 and replace below code:
Code:
<input class="form-control hasTooltip" id="personaltext" type="text" maxlength="<?php echo (int) $this->config->maxPersonalText; ?>" name="personaltext" value="<?php echo $this->escape($this->profile->personalText); ?>" data-bs-toggle="tooltip" title="<?php echo Text::_('COM_KUNENA_MYPROFILE_PERSONALTEXT_DESC') ?>"/>
by
Code:
<input class="form-control hasTooltip" id="personalText" type="text" maxlength="<?php echo (int) $this->config->maxPersonalText; ?>" name="personalText" value="<?php echo $this->escape($this->profile->personalText); ?>" data-bs-toggle="tooltip" title="<?php echo Text::_('COM_KUNENA_MYPROFILE_PERSONALTEXT_DESC') ?>"/>
3. Save and try to add personal text.
Kind regards,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Last Edit:1 year 6 months ago Post by ntstore
Last edit: 1 year 6 months ago by ntstore.

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

Replied by sanely on topic don't save the profile change

Posted 1 year 6 months ago #16599
Thank you !!!!!
It's ok for personalText but in signature, I can't write !!!!
For information, my site is with YOOtheme
Thank you for your help !!
Post by sanely

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

Replied by ntstore on topic don't save the profile change

Posted 1 year 6 months ago #16600
Hi,
Did you website live? Please send us the website url and a back-end account via support email (9themestore@gmail.com). We will check this issue.

Regards,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Post by ntstore
The following user(s) said Thank You: sanely

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

Replied by sanely on topic don't save the profile change

Posted 1 year 6 months ago #16601
I sent you a mail....

Thank you !!!
Post by sanely

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

Replied by ntstore on topic don't save the profile change

Posted 1 year 6 months ago #16602
Hi sanely,
Thank you very much. I fixed the signature can't write issue on your website. Please reload your forum to view the change.

Kind regards,

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Post by ntstore
The following user(s) said Thank You: sanely

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

Replied by sanely on topic don't save the profile change

Posted 1 year 6 months ago #16603
Thank you very much !!!!!

It's ok, you're very professional !

Thank you !
Post by sanely
The following user(s) said Thank You: ntstore

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

Time to create page: 0.608 seconds