Closed (works as designed)
Project:
Domain
Version:
6.x-2.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 14:40 UTC
Updated:
6 Aug 2011 at 18:08 UTC
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
Comment #1
liliplanet commentedhave 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 :)
Comment #2
beyond67 commentedThanks 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.
Comment #3
agentrickardIf 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).
Comment #4
beyond67 commentedWould 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!
Comment #5
agentrickard