Hi everyone,

I am trying to use the Ubercard Node Access module to charge access to a certain node. I am using Drupal 6.x.

I have installed the node access module fine, but I do not understand how to control the access levels. I have installed ACL and Access Control modules.

How do I setup access control so that the node can only be accessed after the user has paid? Right now it's viewable for guests even before they paid. I cannot find step by step instructions about how to do this. I know the UC node access module simply communicates with the Control Access module, but I don't know how to set them up so that they work together.

Any help would be appreciated!

Comments

mokargas’s picture

I've only got experience with Ubercart 1.x on Drupal 5.x - with that one you could control access via node properties - and use Workflow-ng to control viewability. A quick solution I used was making a content type called a "member item" which was only accessible by certain roles. When someone paid they were granted a role and could view the item.

It's probably different in Ubercart 2 on 6x. Try asking on Ubercart.org