don't save the profile change
don't save the profile change
2 years 8 months ago - 2 years 8 months ago
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: 2 years 8 months ago by sanely.
Please Log in or Create an account to join the conversation.
Re: don't save the profile change
2 years 8 months ago - 2 years 8 months ago
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 2 years 8 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: don't save the profile change
2 years 8 months ago
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 !!
Please Log in or Create an account to join the conversation.
Re: don't save the profile change
2 years 8 months ago
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
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: sanely
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: don't save the profile change
2 years 8 months ago
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
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: sanely
Please Log in or Create an account to join the conversation.
Re: don't save the profile change
2 years 8 months ago
Thank you very much !!!!!
It's ok, you're very professional !
Thank you !
It's ok, you're very professional !
Thank you !
The following user(s) said Thank You: ntstore
Please Log in or Create an account to join the conversation.
Time to create page: 0.257 seconds