redirect
This is a Stub article. Help the eZ Publish community by expanding it!
About
There are several ways to redirect in eZ Publish either using html variables in your edit template, workflow event, template operator or in your custom module.
Example
- Question: After publishing a information collection object draft, how can one redirect to another NodeID?
- Suggestion: Take a look at the suggestion, https://ez.no/developer/forum/setup_design/template_redirecturi_after_collected_information
- Question: After publishing a content object draft, how can one redirect to another view?
- Suggestion: Take a look at the redirect extension, https://ez.no/community/contribs/applications/redirect
Redirect in custom module
Example:
<?php $module =& $Params['Module']; return $module->redirectTo( '/news' ); ?>