#2863 closed enhancement (wontfix)
Option to make posts invisible to anonymous readers
| Reported by: | raejae | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.0.3 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
It would be appreciated if a way was added to make posts unreadable by people who are not registered users and/or have a certain privilege set. I haven't followed development in awhile, but if user levels still exist this would be a good way to handle it.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sounds like a plugin feature to me, everything could be handled by a plugin. One filter on posts_where to hide if the user isn't logged in or doesn't have caps, and a few modifications to the write page to handle the new post status, and just make up your own post status in the database.