Closed (won't fix)
Project:
Mollom
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 21:06 UTC
Updated:
31 Mar 2013 at 07:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
aidanlis commentedPatch attached ... it's pretty simple, we just add a permission to view the "report to mollom" links. The actual report function handles the access checks.
Comment #2
sunComment #4
sunSorry for the late reply. I had a look at the proposed patch.
The node/comment specific links are actually "discontinued" and End Of Life by now already. Instead, the Mollom module integrates with the delete confirmation forms of the respective entities to provide feedback options.
Thus, instead of introducing further user permissions, we actually want to decrease them: If you're able to delete an entity, then you're able to report it to Mollom. Not vice-versa.
The D7 version is more strict about this. Some of those links only still exist in D6, because Drupal 6 generally does not have any notion of an Entity API.
Thanks for your feedback!
sun