By Avitohol on
Hi all,
On my personal site (Drupal 6.11) I would like to be able to display some nodes only for a user role called for example "Friends".
I expect something similar to "Show block for specific roles" setting of a block.
I need it really simple - just show/not show for a specific role.
Thanks in advance!
Comments
Hello, Suggest that you use
Hello,
Suggest that you use node_access module and nodeprivacybyrole module.This can be of help.
After enabling and setting for certain content types there comes an option while editing node where you can set permission for that node based on roles.
Also node_access gives you permission which can be set for each user.
http://drupal.org/project/node_access
http://drupal.org/project/node_privacy_byrole