Publish Redirect

Publish Redirect is an ExpressionEngine 2.0 extension which allows you to redirect a user to a specific page after updating or adding an entry. By default the extension will redirect the user back to the entry edit screen and display a message.

Download

Download Publish Redirect from Github

Version

1.0.1

1.0

Installation

  1. Download the extension from GitHub
  2. Copy the /third_party/sc_publish_redirect directory into your /system/expressionengine/third_party/ directory.
  3. Login to your EE Control Panel.
  4. Go to Add-ons > Extensions and enable the sc_publish_redirect extension.

Settings

Once installed, there are a few settings that you might like to play with. By default, once the extension has been enabled, anytime you Publish, or Edit an entry, when you click the "Save" button, it will return you to the entry edit screen.

Select a redirect option

Select one of the following from the drop down list:

  1. Redirect back to entry [default option - returns you to the entry editing screen]
  2. Redirect to edit list [returns you to the Edit Channel Entries page]
  3. Redirect to publish screen [opens a new publish screen]
  4. Custom URL

Custom redirect URL

This field is ignored unless you have selected "Custom URL" from the drop-down list above. Simply enter any URL in here, and it will redirect to that screen (i.e. if you want it to redirect to the Apple site after saving an entry enter in http://www.apple.com/ ).

Note with this setting you can also use the following variables:

{base} - your site's URL
{entry_id} - the entry_id of the saved entry
{channel_id} - the channel_id of the saved entry

So therefore you can create custom URLs that redirect to specific places in your CP. For example, to return to an empty publish page for the same channel as your saved entry, you would enter -

{base}&D=cp&C=content_publish&M=entry_form&channel_id={channel_id}

Success message

This simply lets you set a custom message to tell users the entry has been saved. This works as long as you redirect users to somewhere in the EE Control Panel.

License

This extension is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.