In My Account Alter settings, I am attempting to check checkboxes to "unhide" specific sections, but the settings do not save. The system message 'The configuration options have been saved' is returned when submitting, but this is not true. The checkboxes do not remain checked as they were when submitted, and the sections do not show as desired when testing the profile view. The fields have visibility set to "Public field, content shown on profile page but not used on member list pages" when editing.
Please advise.
Configuration is Drupal 6.6 with Content Profile 6.x-1.0-beta2, MyAccount_alter 6.x-1.x-dev, RealName 6.x-1.1-rc3, and User Relationships 6.x-1.0-beta9.
Comments
Comment #1
jody lynnWhich fields are you unchecking? Does this happen even when you uncheck core fields like 'History'? Can you post a screenshot showing the fields on your screen?
Comment #2
chicagotech commentedThanks Jody. The History field is toggling on and off correctly. The other fields are not. They do not stay checked after submitting them as checked. Attached are three screenshots. The first shows the Display Name field checked before hitting submit; the second shows it is not checked following form submit. Also, attached is a screenshot of the Profile Field settings for the Profile_Name field. Any additional thoughts are greatly appreciated. Thanks.
Comment #3
azuledu commentedSame bug for me.
Thanks for the module.
Comment #4
jody lynnThanks chicagotech. That made it really easy for me to reproduce and fix.
The problem was that you had a space in your profile category 'Display Name', which was just a case I hadn't tested. I changed the module to remove any spaces before it stores its settings. It's committed to dev- make sure you get the Nov 12 version of dev from CVS or wait for the new tarball to be generated.
Comment #5
chicagotech commentedVery nice! The update worked! Thank you very much Jody.
Dave