Closed (works as designed)
Project:
Premium
Version:
6.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 17:22 UTC
Updated:
4 Mar 2011 at 00:06 UTC
hy,
I installed and configured the module to restrict access to anonymous users, but anonymous users still see the contents and cck but with the error message defined by the module.
I understand that the correct behavior is to display only the message (not the content).
On the other hand, may I congratulate you for the module and make a request, it would be great that instead of the message could be redirected to the registration page, or integrate it with rules or LoginToboggan to redirect anonymous users.
regards
Comments
Comment #1
chrisbuck commentedIt's been that way for a while. Same in the 5x version. A certain amount of text shows up no matter what you do, sort of as a teaser. My problem is that I want to restrict some HTML (an embedded PDF) from being seen by non-premium users, but it shows up anyway. the concept is good, but the module needs a little work.
Comment #2
miklYou can handle this in your node template by checking node $node->premium and $node->premium_access :)