thank you for this module...it is really smart
I need to do something unpredictable:
I need to have different permissions for a single content type, something like premium A, premium B, premium C etc...etc...
I know it doesn't make sense normally, you could create some other content types to do this...
but that's the problem, i'm using ipaper module to show articles in a magazines website and that module works only with a single content type.
Every magazine has its own "premium users" so i need to give different access using the ipaper content type actually...
I would have done this using node templates, checking user roles by php but the other thing i can't do with the ipaper module is to put its output directly in the template, so i have a content type and i need to get through this...
Could it be possible with premium?
Thank you
Da.
Comments
Comment #1
allie mickaThis sounds like a possible dupe of #51483. If it's not, please go ahead and re-open.
In the short term, it may be possible to write a small module that affects $node->premium and $node->premium_access in a way that's helpful to your business needs.