I have a client that wants this functionality plus the option for users that do not have the required roles to spend "credits" to be able to view a specific node. Getting credits could be linked to an ecom module or user points.

Would it be better to extend this module or write a completely new one?

Anton

Comments

mikl’s picture

Status: Active » Closed (won't fix)

There's a hook_premium_access() you can use to do this. If you want to work on this, I think an external module would be the way to go.