Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2010 at 09:56 UTC
Updated:
27 Sep 2010 at 06:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedComment module does it like this:
For forum, the same approach means checking any number of 'create NODETYPE' permissions. Anyone got any better ideas?
Comment #2
pfrenssenThis patch fixes it. If the user is anonymous and would not be able to post new forum content after logging in, the text 'You are not allowed to post new content in the forum.' is shown instead of 'Log in to post new content in the forum.' to avoid false expectations.
Comment #3
pfrenssenComment #4
joachim commentedOther node types may be in the forum though -- see how forum_menu_local_tasks_alter() accounts for that, for instance.