My site is a simple blog, and some entries are erotic.
I would like to flag these nodes (by some graphic or text warning) as an Adult Content and make it possible to see only after login.
The nodes must be visible all the time( teaser and full node) for everyone, with title and taxonomy terms, but the body of these certain nodes must be covered for anonymous useres - instead of real content to show in graphic arts (big +18, adult i.e. warnings)
Users need to know, that there is something funny and cool, visible after login, and want to register.

How to accomplish this by using the modules?

Comments

vm’s picture

as far as flags go, you have the flag.module or core taxonomy.module to classify.

access module = similar modules you were already given in http://drupal.org/node/1367202 for a similar question.

there is also http://drupal.org/project/premium_content and http://drupal.org/project/field_permissions if the previous modules don't fit your feature set.

I'd highly suggest testing the modules on a test site until you find the ones that will work properly for your use case.

nidhhog’s picture

Ok, I have tested all modules you mentioned above, and the Premium module could be very good, but is there any way to restrict access for teasers as well in this module ?

nidhhog’s picture

Ok, please don't bother my issue anymore, because I have founded what I need - Restricted Content module.
http://drupal.org/project/restricted_content
Thanks.