=== Members Only Menu Plugin === Contributors: brandon.wamboldt Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y398QNA6FM9TA Tags: members, only, plugin, restricted, access, menus, 3.0, wp_nav_menu Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.2 This plugin allows you to mark a page as "Members Only" and still add it to menus (Only visible if logged in) == Description == This plugin allows you to mark a page as "Members Only". Once this is done, the user must login to view the page. However, you can still add the page to the menu, and it will then ONLY show up if the user is authenticated. That way you can have more items for logged in members on your website. This plugin is designed for people using WordPress as a CMS. It's extremely easy to use. You install the plugin, and activate it. Whenever you create or edit a page there is a checkbox on the sidebar that allows you to mark that page as members only. This plugin is really only for themes utilizing wp_nav_menus (WordPress 3.0 Menus). It automatically sets the walker class to the one we custom made so theme developers don't need to do anything **We now degrade gracefully if wp_nav_menu falls back to wp_page_menu** == Installation == Installation is very simple: 1. Upload `members-only-menu-plugin/` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. You can now go to a page and mark it as members only. == Frequently Asked Questions == None so far == Screenshots == 1. The meta box added by this plugin == Changelog == = 1.2 = * Added a filter which catches a fallback to wp_page_menu and removes our walker class from the arguments list = 1.1 = * Added a filter which removed the need to change the wp_nav_menu commands = 1.0 = * Initial Version == Upgrade Notice == = 1.2 = Fixes the code so it no longer degrades terribly when no nav menu is available = 1.1 = Increases compatibility and ease of use by removing the need to change theme file