Basically I have my site with a bunch of content, images, custom node types etc. But I want to allow certain people to login (public cannot register, only I - the admin - can create users), and when people login, they have a section where they can see a bunch of nodes (images, stories, pages) which only they can see. Hundreds of ways of doing this is coming to my mind (as most things in drupal) - but I cannot be sure of the best way. I dont want to start one method and then a few days later realise i went down the wrong way and hit a dead end; or waste days of work because I could have done it way quicker using another contrib module. Any advice in this area would be much appreciated.

cheers,

Comments

nevets’s picture

It sounds exactly like what you are after. You can create one or more groups (sections) and choose which group(s) a user belongs to. Content can be assigned to one or more groups and even made public.

high1memo’s picture

thanks, will check it out... my first impression is that it may seem a bit overkill, as I only need admins to decide what user can see which content... and dont need groups either... but will hava look..