Avende
Member
Posted 9 months ago #
Need a plugin (addon, widget etc.) to make a posts or pages visible or invisible to certain users. For example:
- sort users by creating a groups (not just right-based categories) and specifying a categories and tags, to which they have or have not access to read or write.
- make a post or page (either single or all in the blog) visible only to registered users.
- make a post or page (either single or all in the blog) visible only to certain users or user groups - or to all users/categories, except some of them.
Any help is appreciated.
Might start here:
http://wordpress.org/extend/plugins/tags/restrict
Also
Category Access allows you to limit, by user, what categories the person sees when editing posts. This applies to just Authors, Contributore, and Subscribers--which makes sense. Can also control what categories are not displayed on the blog but within limits (will hide the_content and the_title, but not the_time,the_date, the_category) Can also restrict what categories guests (not logged in) see on blog.
http://www.coppit.org/code/
Bind-user-to-cat binds each user to a specified category. It works great. A user can post to only one category. When he goes into Manage, he sees all posts but can edit only the ones in his category. :) And everyone is able to view all posts
http://wordpress.org/extend/plugins/bind-user-to-cat/.
Avende
Member
Posted 9 months ago #
Thanks!
It seems to me at first glance that this plugin would be fine. I'll try it and see. And thanks again for the help! :)