Read before updating: How to Update Kunena Templates - More detail

don't save the profile change

S Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

don't save the profile change

2 years 8 months ago - 2 years 8 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: 2 years 8 months ago by sanely.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: don't save the profile change

2 years 8 months ago - 2 years 8 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: 2 years 8 months ago by ntstore.

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

S Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Re: don't save the profile change

2 years 8 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 !!

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: don't save the profile change

2 years 8 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
The following user(s) said Thank You: sanely

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

S Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Re: don't save the profile change

2 years 8 months ago
#16601
I sent you a mail....

Thank you !!!

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: don't save the profile change

2 years 8 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
The following user(s) said Thank You: sanely

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

S Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 1

Re: don't save the profile change

2 years 8 months ago
#16603
Thank you very much !!!!!

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