Is this a viable feature request to display title along with image? At the moment I've added the following code at line 496 after the < img > tag in imagemenu.module to show the title below the image for a grid-style link display.
<br />'. check_plain($item['title']).'</a>'

Would other people use this feature?

Comments

marcus_clements’s picture

I'm a bit concerned that this feature is largely what Menu Icons is for.

If you want to do it in imagemenu why not override theme_imagemenu_item in your template.php and add the code in there. At least then when you update the module you don't lose your changes.

If a lot of people want this feature I will add it as an option.

hozt’s picture

This would be very useful where you have a list of icons and want to display the title next to each. I am working on a website now that has such a design and am looking for a solution.

Menu Icons could be a solution, but that module does not have the rollover effects that this one has.

pobster’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as D6.x is now unsupported.