Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Important:
If you are upgrading from version 1.9 or earlier versions you must update your Superfish library too.
Superfish library download link:
https://github.com/mehrpadin/Superfish-for-Drupal/archive/1.x.zip
Change log:
- Updated Superfish library version number.
- Tweaked the block configuration form.
- Merged block_view and block_content functions.
- Improved output escaping.
- Improvement in resource usage.
- Added drupal_attributes().
- Improved module activation and deactivation.
- Removed the 'Superfish library path' option.
- Renamed array_remove_empty function to superfish_array_filter.
- Issue #2269229 by mehrpadin: Fixed HTML wrappers.
- Made Supersubs optional for multi-column sub-menus.
- Added a new option to sfTouchscreen that disables hover also.
- Issue #2032631 by mehrpadin: Added 'em' support for the window width option.
- Bit of tweaking.
- Issue #2136511 by mehrpadin: Following coding standards beyond the Coder module.
- Issue #2141757 by mehrpadin: Better compatibility with the Domain Access module.
- Removed a t() from a watchdog().
- Small improvement to the link items theme.
- Issue #2075863 by mehrpadin: Fixed a glitch caused by an unncessary check_plain.
- Issue #2078969 by mehrpadin: Fixed a bug that was making Speed option ineffec...
- Issue #2117513 by mehrpadin: Added Block dependency in the .info file.
- Added the sfautomaticwidth.js to the library path defaults.
- Issue #1296172 by mehrpadin: Added a custom submission handler for module set...
- Removed the string.
- Added back a few lines for multicolumn submenus which was removed accidentally.
- Fixed a small bug in the Supersubs settings.
- Fixed a performance-related issue.
- Fixed the library version in the hook_requirements.
- Updated the README file.
- Added new features to the sfTouchscreen plug-in.
- Added a watchdog message for missing plug-in paths.
- Fine-tuned the style function a little.
- Considerable performance improvements.
- Added a new plug-in: sfAutomaticWidth.
- Issue #1420930 by mehrpadin: Added accordion menus to the sfSmallscreen plug-in.
- Added a better function for getting the library path.
- Issue #1973782 by mehrpadin: Fixed a bug in the menu item theme and a related...
- Following an earlier commit, fixed a bug that was making it impossible to fin...
- Issue #1992176 by mehrpadin: Renamed a function.
- Added a new function to check library version.
- Updated the Drush Make file.