=== MemberView === Contributors: leetagg Donate link: http://catskinstudio.com/ Tags: logged in, capabilities, membership, members, content, member, view Requires at least: 2.0.2 Tested up to: 3.0.1 Stable tag: 2 Enable specific post/page content to be displayed by "logged in members only" using shortcodes. NEW- shortcode for displaying content to guests. == Description == Adds [mv]{content}[/mv] shortcode controller to enable specific post/page content to be displayed by logged in members only. Optional cap="capability" attribute is available for assigning a specific user capability to the content. Also adds [nmv]{content}[/nmv] shortcode controller to enable specific post/page content to be displayed by non-logged in guests only. == Installation == This section describes how to install the plugin and get it working. INSTALLATION: 1. Upload `catskin-MemberView` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress GET IT WORKING: 1. Place `[mv]Member Only Content[/mv]` in your post/page content to show content to all logged in members. 1. Place `[mv cap="edit_posts"] Editing Member Only Content[/mv]` in your post/page content to show content to all logged in members with the edit_posts capability. 1. Place `[nmv]Guest Only Content[/nmv]` in your post/page content to show content to all guests. == Changelog == = 2 = * adds [nmv]{content}[/nmv] shortcode controller to enable specific post/page content to be displayed by non-logged in guests only. = 1 = * adds [mv]{content}[/mv] shortcode controller to enable specific post/page content to be displayed by logged in members only. Optional cap="capability" attribute is available for assigning a specific user capability to the content. == Upgrade Notice == = 2 = This version adds [nmv]{content}[/nmv] shortcode controller to enable specific post/page content to be displayed by non-logged in guests only. useful for content encouraging guests to login to their account or to create an account. == Frequently Asked Questions == = Can I have examples of usage? = Yes: To show content to logged in members: `[mv]Tickets cost $100.00[/mv]` To show content to logged in members with editor capabilities: `[mv cap="edit_posts"]Make sure you use the mv shortcode when listing prices[/mv]` To show content to non-logged in website guests: `[nmv]Create an account or log-in to see our prices[/nmv]`