This is no longer actively maintained, however, if you're interested in adopting it, please let us know!
- Tom Brewer-Vinga ([email protected])
- SilverStripe 3.2+
1.0
- Updated to SilverStripe 3.2
- Earlier versions of SilverStripe 3 have not been tested
- The displayed fields in the admin section under the tab "Attach To" display incorrectly with the selected radio button when the item is dynamically loaded
- Place this directory in the root of your SilverStripe installation.
- If cloned or using the zip file, change the directory to just
inlinehelp
- Add the following lines of code to your Page init function
if($this->dataRecord) {
$this->dataRecord->extend('onPageInit', $this);
} else {
singleton('SiteTree')->extend('onPageInit', $this);
}
- Visit yoursite.com/dev/build to rebuild the database.