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.

CommentFileSizeAuthor
forum_edit_own_topics.patch638 bytesAnonymous (not verified)

Comments

Anonymous’s picture

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

Uwe Hermann’s picture

Version: 4.5.0-rc »

+1 from me for the functionality.

boris mann’s picture

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

boris mann’s picture

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

stelman’s picture

jonbob’s picture

* 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.

dries’s picture

Committed to HEAD.

dries’s picture

Anonymous’s picture