Hi,
I want to create a membership section to my site where specific nodes are only available to paying members. What modules are best suited and compatible (and tested) with Domain Access? Any info would be greatly appreciated to make this change as easy as possible.
Im currently looking at Ubercart to handle payments (and maybe future store) and Content Access module to handle who can access the membership content.

Thanks!

Comments

liliplanet’s picture

have you had a look at http://drupal.org/project/content_access but not sure it will be a good idea with Domain Access as it causes additional access permissions.

the easiest way is in your template per content type see http://drupal.org/node/301507

hope this helps :)

beyond67’s picture

Thanks for the reply. I am currently looking into content access, but not sure if it conflicts with domain access yet.

The template idea is another way to look at this. The only problem is that not all nodes within my content type will be hidden to only members. Maybe I can add a CCK membership field to my content and add that to the if logic in the template. Id rather have a module handle this all if possible.

agentrickard’s picture

If you could move all the "private" content to a specific domain, then the approach in Domain Strict will work. All you would need to do is sell access to the restricted domain(s).

beyond67’s picture

Would a subdomain work?

If however I want to provide "private" content within the same domain, what modules are best suited and compatible with Domain Access?

Thanks!

agentrickard’s picture

Status: Active » Closed (works as designed)