Closed (fixed)
Project:
Node Profile
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2007 at 01:40 UTC
Updated:
6 Apr 2007 at 18:32 UTC
Is there a way to allow certain roles / user to post comments to profile nodes? In other words, right now, when a user profile is created using nodeprofile, any role which can create comments can add a comment to the profile. I'd like to limit the users who can comment on profile nodes *without* disallowing comments on regular nodes.
Any way to do this?
Thanks!
Comments
Comment #1
fagoIf I understand it correctly you want to have configurable comment permissions per role per node type?
If so, then you need a comment module enhancement. That's nothing nodeprofile specific.
Comment #2
somebodysysop commentedYes, thank you. I thought there might be something specific to this module to allow some sort of comment access restrictions. Further reseach shows that this is a basic Drupal problem that won't be solved until there is a way to treat comments as nodes.