i have a drupal site which have many users to access it. Each one is having there own specific profiles.Am nw using 'content profile' module for this.But the problem is tat all the users can access other's profile.can any tel me is there a way to configure the 'content profile' module in such a way tat the specific profiles can be viewed by specific users only and to others it remain hidden???plz do help me!!!!!!!!!!!

moved per forum guidelines by VM

Comments

VM’s picture

you need to test modules from this category = http://drupal.org/project/modules?filters=tid%3A74&solrsort=sis_project_...

may want to start with content_access.module or the node_access.module or the nodeaccess.module depending on how your site is set up.

Note: test these modules on a test site. DO NOT install more than one at a time and make sure you use the uninstaller and rebuild access button in administer -> post settings when you feel permissions aren't working the right way. Take the time to read the README.txt files included in the moduels and any documentation. Altering the permissions system and adding multiple permissions modules may have a tendency to seem broken when its a matter of having the correct perms set in each module and this becomes that much more difficult on an already existing site which already has permissions set.