By DirtyBirdNJ on
I am trying to have an admin user role on a particular Drupal 6 install, and I want them to be taken to the "list content" page when they login, instead of the "History" page that is currently the default once login has completed.
Comments
Just a little clarification,
Just a little clarification, I do not want to change the default home page, I want to change the first page that logged in users are directed to. This page should never be shown to unregistered users.
i think
i think http://api.drupal.org/api/function/hook_user/6 may help you.
Check this guide:
Check this guide: http://exaltations.net/weblogs/christefano/offering_each_user_a_custom_l...
_
If you already have the rules module installed, you can set up a rule to do it. If not, check out the http://drupal.org/project/login_destination module. iirc, http://drupal.org/project/logintoboggan has this feature as well.