php - Control user access and relations to nodes and their authors in Drupal 7 -


i trying following in drupal 7:

users in website post ads , others pay in touch author of ad. users buying contact information have see of content of ad(node), except author. after pay, should see field in ad, telling them author is.

my question is: how can control user access per node , per user specific part of node? there modules this? also, relation between user , ad nice, since later have list ads user, etc..

i found many plugins, seem deny or allow access entire node , functionality should different.

thanks in advance

in order allow specific users or roles view specific nodes, module can you:

https://www.drupal.org/project/nodeaccess

also, want restrict permission field, field permissions module can work you:

https://www.drupal.org/project/field_permissions

of course might need write custom code or use rules module grant permission users going allowed see nodes/fields based on actions on website.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -