1.1.2releasedBackend Action
Adds the ability to customize actions in the backend. The extension provides a field that will execute the specified php script when activated.
Clone URLhttps://github.com/DeuxHuitHuit/backend_action.git
Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/backend_action.git extensions/backend_action --recursive
Compatibility
| 2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | No | No | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 | 1.1.2 |
Readme
Backend Action
Adds the ability to customize actions in the backend.
The extension provides a field that will execute the specified php script when activated.
REQUIREMENTS
- Symphony CMS version 2.3.4 and up (as of the day of the last release of this extension)
INSTALLATION
git clone/ download and unpack the tarball file- Put into the extension directory
- Enable/install just like any other extension
See http://getsymphony.com/learn/tasks/view/install-an-extension/
Voila !
Come say hi! -> http://www.deuxhuithuit.com/
HOW TO USE
- Add a Backend Action field to your section.
- Set up the php script you want to execute when the button is pressed. The script location is relative to the workspace.
- In the script, you get a reference to and
Entryobject and aFieldObject. Variable names are$entryand$field. - Be sure to set the
$successvariable totruein order to mark the action as being executed.
Version history
Symphony 2.4.0 to 2.x.x
- Symphony 2.x.x compatibility
Symphony 2.4.0 to 2.6.x
- Fixed a bug (#2) with Date Format
Symphony 2.4.0 to 2.5.x
- Compatibility with 2.4 and 2.5
- Small css improvements
- First release