This Plugin allows you to select specific users by user name, or by role name who can view a specific post content or page content.
This Plugin allows you to select specific users by user name, or by role name who can view a specific post content or page content.
Basically it adds a meta box to the post or page edit screen and lets the user select specific users by name or roles and then when you call that page content using “the_content();” function it check using “the_content” filter if the current user is one of the users you have selected or if his role match’s the roles you have selected and shows the content, otherwise it displays a message
Features:
the_content
filter and/or the_excerpt
on admin selection.Any feedback or suggestions are welcome.
Also check out my other plugins
Simply use the Support Forum and thanks a head for doing that.
Simply use:
[O_U user_id=”1″]Content goes here[/O_U]
where 1 is the user id.
or to specify multiple users you can use:
[O_U user_id=”1,2,3″]Content goes here[/O_U]
where 1,2,3 are different user ids.
Simply use:
[O_U user_name=”Bainternet”]Content goes here[/O_U]
where Bainternet is the user name.
or to specify multiple users you can use:
[O_U user_name=”Bainternet,Steve,david”]Content goes here[/O_U]
where Bainternet,Steve,david are different user names.
Simply use:
[O_U user_role=”Administrator”]Content goes here[/O_U]
where Administrator is the user role.
or to specify multiple user roles you can use:
[O_U user_name=”Administrator,Author,Contributor”]Content goes here[/O_U]
where Administrator,Author,Contributor are different user roles.
YES you can use it as many times as you want eg:
[O_U user_role=”Administrator”]admin content goes here[/O_U]
[O_U user_name=”Bainternet,Steve,david”]specific users content goes here[/O_U]
YES you can just add your blocked message as a shortcode parameter eg:
[O_U user_role=”Administrator” blocked_meassage=”admins only!”]admin content goes here[/O_U]
Yep just use the logged_status
parameter ex:
[O_U logged_status=”in”]You only see this if you are logged in[/O_U]
Or
[O_U logged_status=”out”]You only see this if you are logged out[/O_U]
1.0.6 replaced deprecated get_currentuserinfo()
.
1.0.5 Fixed Custom roles not working.
1.0.4 Fixed Shortcode not working.
1.0.3 Removed some leftover testing code.
1.0.2 Major updates:
logged_status
shortcode parameter, See FAQ.USC_allowed_post_types
USC_add_meta_box
1.0.1 quick typo fix.
1.0.0 Major updates:
* New option panel is now under the users menu.
* Change checkboxes to a select box.
* set who can see the metabox based on capabilities.
* new option to enable\disable the metabox for each post type.
* clean panel code.
* clean metabox code.
* new plugin structure.
0.9.7 Added action filter to allow BuddyPress integration.
0.9.6 Fixed Typo in metabox description.
0.9.5 Fixed Global blocked message issue.
0.9.4 Fixed bug which caused role based limitation to break.
0.9.3 Added user_specific_content_blocked
filter to allow insertion of login form or whatever else you want.
0.9.2 cleaned up code comments
0.9.1 Fixed Typo (thanks to Sean Nittner) added backwards compatible and GNU.
0.9 Added nested shortcode option.
0.8 quick bug fix.
0.7 Major update,Plugin rewritten in OOP,
New shortcode implemented.
New options panel to define User Specific MetaBox.
New admin panel.
Run filter on the_content
as well as the_excerpt
.
0.6 Fixed all wp_debug warnings.
0.5 Fixed wp_debug warnings.
0.4 added simply logged-in user content only!
quick fixed block by role bug.
0.3
added none logged-in user content only!
0.2
added pages support
0.1
initial release