Hello,

I'd like to suggest a feature and possibly talk through it or how can I help to implement it.

Superfish module has support for menu item descriptions (it uses the link title attribute) and wraps it in span tag:

$menu_item['link']['title'] .= '<span class="sf-description">';
$menu_item['link']['title'] .= (!empty($menu_item['link']['localized_options']['attributes']['title'])) ? $menu_item['link']['localized_options']['attributes']['title'] : array();
$menu_item['link']['title'] .= '</span>';
$link_options['html'] = TRUE;

Do you think it's possible to implement that and where would be the best place for it?
- custom function in Tuntra and the theme Sooper DropdownKit feature;
- or in Arctica Nitro module as extension.

As for UI I believe it could be:
- a check box to enable/disable the description;
- a settings to limit descriptions to level 1, 2, etc of the menu tree.

I'm open for discussing and helping make this happen!

Regards,
Kaloyan

Comments

JurriaanRoelofs’s picture

Hmm not sure, what would this look like in the design of the site?