Silverstripe
Silverstripe CMSDocs
  • Getting Started
  • Tutorials
  • Developer Guides
    • Model and Databases
    • Templates and Views
    • Controllers
    • Forms
    • Configuration
    • Extending SilverStripe
    • Testing
    • Debugging
    • Performance
    • Security
    • Email
    • Integration and Web Services
    • Search
    • i18n
    • Files
    • Customising the Admin Interface
      • ModelAdmin
      • CMS Architecture
      • Admin Layout
      • Preview
      • WYSIWYG Styles
      • Javascript Development
      • How To's
        • CMS alternating button
        • CMS form field help text
        • Customise the CMS Menu
        • Customise the CMS pages list
        • Customise the CMS tree
        • Customise site reports
        • Extend the CMS interface
        • Extending an existing ModelAdmin
    • Execution pipeline
    • Command Line Interface
    • Cookies and Sessions
  • Upgrading
  • Changelogs
  • Contributing
  1. Developer Guides/
  2. Customising the Admin Interface/
  3. How To's
Version 3End of Life

This version of Silverstripe CMS will not receive any additional bug fixes or documentation updates.

Go to documentation for the most recent stable version →

How To's: Customising the Admin Interface#

CMS alternating button
Add an "active" and "neutral" state to the CMS buttons
CMS form field help text
Add help text to the form fields in the CMS
Customise the CMS Menu
Make custom changes to the left hand menu in the CMS
Customise the CMS pages list
Customise the CMS tree
Learn how to add custom UI elements to the CMS page navigation
Customise site reports
Creating your own custom data or content reports.
Extend the CMS interface
Customise the UI of the CMS backend
Extending an existing ModelAdmin
ModelAdmin interfaces that come with the core can be customised easily

Edit on GitHub