I have a content type with it's own node.tpl.php file. Premium module is not working witht he pages that use this custom file. I have the content type enabled in the premium settings.
I have a content type with it's own node.tpl.php file. Premium module is not working witht he pages that use this custom file. I have the content type enabled in the premium settings.
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.