Thanks for developing this great module. Not long ago I had almost the same idea but did not know how to write a Drupal module.
If this module would be able to work for block menu items, I would get rid of those poor-looking sidebar menus.
I would greatly appreciate if you would like to add this functionality.
Comments
Comment #1
wrunt commentedThis should already be possible. If you override theme_menu_item (by defining a phptemplate_menu_item function in your theme's template.php), then you can set up a signwriter profile and use a call to theme('signwriter_text_convert', ...) to display each menu item.
Comment #2
simeQuick hack (in page.tpl.php) for interests sake:
Comment #3
kinaya commentedhi!
I am using signwriter module to display my menu items and the code above is working great. The only problem is that drupal is not adding an active-class to my menu using this method of displaying primary links. Anyone know how I can fix this?
thanks
Comment #4
agileware commentedOriginal issue has been answered.
@kinaya: no idea buddy, sorry.
Comment #5
eMPee584 commentedwell, look how it's done in drupal core common.inc: