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
- Changed priority for extension because it conflicted with Structure Module
1.0
- Initial release
Installation
- Download the extension from GitHub
- Copy the /third_party/sc_publish_redirect directory into your /system/expressionengine/third_party/ directory.
- Login to your EE Control Panel.
- 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:
- Redirect back to entry [default option - returns you to the entry editing screen]
- Redirect to edit list [returns you to the Edit Channel Entries page]
- Redirect to publish screen [opens a new publish screen]
- 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.