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.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNo1.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.1.21.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 Entry object and a Field Object. Variable names are $entry and $field.
  • Be sure to set the $success variable to true in 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

Symphony 2.3.4 to 2.3.6

  • First release