Posted by Anonymous (not verified) on October 9, 2004 at 4:58pm
Jump to:
| Project: | Drupal core |
| Component: | forum.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Here's a patch which adds an 'edit own forum topics' permission to the forum module. I consider this a bug as many other modules (page, story, book etc.) have the ability to allow users to edit their own content but the forum module doesn't.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| forum_edit_own_topics.patch | 638 bytes | Ignored: Check issue status. | None | None |
Comments
#1
I agree, this would be very useful...plus 1
#2
+1 from me for the functionality.
#3
In general, I think we should standardize on the same set of permissions for every node type:
* create foo
* edit own foo
* access foo (optional, but recommended)
* admin foo (optional, but recommended)
So +1
#4
In general, I think we should standardize on the same set of permissions for every node type:
* create foo
* edit own foo
* access foo (optional, but recommended)
* admin foo (optional, but recommended)
So +1
#5
see also: http://drupal.org/node/3629
#6
* access foo (optional, but recommended)
This is pretty much useless, as "access" rights such as this cannot be checked at node listing time. The node access API needs to be used for this instead to get listings right.
#7
Committed to HEAD.
#8
#9