Download & Extend

Edit own forum topics permission

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.

AttachmentSizeStatusTest resultOperations
forum_edit_own_topics.patch638 bytesIgnored: Check issue status.NoneNone

Comments

#1

I agree, this would be very useful...plus 1

#2

Version:4.5.0-rc» <none>

+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

#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