Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
I am using extended users addon and noticed when editing a user, I change the text I need to and click save and it shows a success message and the content does save but if I click on another template to edit another page, it says the following

"This page is asking you to confirm that you want to leave - information may not be saved"

I don't have any repeatable regions, the fields I have are below

Text input field for Title, Name, Extended-User ID, Extended-User Email, New Password, Repeat New Password

Then below that is the custom field I added, the code for that is below

The code below is from the file users/index.php

Code: Select all
<cms:template clonable='1' title='Engineers' order='8'>
    <cms:editable name='engineer_info_group' label='Engineer Info Content' type='group' collapsed='1' order='1' />
    <cms:editable type='richtext' toolbar='full' name='engineer_text' label='Engineer Text/Images' group='engineer_info_group' />
    <!--
        If additional fields are required for users, they can be defined here in the usual manner.
    -->       
</cms:template>
Which version of Couch is the site using?
Please download and use the latest version from GitHub and let me know if it helps.
KK wrote: Which version of Couch is the site using?
Please download and use the latest version from GitHub and let me know if it helps.


Hi KK

I'm using version 2.4, think that's the latest version from github isn't it?
The GitHub version keeps getting incremental changes - please use it and let me know.
KK wrote: The GitHub version keeps getting incremental changes - please use it and let me know.


No problem, I'll try it and upgrade couchcms and post a update
KK wrote: The GitHub version keeps getting incremental changes - please use it and let me know.


I have downloaded couchcms from github and uploaded the files and tried again but still got the same issue
6 posts Page 1 of 1