Posted by threadsniper on June 1, 2012 at 11:04pm
I have a site with a pretty basic architecture. I have some text-based content for regular users and need to provide a reference to premium content within that content type so that premium users can access video content. For instance, my content type has 3 sections: Article 1, Article 2, Article 3. I need to provide some point of reference for users whom are subscribers to access Video 1, Video 2 and Video 3. I've thought about field-permissions, but this doesn't seem like the most elegant solution. Preferably, under each article would exist a link which would (by use of a modal) reveal the video to premium users, or a sign up box to-non premium users.
Advice?
Comments
Content Access
Perhaps instead of or in addition to field_permissions, you need to use the Content Access module (http://drupal.org/project/content_access) to prevent non-premium members from viewing the videos. Depends on if the Videos are different content types or just additional fields.