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 And I'd like to see Gallery 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! |
|
| Login or register to post comments |

Posts: 1
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.
Posts: 134
Usually the menu items are in the same order as the albums in your gallery, not?
Posts: 1
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?