Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This is the initial beta release of Icon API for D7. It provides icon bundle management and integration with: menus, blocks and fields. There is extensive API documentation in the project. You can also view the Fontello project on how to integrate a dynamic provider. This module also provides support for the Bootstrap base-theme.
Another facelift on the admin page, icon sets types are now separated by type into two tables
Removed the 'Global settings' sub tab, now defaulting to the current theme, or the first theme if the current one doesn't have icons (e.g. being an admin_theme)
As the previous alpha had some mysterious bugs caused by non-optimal coding, I decided to rewrite parts of the code. At the same time, I reamped much of the code, splitting some functions into smaller ones, generally adding more structure to the module and how it handles icon sets and icons.
Also reamped the iconset selection form to have it look more like the Blocks form. Note that icon sets are not meant to be moved across the different sections - this is something to be fixed!
And, the form's theme function has been replaced by a icon-iconsets-form.tpl.php file.