Friday, November 12, 2010

Changing where a menu points in Drupal 6

In Drupal 6, I am using Drupal 6.19 and pathauto. If you use custom menus and need to change the path (the node) a menu item points to, do the following:

1. Go to your new page: http:/YOUR-DOMAIN/YOUR-PAGE/
2. Edit it by clicking the edit tab
3. Notice the URL is now: http:/YOUR-DOMAIN/YOUR-PAGE/node/NODE-NUMBER/edit
4. jot down the node number, NODE-NUMBER above.
5. go to Home › Administer › Site building › Menus ›
6. edit custom menu
7. find the specific menu item and edit it.
8. first item is menu path. change it to the new one: node/
9. save and test

It's that easy! We love Drupal!
-Stev3

No comments:

Post a Comment