Closed (fixed)
Project:
Drupal core
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
9 Oct 2004 at 16:58 UTC
Updated:
21 Nov 2004 at 20:15 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| forum_edit_own_topics.patch | 638 bytes | Anonymous (not verified) |
Comments
Comment #1
(not verified) commentedI agree, this would be very useful...plus 1
Comment #2
Uwe Hermann commented+1 from me for the functionality.
Comment #3
boris mann commentedIn 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
Comment #4
boris mann commentedIn 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
Comment #5
stelman commentedsee also: http://drupal.org/node/3629
Comment #6
jonbob commented* 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.
Comment #7
dries commentedCommitted to HEAD.
Comment #8
dries commentedComment #9
(not verified) commented