Skip to content

symbiote-library/silverstripe-inlinehelp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT

This is no longer actively maintained, however, if you're interested in adopting it, please let us know!

SilverStripe Inline Help Module

Maintainer Contacts

Requirements

  • SilverStripe 3.2+

Documentation

Changelog

1.0

  • Updated to SilverStripe 3.2
    • Earlier versions of SilverStripe 3 have not been tested

Known Bugs

  • 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

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation.
  2. If cloned or using the zip file, change the directory to just inlinehelp
  3. 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);
}
  1. Visit yoursite.com/dev/build to rebuild the database.

About

PLEASE NOTE, this fork exists due to the source being abandoned.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.4%
  • JavaScript 40.1%
  • Scheme 5.2%
  • CSS 4.3%