Hi, I want to make profile pages for my users (not like the ones they have but more like myspace) and How could I make that when they log in they are brought to their user page. Also does anyone know the best way to make a user page, is it by making a dynamic php page that loads the info on the logged in user through variable or another technique?
Max

Comments

nancydru’s picture

Try the Login destination module. As for the page itself, you might want to look at CCK and Nodeprofile and maybe Contemplate.

Nancy W.
Drupal Cookbook (for New Drupallers)
Adding Hidden Design or How To notes in your database

voidengine’s picture

I'm also looking into this. Here are two good starting points for you:

http://groups.drupal.org/profiles-as-nodes
http://drupal.org/node/129957

admin_yourelement’s picture

thanks alot, this is exactly what I was looking for.