Is there a way to send a given user directly to a given node (page, blog, story, etc.) immediately after logging in? (so that's the first thing they see, instead of the front page) Ideally this should be configurable per user or role.

Comments

agentrickard’s picture

There are a number of techniques for doing this. The simplest is "theme switching" by adding some logic to pge.tpl.php.

See http://drupal.org/phptemplate and especially:

http://drupal.org/node/39891
http://drupal.org/node/52389

There are also some modules that do this. See http://drupal.org/project/mysite, for example. It allows for MyYahoo! style homepages for each user.

Also see the Frontpage module.

--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.

budda’s picture

This doesn't sound like an answer to the question at all.
I'm just wondering the same thing, and the solution appears to be http://drupal.org/project/login_destination along with a snippet of PHP code for the logic.

--
Ixis (UK) providing Drupal consultancy and Drupal theme design. Check

kenorb’s picture

or front module (you can set front page per role)