PHPackages                             fromholdio/silverstripe-no-edit-message - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. fromholdio/silverstripe-no-edit-message

ActiveSilverstripe-vendormodule[Admin Panels](/categories/admin)

fromholdio/silverstripe-no-edit-message
=======================================

Display friendly message in CMS on pages where user has no edit perm, rather than read-only form.

2.0.0(7mo ago)1115BSD-3-ClausePHP

Since Jul 23Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/fromholdio/silverstripe-no-edit-message)[ Packagist](https://packagist.org/packages/fromholdio/silverstripe-no-edit-message)[ Docs](https://github.com/fromholdio/silverstripe-no-edit-message)[ RSS](/packages/fromholdio-silverstripe-no-edit-message/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

silverstripe-no-edit-message
============================

[](#silverstripe-no-edit-message)

Display friendly message in CMS on pages where user has no edit perm, rather than read-only form.

Includes replacing page History interface with message too.

To implement:

```
Page:
  is_no_edit_message_enabled: true    # default: true
```

And the following must be added to your `Page`

```
public function getCMSFields()
{
    if ($this->doShowNoEditMessage() && Controller::curr() instanceof LeftAndMain) {
        return $this->getNoEditCMSFields();
    }

    # ... any other regular code.
}

public function getSettingsFields()
{
    if ($this->doShowNoEditMessage() && Controller::curr() instanceof LeftAndMain) {
        return $this->getNoEditCMSFields();
    }

    # ... any other regular code.
}
```

Hooks are in place to amend the message, the tab path and fields, and even the trigger for when to display this (OOTB this applies when canEdit is false).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~212 days

Total

3

Last Release

234d ago

Major Versions

1.x-dev → 2.0.02025-09-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/40e135ad117686bee39707c1d9286cc5e915e219c26a10d13858ca44d14f1eb0?d=identicon)[dizzystuff](/maintainers/dizzystuff)

---

Top Contributors

[![dizzystuff](https://avatars.githubusercontent.com/u/576903?v=4)](https://github.com/dizzystuff "dizzystuff (9 commits)")

---

Tags

silverstripegridfield

### Embed Badge

![Health badge](/badges/fromholdio-silverstripe-no-edit-message/health.svg)

```
[![Health](https://phpackages.com/badges/fromholdio-silverstripe-no-edit-message/health.svg)](https://phpackages.com/packages/fromholdio-silverstripe-no-edit-message)
```

###  Alternatives

[icecaster/versioned-gridfield

VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin

1946.2k1](/packages/icecaster-versioned-gridfield)[littlegiant/silverstripe-seo-editor

SEO Editor Administration for SilverStripe

1548.8k1](/packages/littlegiant-silverstripe-seo-editor)[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[mediabeast/flat-admin

Custom CSS theme for SilverStripe 3 Admin Interface

304.9k](/packages/mediabeast-flat-admin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
