=== Plugin Name === Contributors: ericmann Donate link: http://www.jumping-duck.com/wordpress/ Tags: user level, role, registration Requires at least: 2.5 Tested up to: 2.6.2 Stable Tag: 0.2 License: GPLv2+ Set a separate registration link for special users who need a different role on registration == Description == By creating a new page and adding the plugin's shortcode, you can send "special" users to a different registration screen. Everything will still work the same way, but people redirected from your specified page can be given a different user level (role) when they register. Need to separate people into two categories? Now you can automate the filtering process and save yourself time. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `reglevel.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `[reglevel]` on the page you want your "special users" to register through 4. For additional "special users," specify the role in the shortcode: `[reglevel role='userrole']` == Frequently Asked Questions == = Can I have more than two types of users? = Absolutely! Rather than sticking with the plugin's default user role on the RegLevel settings page, simply specify the type of user in the shortcode. Using this feature, you can have one page for subscribers, one page for editors, one page for administrators, etc. = Can I create additional user types? = Not internally with this plugin. We recommend some sort of roles and capabilities plugin for now. However, we expect to build this feature in to the next release!