Hi!
I have a role on my website named Writer. They can add a kind of node and I have to grant them Nodeaccess by Userpoints permission, otherwise Nodeaccess control isn't active after they save a new content.
I defined a default value on every new node, which is 1 point to get access. I have to show them the Nodeaccess tab but I don't want them to edit the default 1 value.
I don't know how to do this, so I thought about this solution:
- Grant access to that tab (with the Set required Userpoints for own node permission active)
- Add some lines on node creation page, to say 'you can change this but please don't, or other users will not be encouraged to buy acces to your node')
- Create a rule with Rules to check if they changed it, and set it back to 1.

But I can't find a field to compare. I can't find the userpoints node access field to check its value before and after saving. Could this be implemented?