On a community website we use the premium module to protect some articles from being fully available to guests. This worked fine until we added the paging module http://drupal.org/project/paging. All articles which have one or more page breaks are visible even to guests. Whereas articles without any page break are working correct, i.e. the body of these articles is only visible to authenticated users. Disabling the paging module solves the problem (but makes long articles less comfortable to read.

Comments

mikl’s picture

Category: bug » feature
Priority: Critical » Normal
Status: Active » Needs work

You should be able to access the $node->premium_access attribute in the node template, and then provide your own display logic there. Trying to fix what overrides the paging module does to the node content is really a new feature.

saccard’s picture

okay, thanks for your answer. Would be nice to have this feature in future releases for D6 or D7.