Edit own forum topics permission
Anonymous (not verified) - October 9, 2004 - 16:58
| Project: | Drupal |
| Component: | forum.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 |
|---|---|
| forum_edit_own_topics.patch | 638 bytes |

#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