By aug on
I'd like to do 1 of 2 things
Whenever a user logs in (after they've created their account) i'd like for them to be redirected to their specific profile page - or have a menu option for them to click ushering them back to their personal profile
I've customized the profile pages using panels to display their recent blog posts, however I'd like for them to have the navigation menu display there such as create blog entry, or update other cck options i've created for them
any ideas?
thanks in advance
:)
Comments
Login Toboggan
Login Toboggan (http://drupal.org/project/logintoboggan) should help with the redirect-upon-login feature.
As for putting the menu item on their Profile page in a block, you can either add the Navigation block to the profile in Panels or you could create a custom block that contains the desired links.
-Corey