Hey!

I'd like to get some help about wich modules should I use to implement my
Drupal website.

I'd have a home page, with content likde news, articles, blogs, and links to
news, blog, etc. areas.

But this is my problem: I'd like registered users to be able to go to their
areas, where they could also have a principal page, and from there blogs, news,
atc.

Wich combination of modules couls/should I be using to have this multi-user
site?

Thanx!

Comments

WorldFallz’s picture

You can do that with core drupal plus the views module. Alternatively, you could use the core blog module (which is multiuser) and just use taxonomy to create different categories of 'blogs' (article, news, etc).

dudycz’s picture

I agree that views is all you need to display contextual content authored by particular user.