Can you create a site similar to Facebook in the sense that once the user has registered and logs in he/ she is re-directed to their personal part of the website with all their saved settings, comments, photos ect...

Is this done by auto-generating a new page (with inherited page layout and settings) and saved somewhere on the server to then be shown to that user when he/she wants to log-in again?

Just wanted some guidance on how to do this OR what to search for tutorial-wise.

Thanks!

Comments

yelvington’s picture

https://www.drupal.org/project/front will serve different pages depending on whether the user is anonymous or has any of a number of roles that you can define.

The rest can be accomplished with the Views and Panels modules.

taift5’s picture

Thanks! that is exactly what I was looking for!