This topic is locked

What does adding item on Menu List do?

3/13/2014 7:05:52 PM
PHPRunner General questions
I
ISelb author

I've tried adding a new item to the MenuList box within Menu Editor. It gets accepted, but I am unable to find out what new capability is provided.
What does a new item on the MenuList (left side) of the Menu Editor do?

Sergey Kornilov admin 3/14/2014

It does what it says - adds a new item to the menu.

I
ISelb author 3/14/2014



It does what it says - adds a new item to the menu.


I see that happening when I click the AddLink button on the right side of the Menu Editor.
But, when I use the "Add" button on the left side of the Menu Editor, I get asked for a new menu name. When I enter a name, an additional item is listed on the left side under "Menu List".
For example,

0) At the start, there is one menu, named "main", in the Menu List box on the right of the Menu Editor window

  1. Click "Add" button on left side of Menu Editor , below the Menu List box.
  2. Enter in new name "menu1"
  3. There are now two items listed in the Menu List (left side). They are "main", and "menu1".
  4. Highlight "menu1" and validate at least one item is in the Menu Settings box on the right side.
  5. Build the project.
  6. Open browser; it points to "http://localhost:8085/menu.php"; (not 'main.php')
  7. If I point the browser to "http://localhost:8085/menu1.php";, I get a 404 error.
    So, my question is, now that I have "menu1" in the left side of the Menu Editor window, what does it do? and how do I access it?