By Uplift Staff on
Hi there. I have recently been tasked with managing my organization's drupal website. I have no web experience and the information passed down to me from my predecessor is limited. I need to know how to add more items to one of my drop down menus. The Drupal site isn't intuitive for a non-web person.
check out what I am talking about here: www.southeastuplift.org
I am talking about the teal bar (about us, our programs, our services, etc.) I need to add a new item under "our programs"
Any help would be grateful!
Blythe
Comments
=-=
provided your predecessor used drupal's menu system menus are manipulated in administer -> menus -> edit the menu of choice.
additional details
when you go to the menus page, edit the menu that is used for the existing links(primary menu) that you want to add to.
Then click "add item", add the path to the page you need.The path may be node/'number' or the Title of the node or page.. This part depends on if you are using path and/or pathauto. A safe bet is, View the new page and look in the browser URL bar for the path example.com/my-new-page.
Give it a Title(visible in the menu) and description(for the mouse over hint).. Then save it.
Then go back to the primary menu "list" and drag the new item into place where you need it.
and "save it"
thanks!
thanks!