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

Problems extending Member class


Go to End


11 Posts   8431 Views

Avatar
eddieconnecti

Community Member, 26 Posts

10 February 2010 at 10:15am

I think I would not write this to the forum if it would be that simple ;)

I attached also a screenshot to show you how it looks liek now. You may not speak german, but the first tab means "Members". Could it be a problem because of the translation?

Attached Files
Avatar
baba-papa

Community Member, 279 Posts

7 April 2010 at 9:10am

@Sean: Thanks 4 your explanation why decorating the Member class but not extending it.

Avatar
KevinRefinery

Community Member, 2 Posts

2 August 2017 at 2:45pm

Ok. So if you create a Decorator, it doesn't seem like it can be used in an extended ModelAdmin in this array.
private static $managed_models = array( .....
I get a 500 internal error when I add it to this.
This thread is so old, is this stuff done differently nowadays? I am using 3.5

Go to Top