don't save the profile change
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
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.
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:
by
3. Save and try to add personal text.
Kind regards,
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') ?>"/>
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') ?>"/>
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.
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 !!
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.
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,
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.
I sent you a mail....
Thank you !!!
Thank you !!!
Post by sanely
Please Log in or Create an account to join the conversation.
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,
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.
Thank you very much !!!!!
It's ok, you're very professional !
Thank you !
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