The Joomla! Extensions Directory ™


Group Redirect Plugin Plugin

The JoomlaFare Group Redirect Plugin allows you to specify a URL for each of the built-in Joomla 1.5 groups (access levels). If a URL is specified for a particular group, it will be used to redirect users in that group each time they login.

Example Uses:

- Redirect an Administrator to the backend login page when they login to the frontend of your site (handy if you use JSecure Authentication)
- Redirect Authors to a "Submit Article" page
- Redirect Registers Users to a personalized portal

Report

2011-10-19
Reviews: 5
That's what I was looking for a long time!
And it was here, simple and easy to use. Even for me with other usergroups.

Keep rock'in! =)
2011-02-12
Reviews: 4
Excellent work and is really helpful if someone wants to redirect their User Groups to Specific Pages in or outside the Joomla site.
It helped me a lot.
I appreciate Joomla Fare Contributions.

Thanks
1 of 1 people found this review helpful
2010-12-08
Reviews: 24
I discovered that I needed to redirect users after logging in. Within minutes I'd found this plugin on the JED and within another few minutes I had installed the plugin and it worked perfectly. Thanks very much for solving my problem in under five minutes!
2010-04-23
Reviews: 3
Thanks this is a really easy to use and great plugin.
2010-03-11
Reviews: 1
I have been searching for months and months for a somthing doing just what this plugin does. In my search I have seen a lot of people on several Joomla forums searching for the same function. Spread the good word! Thank you very much for an exellent plugin.
2010-02-04
Reviews: 2
I installed this plugin and it worked great. With a little modification, you can extend this to work with other groups other than Joomla when using ACL components.

Modify the following files to work with other groups:
1) [template]/plugins/user/group_redirect.php
2) [template]/plugins/user/group_redirect.xml

For example, to add group 'Volunteers', add case statement to function onLoginUser() in group_redirect.php
case "Volunteers":
$link = $this->params->get('volunteers_url');
break;

And add corresponding entry in group_redirect.xml like the following.



Now when you go to the plugin in Joomla backend, you'll see the new field for "Volunteers URL".
2009-12-07
Reviews: 20
Plugin does what it says it does!!! Installed it without probs!!!