Needs work
Project:
Premium
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2009 at 19:41 UTC
Updated:
17 Jun 2011 at 10:57 UTC
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
Comment #1
miklYou 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.
Comment #2
saccard commentedokay, thanks for your answer. Would be nice to have this feature in future releases for D6 or D7.