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.

Archive /

Our old forums are still available as a read-only archive.

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

CMS Manipulation


Go to End


1388 Views

Avatar
iculshaw

Community Member, 13 Posts

16 October 2008 at 5:00am

Is it possible to manipulate the content of a CMS class e.g. SecurityAdmin without actually touching the file?

For instance... can I have a file in my "mysite" folder called e.g. MyMemberExpiries which extends SecurityAdmin and adds a tab to the actual SecurityAdmin file next to Members and Permissions.

Then fill this tab without physically altering the SecurityAdmin file.. sort of how you can use extra_menu_items to add menu items to the main CMS navigation?