=== Multi-level Navigation Plugin === Contributors: ryanhellyer Donate link: http://geek.ryanhellyer.net/donations/ Tags: dropdown, menu, flyout, navigation, suckerfish Requires at least: 3.6 Stable tag: 2.3.6 Adds a CSS based dropdown/flyout/slider menu to your WordPress blog. == Description == Adds an SEO friendly, accessible dropdown/flyout/slider menu to your WordPress blog. Visit the Multi-level Navigation Plugin page for more information about the plugin. Visit the Multi-level Navigation Plugin page for more information about the plugin. = Features = The plugin produces W3C valid XHTML and CSS. The options page allows you to choose from a range of options including: * What content will be displayed in the menu
* Animation speed (how fast the dropdowns appear)
* Mouseover delay
* Hide delay
* Add a second menu
* Hover sensitivity
* Keyboard accessibility
= Changing the look of your menu = You can style the menu by copy and pasting the code from the Suckerfish CSS Generator page. The Multi-level Navigation Plugin can be implemented into any theme design. Special thanks to malcalevak who was a massive help with optomising the code for this plugin. == Installation == Visit the Multi-level Navigation Plugin page for more information about the plugin. After you've downloaded and extracted the files: 1. Upload the complete `multi-level-navigation-plugin` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Either: Add `<?php if (function_exists('pixopoint_menu')) {pixopoint_menu();} ?>` to your theme wherever you want the menu to appear (usually your header.php file)
4. Copy the CSS from the Multi-level menu CSS Generator page
5. Visit the "Multi-level Navigation" page in your WordPress options menu
= Easy installation = The easiest way to setup the PixoPoint Multi-level Navigation Plugin is to use it with a theme specifically designed to support the plugin. If you don't take this route then read on for simple instructions on how to integrate it into other themes ... = Support = Sorry, but we no longer provide support for menu related issues. == Frequently Asked Questions == = Why should I use this plugin? = If you are having trouble making your posts easily accessible to your users without them having to rifle endlessly through pages of posts. If you have been using a menu which requires Javascript to work, then this plugin will allow more of your visitors to access your site. If you want to have an easy way to style your dropdown menu. This plugin is 100% compatible with the code generated on the Suckerfish Dropdown CSS Generator page. = Does it work for WordPress version x.x.x? = We only provide support for the latest version of WordPress. We do not provide backward support. == Screenshots == Visit the Multi-level Navigation Plugin page for more information about the plugin. 1. The Multi-level Navigation plugin integrated with the Revolution Generated theme. 2. The administration page for the Multi-level Navigation plugin, where you can modify the plugins' settings. 3. The Multi-level Navigation plugin integrated with the Aqua Vaccinium theme. == Changelog == = 2.3.6 = * Switched ereg_replace() with preg_replace() = 2.3.5 = * No code changes * Working around major problem which prevented the folders being uploaded via SVN = 2.3.4 = * Changed to uncompressed JS to meet WordPress.org guidelines = 2.3.3 = * Fixed image URL parsing bug * Fixed CSS file loading setting bug = 2.3.2 = * Bug fixes * Fixed relative URLs CSS bug * Fixed exclude pages bug * Fixed exclude categories bug = 2.3.1 = * Bug fix for custom code boxes = 2.3 = * Massive update * Removed maintainmance mode * Improved performance enormously * Security hardening = 2.2.3 = * Update to plugin documentation = 2.2.2 = * Added support for Hebrew translation = 2.2.1 = * Security update - Added whitelisting of options = 2.2 = * Added Russian translation courtesy of http://fatcow.com/ * Confirmed support for WordPress 2.8.4 = 2.1.12 = * Fixed category order bug = 2.1.11 = * Fixed haschildren class added in 2.1.11 (wasn't working as required) * Confirmed support for WordPress version 2.8.4 = 2.1.10 = * Added haschildren class to categories (single dropdown) for premium support member * WP 2.8.2 support confirmed = 2.1.9 = * WP 2.8.2 support confirmed = 2.1.8 = * Improved Changelog in readme.txt file * WP 2.8 support confirmed = 2.1.7 = * Adjusted IE conditional comments to target IE8 compatibility mode = 2.1.6 = * Polish translation added = 2.1.5 = * Corrected another error which prevented translation of a paragraph in admin_page.php = 2.1.4 = * Corrected an error which prevented translation of a paragraph in admin_page.php = 2.1.3 = * Removed support for 2.6.x and older versions of WordPress and confirmed support for WordPress 2.8 Beta 1 = 2.1.2 = * Removed comment tags from HTML in suckerfish() function - hack for one of our premium support members = 2.1.1 = * Fixed bug which prevented suckerfish_ie.js file from activating = 2.1 = * Added option to modify number of recent posts and comments = 2.0.1 = * Fixed bug with Gengko and added screenshots to plugin repository = 2.0 = * Added upgrade fix for hover delay time and added support for removing the title attribute from the menus = 1.9.8 = * Added ability to control hover delay time (was fixed at 600 ms previously) = 1.9.7 = * Fixed hover delay bug = 1.9.6 = * Added option to show or not show empty categories = 1.9.5 = * Added bugstomp_home.php script to attempt to correct for upgrading bug and confirmed 2.7.1 support = 1.9.4 = * Added support for hide_empty=0 so that empty categories are still displayed and updated Spanish language files = 1.9.3 = * No reports on Alpha release so changes added to core = 1.9.2 Alpha = * Changed PHP generated javascript' header = 1.9.1 Alpha = * Changed stylesheets' header = 1.9 = * Added option to modify URL's for links in single dropdowns and added option to modify the page and category depths = 1.8.1 = * Added improved Suckerfish script - works with class instead of ID now = 1.8 = * Added localization support, including Spanish language = 1.7.7 = * Fixed Include/Exclude Pages and Categories feature = 1.7.6 = * Fixed another IE problem = 1.7.5 = * Correcting error in subversion upload = 1.7.4 = * Fixed IE problem = 1.7.3 = * Added Category order option to admin panel = 1.7.2 = * Fixed bug which prevented Links menu item from appearing = 1.7.1 = * Added PO file = 1.7 = * Added localization support (untested) = 1.6.7 = * Added version number as variable (so is consistent across the whole plugin - was often incorrect in some files in previous versions) = 1.6.6 = * Added pages_excludechildren() and pagesdropdown_excludechildren() functions - not yet fully implemented = 1.6.5 = * Added missing options from uninstall script (wasn't totally uninstalling) = 1.6.4 = * Added support for two more custom code boxes = 1.6.3 = * Bug fix, recent Posts dropdown was not working = 1.6.2 = * Bug fix, added background images back in. = 1.6.1 = * Critical update. Backwards compatibility bug fixed = 1.6 = * Official release. Replaces the 1.0.x line which is no longer supported = 1.6 RC2 = * Improved IE6 support = 1.6 RC1 = * No changes, simply changed label to RC1 ready for official release = 1.5.17 Beta = * Removed maintenance mode controls which stored information in database to avoid any potential security risks = 1.5.16 Beta = * Fixed test CSS bug = 1.5.15 Beta = * Added test CSS file, controllable when in maintenance mode. Useful for check if bugs are caused by poor CSS = 1.5.14 Beta = * New maintenance mode controls: Control inline CSS, disable CSS, Superfish speed and keyboard accessibility = 1.5.13 Beta = * File name changes. Simplified index.php file code = 1.5.12 Beta = * Added 'maintenance mode' which allows the menu to be accessed only when ?mln=on is added to the URL. Should be useful for testing purposes. = 1.5.11 Beta = * Added warning that keyboard navigation doesn't work. Removed shadow option as that should be controlled by the CSS, not by a script = 1.5.10 Beta = * Improved sensitivity option = 1.5.9 Beta = * Added mousein delay and sensitivity options = 1.5.8 Beta = * Added conditional to change HTML output depending on if theme or plugin CSS is used - don't want theme CSS overlaying the plugin CSS = 1.5.7 Beta = * Added FAQ section in admin panel = 1.5.6 Beta = * Added custom code tip, idea courtesy of eddieb = 1.5.5 Beta = * Add 'recommended plugins' section = 1.5.4 Beta = * Changed function calls to avoid the term 'suckerfish' which seems to confuse users who don't know what a suckerfish is = 1.5.3 Beta = * Added initial test code for drag and drop of menu items (not activated yet though) = 1.5.2 Beta = * Removed uninstall link in plugin page - security issues = 1.5.1 Beta = * Added uninstall link in plugin page = 1.5.2 Beta = * Added test widget system = 1.5.1 Beta = * Fixed IE menu bug = 1.5.0 Beta = * Tested, tested, tested and only bug found was that the delay script doesn't work on the second menu = 1.4.14 Alpha = * Modified suckerfish script to support second menu = 1.4.13 Alpha = * Moved clauses for the Superfish script into the settings file on advice from malcalevak = 1.4.12 Alpha = * Added improved keyboard accessibility script which uses Query. Script courtesy of malcalevak = 1.4.11 Alpha = * Removed need to tick enable animations box = 1.4.10 Alpha = * Fixed script issues so that plugin actually works. = 1.4.9 Alpha = * Added uninstaller = 1.4.8 Alpha = * Moved all CSS to an external file. Idea courtesy of malcalevak = 1.4.7 Alpha = * Improved the admin page menu = 1.4.6 Alpha = * Added support for hover delay = 1.4.5 Alpha = * Added more/better information on the admin page about how to receive support = 1.4.4 Alpha = * Stripped out admin page code from the index.php file and moved to includes = 1.4.3 Alpha = * Rearranged admin page content again ... hopefully the last time! = 1.4.2 Alpha = * Rearranged admin page content again = 1.4.1 Alpha = * Rearranged admin page content = 1.4 Alpha = * Total rewrite of the admin page = 1.3.6 Beta = * Added option in admin panel to allow users to change between their own themes CSS and the plugin CSS (for themes designed for the Multi-level Navigation Plugin. = 1.3.5 Beta = * Added support for themes developed specifically for the Multi-level Navigation Plugin. = 1.3.4 Beta = * Major code rework. = 1.3.3 Beta = * Major rebuild by malcalevak. = 1.3.2 Beta = * Added support for changing wp-content/plugins in WP. Broke support for EP 2.5.x and older. = 1.3.1 Beta = * Added backward compatibility for newly renamed functions. = 1.3 Beta = * Redesigned admin interface. = 1.2.7 Beta = * Added include/exclude featured. = 1.2.6 Beta = * Readded Superfish script - removing it was a stupid idea. = 1.2.5 Beta = * Removed Suckerfish jQuery script. = 1.2.4 Beta = * Added Suckerfish jQuery script and removed Superfish jQuery script. = 1.2.3 Beta = * Changed labels for blogroll to 'links'. = 1.2.2 Beta = * Added non categories to blogroll. = 1.2 Beta = * Added categories to blogroll. No negative reports during testing, so now released as beta.
Multi-level Navigation Plugin page for more information about the plugin. == Credits == Thanks to the following (in no particular order) for help with the development of this plugin:
* Fat Cow - Provided the Russian translation files
* Sam Burdge - Wrote article explaining how to remove title attributes
* Klaus Kinski - Found Sam Burdge's article about title attributes
* metallica48423 - Pointed out mouseover delay was WAY too long
* haggis - haschildren code improvement
* EddieB - Tips for documentation
* Ryan McCue - Help with SVN update
* vcsvu - Code contribution (improvements to exclude pages feature)
* nv1962 - Bug reporting
* fabs - Bug reporting
* Eddie - Gave tip on how to make custom code option more understandable for non-coders
* Andrew Rickman - Helped integrate a drag and drop widget style interface for testing purposes
* Frank B�ltge - Wrote a article explaining how to add action links to the plugin page
* Jacob Santos - Wrote an article about the uninstallation of WordPress plugins
* Peter Ryan - created the suckerfish hover delay script
* Patrick Fitzgerald - creation of the tabber.js script used
* Myles Angell - creation of the suckerfish jQuery script used during development
* malcalevak - Massive help with coding
* Ande - Reported W3C validation bug
* Kevin M. Russell - helped with the style.php bug
* Clive Loseby - discovered strict doctype validation error
* Paula - Feature suggestions and donation
* Karim A. Marucchi - Bug reporting, feature suggestions and donations
* Mark Gooding - created a new version featuring a custom menu option. Although this menu system hasn't been used directly in this plugin, an almost identical system has since been installed based on the concept that Mark created.
* BigAlReturns - helped programming the pages and categories exclusions
* Miriam Schwab - brought lack of WP dropdown plugins to my attention
* Michael Castilla
* CjB - Bug reporting
* Troy - Beta testing feedback
* Michael Mitchell - programming assistance
* Matthew Carroll - designed code for accessible keyboard dropdown
* Chris Laing - Beta feedback
* John Resig - jQuery Javascript plugin
* Joel Birch - jQuery menu widget
* Brandon Aaron - jQuery bgiframe plugin
* Brian Cherne - jQuery Hover Intent plugin
* Karynn - Bug reporting
* Karynn - Bug reporting
* Tom Barrett - Assistance with regex function
* John Bloch - Assistance with regex function
Visit the Multi-level Navigation Plugin page for more information about the plugin.