Closed (fixed)
Project:
Drupal core
Version:
4.6.3
Component:
forum.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2005 at 00:04 UTC
Updated:
19 Aug 2006 at 16:27 UTC
In a private site, the admin might not wish forum topics to be viewable anonymously.
This simple patch adds a security flag for "view forum topic" and grants or denies access appropriately. Forums (listings of topics) are unaffected, and are viewable. But when an unauthorized user clicks to view the topic itself, they are denied access.
This is my first submission, so go easy. :)
| Comment | File | Size | Author |
|---|---|---|---|
| forum_17.patch | 676 bytes | stmind |
Comments
Comment #1
stmind commentedAfter a little more research into other patches, I see that this patch will not prevent topics from showing up on the front page or in RSS. :(
Comment #2
magico commentedA richer access control system is needed.