Order of Menu Items

tierns

Joined: 2007-12-07
Posts: 5
Posted: Sun, 2007-12-09 02:58

Greetings: I had a site running Php Nuke and Gallery 1.4.

I've upgraded to the latest version (5) of Drupal and Gallery (2.2.x) and everything looks great.

The only problem I'm having is I have 6 Gallery's

Let's call them 1,2,3,4,5,6

When I click on the Gallery Item on my navigation menu ,it expands and shows Gallery 1-6, however I want to control the ordering of the menu items.

Right Now I see

Gallery
Gal 1
Gal 5
Gal 3
Gal 4
Gal 2
Gal 6

And I'd like to see

Gallery
Gal1
Gal2
Gal3
Gal4
Gal5
Gal6

I've dug around quite a bit in my administer settings but just don't see it. Where can I set the order of my Gallery Menu items in drupal? Is it a drupal setting or a gallery setting?

Thanks!

 
MercWorks

Joined: 2007-07-13
Posts: 1
Posted: Sat, 2007-12-22 20:56

Edit: nevermind what I originally posted.

You can just create a custom navigation item for it in the Menus area. So long as you use gallery/10 (where 10 is the itemid of what you want that item to link to) for the path everything should work the same and you can customize the order of your items.

 
profix898

Joined: 2005-11-08
Posts: 135
Posted: Sun, 2008-01-13 23:23

Usually the menu items are in the same order as the albums in your gallery, not?

 
jfeger

Joined: 2008-02-01
Posts: 1
Posted: Fri, 2008-02-01 18:18

Well, I thought it was supposed to also. However, in Gallery2, I have what I want:

Album5
Album4
Album3
Album2
Album1

In Drupal, with the menu in the Navigation panel I get:

Album1
Album2
Album3
Album4
Album5

No matter which way I set my menu items in Gallery2 directly, the Drupal navigation puts them in Alpha/numerical order.

Any ideas guys?