Community

I have been given an existing site in Drupal 6 and need to add a members area which only members can see

I am new to Drupal but not web / application development and have googled this subject and haven't really found anything that clearly answers what to do. (Sorry if I've missed a similar post) I understand how to configure the users with roles and then thought it would be relatively easy to add a menu option which only shows if the user has the Member role and then create an area with content for members that was similarly restricted.

Alas I am now pulling out my hair because unless I am mistaken this is going to actually awkward to achieve and is certainly not available out of the box. If I am right I need to find modules that:

1. Have Drupal 6.x and Drupal 7.x versions because the customer needs the membership functionality ASAP and there appears to be issues porting it to Drupal 7 particularly in the views area. So I need to add it to the Drupal 6 site and then I will have more time to successfully migrate the site to the latest version.

2. Are actively maintained so I am not leaving my customer with a dead end dependency that is no longer maintained. Whilst there are numerous restrict content modules few seem to be being actively developed or maintained (even if they claim to be given the release cycle)

I would appreciate any pointers on this and ideally don't want to go down the route of having to create a pile of custom PHP to achieve what to me should exist already and there must be many sites out there with similar requirements.

Thanks in advance,

Comments

=-=

This question is better served in the post installation forum. Please edit the opening post and move it. Thanks.

_

You've surmised correctly that this is not something you can do with core. The good news is it's actually fairly easy to do and there's a couple of ways to do it.

The absolute simplest way, if you're positive you only need one level of 'hidden' posts, is the http://drupal.org/project/private module.

If you need to plan for some future flexibility, then content_access, taxonomy_access, and tac_lite are probably the most future proof options available (though tac_lite appears to be falling off).

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

nobody click here