Need Help In User Section
3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 7, 2011 (RSS)
By nmsinc - March 5, 2011 - edited: March 5, 2011
Need Help In User Section –
I attempted to edit a field within the user section as suggested in a previous posting – see field below:
Field Label: Section Access
Field Type: accessList
Field Name: accessList
Action : system field
When editing the field I noticed that no Field Type of "accessList" was available in the drop down so I exited by saving the file (a habit) without realizing that the field type would revert to "none" as listed below:
Field Label: Section Access
Field Type: none
Field Name: accessList
Action : system field
I need help correcting this issue – anyone!
Thanks
Ray
I attempted to edit a field within the user section as suggested in a previous posting – see field below:
Field Label: Section Access
Field Type: accessList
Field Name: accessList
Action : system field
When editing the field I noticed that no Field Type of "accessList" was available in the drop down so I exited by saving the file (a habit) without realizing that the field type would revert to "none" as listed below:
Field Label: Section Access
Field Type: none
Field Name: accessList
Action : system field
I need help correcting this issue – anyone!
Thanks
Ray
nmsinc
Re: [nmsinc] Need Help In User Section
By Jason - March 7, 2011
Hi,
The accesslist is a special field in CMS Builder and we don't recommend trying to edit it. In order to get this back, there are a couple of things you can do. If you have a recent backup of your accounts schema file (accounts.ini.php), you can simple upload that. If not, you'll need to go into the schema file here:
cmsAdmin/data/schema/accounts.ini.php
IMPORTANT: First make a backup of your accounts schema file!
Scroll through this file until you find a section that looks like this:
Change type to equal accessList like this:
Don't change any other fields. Save the file, log back into CMS Builder and click on Section Editors. Then go back into your accounts section and check to see if the problem is resolved.
Hope this helps.
The accesslist is a special field in CMS Builder and we don't recommend trying to edit it. In order to get this back, there are a couple of things you can do. If you have a recent backup of your accounts schema file (accounts.ini.php), you can simple upload that. If not, you'll need to go into the schema file here:
cmsAdmin/data/schema/accounts.ini.php
IMPORTANT: First make a backup of your accounts schema file!
Scroll through this file until you find a section that looks like this:
[accessList]
order = 18
label = "Section Access"
type = "none"
isSystemField = 1
Change type to equal accessList like this:
[accessList]
order = 18
label = "Section Access"
type = "accessList"
isSystemField = 1
Don't change any other fields. Save the file, log back into CMS Builder and click on Section Editors. Then go back into your accounts section and check to see if the problem is resolved.
Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Need Help In User Section
By nmsinc - March 7, 2011
Edit worked - Thanks Jason!
Ray
Ray
nmsinc