I am being requested to design a site which shows teaser information about properties for sale. upon registration, the user can access more detailed pages about the property.

Do I set the access permissions by node or is there a way to limit it by using different content types or something like that?

Comments

WorldFallz’s picture

You might want to check out the http://drupal.org/project/premium module. Otherwise, look at the various access control modules (ie content_access, simple_access, tac_lite, etc).

mcsolas’s picture

Premium sounds good but I am not sure if this is what I need. It also shows the only v6 release as being in development.

Content access appears to be an option.
http://drupal.org/project/content_access

The more I think about it, I was wondering if I could design the site where the 10 or so promotions we want are as stickies on the front page. Each on links to the registration page where they input some basic info. On submission.. we want to make it possible to see the restricted content. I was thinking to just use the "Story" content type and make it so that they have to register to see it. It looked like the content access module would handle that and then some.. so I think it should work. Going to look into that more now.

Hopefully I can program it to remember the destination page... since each teaser is going to advertise a different item.. each one should redirect to its appropriate page. I was referred to the login destination module in another post, but that one appears to be oriented around an already registered user using the login form. We need to run a redirect through the registration form if possible.