Download & Extend

Imagemenu: Per Menu layout setting

Project:Imagemenu
Version:6.x-1.0
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Currently all image menus must be of the same alignment i.e. ALL vertical or ALL horizontal.

Can this setting be made menu specific so that image menus can be used both in the header (horizontal) area and in the sidebars (vertical) on the same site.

Comments

#1

Ok, it will come soon in new release.

#2

Thanks Kayukoff! I love your Imagemenu!

#3

Here's a patch I made to do this with drupal 5.

Some changes have been made to the imagemenu.module file and also an extra column has been added to the database table.

I have never made a patch file before so if anyone uses this please post back and let me know if I did it right or not.

Drasgardian.

AttachmentSize
imagemenu-5.x-1.1.256408.patch 2.86 KB

#4

Subscribing...

#5

Any progress here?

#6

You know in the meantime you can make horizontal menus using CSS:

#navigation-block-you-defined li {
  float:left;
}

The imagemenus module simply adds inline float:left to each li element in the menu's ul.

nobody click here