=== Plugin Name === Tags: redirect, multisite, dropdown menu, flexible select, edit select options Requires at least: 3.8 Contributors: alordiel Tested up to: 3.9.1 Stable tag: /trunk/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Gives you the resources to make select field with redirecting options to a given URLs. == Description == Do you need a way to give your visitors the option to navigate easily from your site other sites (multisite)? This plugin will give you the option to configure a small select/dropdown field with fully configurable options and values (urls). You can choose by three options: * manually configure the number of the options from the dropdown element - pick up a name of your option and the relevant url where the user will be redirected after choosing it; * get a automatically list of all sites from fror WordPress Multisite network - this one picks the names of all your sites that are in the multisite network and adds them to the select element; * get the same list as previous one but only with the site where the current logged in user is registered; Once you have saved your settings you can see the result using this shortcode [dms] or use the widget. For more options - install the plugin and check the description :) If you would like me to add some more functionality, please contact me. == Installation == = From your WordPress dashboard = 1. Visit 'Plugins > Add New' 1. Search for 'Dropdown Multisite Selector' 1. Activate Dropdown Multisite Selector from your Plugins page. To start building your dropdown go to Settings -> Dropdown multisite. = From WordPress.org = 1. Download 'Dropdown Multisite Selector'. 1. Upload the 'dropdown-multisite-selector' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...) 1. Activate it from your Plugins page. == Screenshots == `/assets/screenshot-1.png` `/assets/screenshot-2.png` == Changelog == = 0.2 = * Widget option added * added option for automatically generated option's list of all sites connected in the current WordPress Multisite Network * added option for automatically generated option's list of all sites connected in the current WMN where the logged in user is registered. * fix problem with loding the js before the jquery * code refactoring = 0.1 = * Start : )