This plugin is designed to allow Registered Joomla! users to be redirected from one page to another. If you have Content or Components that you no longer want a Registered Joomla! user to see once they are logged into the site then SM2 Registered Redirect Plugin is ideal. Installation steps: 1. Install the Plugin Like any other Joomla! Bot go to the Mambot Installer and install the Plugin. * Installers > Mambots * Browse to the installation file then Upload 2. Configure the Plugin In the Mambots > Site Mambots edit the Mambot and enter some Parameters. * In the Registered Redirect enter the url followed by the Seperator (| by default) then the redirect url, one per line. i.e.
http://www.sm2joomla.com/content/1/1/|http://www.sm2joomla.com/content/2/2 * If required enter similar redirection information in the Special Redirect. The Special Redirect will fire if the logged in user is a Special Joomla! user. i.e. Author or above. * Make sure the Mambot is Published * Save or Apply the changes. 3. Add the Triggering Point. For SM2 Registered Redirect to work correctly it needs to be triggered. To do this we add the following to the start of each Joomla! template: [?php $_MAMBOTS->trigger('onBeforeView'); ?] Note: replace the [ and ] with < and > To Edit a Template go to Site > Template Manager > Site Templates, select the desired Template and Click Edit. Enter the code above as the first line in the template and then click Save