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

fago’s picture

If 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.

somebodysysop’s picture

Status: Active » Closed (fixed)

Yes, 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.