Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Change Fields in Add Dialog


Go to End


930 Views

Avatar
ivo

Community Member, 19 Posts

10 January 2012 at 11:28pm

Hi,
i am using the DataObjectDecorator to change the member fields and to reorganise the tabs for the member at Security Tab.

How can i alter the "Add Dialog" in the Backend for the Member.

Seems that in updateCMSFields the f.e.
$currentFields->removeFieldFromTab('Root.Main', 'FirstName');
doesnt have influence on the Add Dialog.

Thanks