Hi, i'm a drupal newbie.

I want to make a small network, i got some base community modules working. But every time i create some type of content the only reference that i get to that content its at the front page and on user track/activity.

I would like to let users create their blogs, image galleries and so on... but that would be on a area where only that user can create content (others could comment).
Just cant group things to get that. I want to give freedom to my users but just on their own space.
Is there a way co create that kind of personal area?!

Everything else looks fine till now. Thx drupal

And thank you for any all the support u can give on this!

Comments

Drupalace-1’s picture

I'm not sure what exactly you have in mind, especially how "own space" is defined, but at quick glance perhaps you simply want to give users permissions (at admin/user/permissions) to create content and to edit their own content, but not to edit other users' content. Users will be able to see a list of their own created content from their user account pages ("Track" tab).

Or, for something more complex, investigate the Organic Groups module. I'm not very experienced with that, so can't offer specific advice on it.

Is the above along the right track?