J3.x

Difference between revisions of "Creating a submenu"

From Joomla! Documentation

m (Syntax highlight to html rather than remove html4)
(Corrected 'dashes' to 'hyphens' and other markup changes.)
 
Line 5: Line 5:
 
<noinclude>{{Joomla version|version=3.x}}</noinclude>
 
<noinclude>{{Joomla version|version=3.x}}</noinclude>
 
<translate><!--T:2-->
 
<translate><!--T:2-->
In Joomla, submenus can be shown either as one menu with two or more levels or as completely separate menu modules. This is useful for constructing menus showing parent and child level navigation or for showing sublevel menu items in entirely separate positions on your template. To show how to do this, we will step through creating parent and child level menu items and then see how to show those items within one large menu and as a separate menu with only the child level items showing in a separate position on a template.</translate> {{-}}  
+
In Joomla, submenus can be shown either as one menu with two or more levels or as completely separate menu modules. This is useful for constructing menus showing parent and child level navigation or for showing sublevel menu items in entirely separate positions on your template. To show how to do this, we will step through creating parent and child level menu items and then see how to show those items within one large menu and as a separate menu with only the child level items showing in a separate position on a template.</translate> {{-}}
 
__TOC__
 
__TOC__
 
<translate><!--T:3-->
 
<translate><!--T:3-->
To begin, menus function with three basic constructs:</translate>  
+
To begin, menus function with three basic constructs:</translate>
 
<translate><!--T:4-->
 
<translate><!--T:4-->
*Articles - you need content to link to. This can also be component pieces, other menu items or external links.</translate>  
+
*Articles - you need content to link to. This can also be component pieces, other menu items or external links.</translate>
 
<translate><!--T:5-->
 
<translate><!--T:5-->
 
*Menu - describes the menu items, the type of navigation, their parent/child relationship to other menu items and the order they are displayed in.</translate>
 
*Menu - describes the menu items, the type of navigation, their parent/child relationship to other menu items and the order they are displayed in.</translate>
Line 17: Line 17:
  
 
<translate><!--T:7-->
 
<translate><!--T:7-->
For this tutorial, begin by logging into the Joomla Administrator. If you are unfamiliar with how to login see this article: [[S:MyLanguage/J3.x:Logging_in_or_out_of_the_Administrator_back-end|Logging in or out of the Administrator backend]].</translate> {{-}}  
+
For this tutorial, begin by logging into the Joomla Administrator. If you are unfamiliar with how to login see this article: [[S:MyLanguage/J3.x:Logging_in_or_out_of_the_Administrator_back-end|Logging in or out of the Administrator backend]].</translate> {{-}}
  
 
<translate><!--T:8-->
 
<translate><!--T:8-->
'''Note:''' For this tutorial you need Super Administrator permissions or permissions open enough to create and modify Articles, Menu Items, and Modules. For more information on User Access Control see: [[S:MyLanguage/J3.x:Access Control List Tutorial|ACL Tutorial]].</translate>
+
'''Note''' For this tutorial you need Super Administrator permissions or permissions open enough to create and modify Articles, Menu Items, and Modules. For more information on User Access Control see [[S:MyLanguage/J3.x:Access Control List Tutorial|ACL Tutorial]].</translate>
  
 
<translate>
 
<translate>
Line 48: Line 48:
 
</translate>
 
</translate>
 
<translate><!--T:19-->
 
<translate><!--T:19-->
To create the structure, we need to navigate to the menu where we want our new menu items. If this is a new menu, you will need to create it. See this tutorial on how to create a menu: [[S:MyLanguage/J3.x:Adding a new menu|Adding a new menu]].</translate>
+
To create the structure, we need to navigate to the menu where we want our new menu items. If this is a new menu, you will need to create it. See this tutorial on how to create a menu: [[S:MyLanguage/J3.x:Adding a new menu|Adding a new menu]].</translate>
  
 
<translate><!--T:20-->
 
<translate><!--T:20-->
Once you have your menu located in the Menu Manager, you will add the parent menu items using the '''System Links'''{{rarr}}'''External URL''' for each navigation link: ''Dogs'' and ''Cats''.</translate>
+
Once you have your menu located in the Menu Manager, you will add the parent menu items using the {{rarr|System Links,External URL}} for each navigation link: ''Dogs'' and ''Cats''.</translate>
  
 
<translate><!--T:21-->
 
<translate><!--T:21-->
Please note, there are other menu item types that can be used for the parent level navigation structure.</translate>
+
Please note, there are other menu item types that can be used for the parent level navigation structure.</translate>
  
 
<translate><!--T:22-->
 
<translate><!--T:22-->
Here are the steps to create sample Menu Items using our example data. For more information on creating Menu Items see: [[S:MyLanguage/J3.x:Adding a new menu|Adding a new menu item]].</translate> {{-}}  
+
Here are the steps to create sample Menu Items using our example data. For more information on creating Menu Items see [[S:MyLanguage/J3.x:Adding a new menu|Adding a new menu item]].</translate> {{-}}
 
<translate><!--T:23-->
 
<translate><!--T:23-->
# Navigate to the Menu Manager by clicking on '''Menus'''{{rarr}}'''Menu Manager'''</translate>{{-}}[[Image:J3x-Edit-Main-Menu-<translate><!--T:24-->
+
# Navigate to the Menu Manager by clicking on {{rarr|Menus,Menu Manager}}</translate>{{-}}[[Image:J3x-Edit-Main-Menu-<translate><!--T:24-->
 
en</translate>.jpg|775px|border]]
 
en</translate>.jpg|775px|border]]
 
<translate><!--T:25-->
 
<translate><!--T:25-->
Line 65: Line 65:
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:27-->
 
<translate><!--T:27-->
# For the purposes of this exercise we are creating "placeholder" links using the '''System'''{{rarr}}'''External URL''' menu type for the ''Dogs'' and ''Cats'' parent level menu items. So, in the new Menu Item, click on the Menu Type select button:</translate> {{-}}[[Image:J3x-Add-Main-Menu-Select-Type-<translate><!--T:28-->
+
# For the purposes of this exercise we are creating "placeholder" links using the {{rarr|System,External URL}} menu type for the ''Dogs'' and ''Cats'' parent level menu items. So, in the new Menu Item, click on the Menu Type select button:</translate> {{-}}[[Image:J3x-Add-Main-Menu-Select-Type-<translate><!--T:28-->
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:29-->
 
<translate><!--T:29-->
Line 71: Line 71:
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:31-->
 
<translate><!--T:31-->
# Add the '''Menu Item Title''' ("Dogs") and type in a hashtag "#" in the '''Link''' box.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Menu-Item-External-Url-<translate><!--T:32-->
+
# Add the ''Menu Item Title'' ("Dogs") and type in a hashtag "#" in the ''Link'' box.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Menu-Item-External-Url-<translate><!--T:32-->
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:33-->
 
<translate><!--T:33-->
Line 83: Line 83:
 
</translate>
 
</translate>
 
<translate><!--T:37-->
 
<translate><!--T:37-->
Now you will add the sublevel menu items using the '''Articles'''{{rarr}}'''Single Article''' to create menu links to the individual pages ''Collies'', ''Pomeranians'', ''Burmese'', and ''Russian Blues''. For each Menu Item created, we will set the '''Parentage''' to ''Dogs'' or ''Cats''.</translate>
+
Now you will add the sublevel menu items using the {{rarr|Articles,Single Article}} to create menu links to the individual pages ''Collies'', ''Pomeranians'', ''Burmese'', and ''Russian Blues''. For each Menu Item created, we will set the ''Parentage'' to ''Dogs'' or ''Cats''.</translate>
  
 
<translate><!--T:38-->
 
<translate><!--T:38-->
For more detailed information on how to create a Single Article Menu Type, see: [[S:MyLanguage/Adding a menu item which points to an Article|Adding a menu item which points to an Article]].</translate>
+
For more detailed information on how to create a Single Article Menu Type, see [[S:MyLanguage/Adding a menu item which points to an Article|Adding a menu item which points to an Article]].</translate>
  
 
<translate><!--T:39-->
 
<translate><!--T:39-->
'''Note:''' There are other menu item types that can be used for the sublevel navigation structure.</translate>
+
'''Note''' There are other menu item types that can be used for the sublevel navigation structure.</translate>
  
 
<translate><!--T:40-->
 
<translate><!--T:40-->
Line 98: Line 98:
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:44-->
 
<translate><!--T:44-->
# Select '''Articles'''{{rarr}}'''Single Article''' from the list displayed.</translate>{{-}}[[Image:J3x-Add-Main-Menu-Article-Type-<translate><!--T:45-->
+
# Select {{rarr|Articles,Single Article}} from the list displayed.</translate>{{-}}[[Image:J3x-Add-Main-Menu-Article-Type-<translate><!--T:45-->
 
en</translate>.png|border]]
 
en</translate>.png|border]]
 
<translate><!--T:46-->
 
<translate><!--T:46-->
# Returning to the Menu Item Detail page, click on the '''Select Article''' List.</translate>{{-}}[[Image:J3x-Add-Main-Menu-Article-Select-Article-<translate><!--T:47-->
+
# Returning to the Menu Item Detail page, click on the ''Select Article'' List.</translate>{{-}}[[Image:J3x-Add-Main-Menu-Article-Select-Article-<translate><!--T:47-->
 
en</translate>.png|border]]
 
en</translate>.png|border]]
 
<translate><!--T:48-->
 
<translate><!--T:48-->
Line 108: Line 108:
 
<translate><!--T:50-->
 
<translate><!--T:50-->
 
# On returning to the Article Detail page, fill in the ''Menu Item Title''.</translate> <translate><!--T:51-->
 
# On returning to the Article Detail page, fill in the ''Menu Item Title''.</translate> <translate><!--T:51-->
Then click on the '''Parent Item''' select list located in the far right column. Find and select the ''Dogs'' parent item by scrolling through the Parent Item List. Note that menu levels are displayed with dashes: "-" (single dash) is the highest level, "--" (two dashes) is the second level, "---" third level and so on.</translate> {{-}}[[Image:J3x-Create-Sublevel-Menu-Select-Parent-Item-<translate><!--T:52-->
+
Then click on the ''Parent Item'' select list located in the far right column. Find and select the ''Dogs'' parent item by scrolling through the Parent Item List. Note that menu levels are displayed with hyphens: "-" (single hyphen) is the highest level, "--" (two hyphens) is the second level, "---" third level and so on.</translate> {{-}}[[Image:J3x-Create-Sublevel-Menu-Select-Parent-Item-<translate><!--T:52-->
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:53-->
 
<translate><!--T:53-->
# Click on the button '''Save & Close''' up in the top button.</translate>{{-}}[[Image:Joomla-3-Menu-Add-Menu-Save-<translate><!--T:54-->
+
# Click on the button ''Save & Close'' up in the top button.</translate>{{-}}[[Image:Joomla-3-Menu-Add-Menu-Save-<translate><!--T:54-->
en</translate>.png|775px|border]]  
+
en</translate>.png|775px|border]]
 
<translate><!--T:55-->
 
<translate><!--T:55-->
 
# Repeat steps 1-7 for the remaining articles ''Pomeranians'' with the ''Dog'' parent and articles ''Burmese'' and ''Russian Blues'' for the ''Cat'' parent.</translate>
 
# Repeat steps 1-7 for the remaining articles ''Pomeranians'' with the ''Dog'' parent and articles ''Burmese'' and ''Russian Blues'' for the ''Cat'' parent.</translate>
Line 120: Line 120:
  
 
<translate>
 
<translate>
 
 
==Step 4 - Setup the Menu Module== <!--T:58-->
 
==Step 4 - Setup the Menu Module== <!--T:58-->
 
</translate>
 
</translate>
 
<translate><!--T:59-->
 
<translate><!--T:59-->
At this point, we have our Articles and Menu Items done. Now we need to update the '''Menu Module'''. In Joomla!, the Menu Module determines three main things:</translate>  
+
At this point, we have our Articles and Menu Items done. Now we need to update the ''Menu Module''. In Joomla!, the Menu Module determines three things:</translate>
 
<translate><!--T:60-->
 
<translate><!--T:60-->
# What the menu looks like;</translate>  
+
# What the menu looks like.</translate>
 
<translate><!--T:61-->
 
<translate><!--T:61-->
# Where on the page it will show;</translate>  
+
# Where on the page it will show.</translate>
 
<translate><!--T:62-->
 
<translate><!--T:62-->
# Which pages it will show on.</translate>  
+
# Which pages it will show on.</translate>
  
 
<translate><!--T:63-->
 
<translate><!--T:63-->
We will do two examples:</translate>  
+
We will do two examples:</translate>
 
<translate><!--T:64-->
 
<translate><!--T:64-->
* In the first example, we will set the parameters that show the parent level menu items with the lower level items beneath.</translate>  
+
* In the first example, we will set the parameters that show the parent level menu items with the lower level items beneath.</translate>
 
<translate><!--T:65-->
 
<translate><!--T:65-->
* In the second example, we will add an additional menu module that appears in the left column and shows only the second level menu items.</translate>  
+
* In the second example, we will add an additional menu module that appears in the left column and shows only the second level menu items.</translate>
 
<translate><!--T:66-->
 
<translate><!--T:66-->
'''Note:''' We will do both examples using the Protostar Template included in the core Joomla! installation.</translate>
+
'''Note''' We will do both examples using the Protostar Template included in the core Joomla! installation.</translate>
  
 
<translate>
 
<translate>
 
===Example 1 - One Menu Module With Second Level Menu Items=== <!--T:67-->
 
===Example 1 - One Menu Module With Second Level Menu Items=== <!--T:67-->
</translate>
+
</translate>
 
<translate><!--T:68-->
 
<translate><!--T:68-->
 
To show this as one module, follow these steps:</translate>
 
To show this as one module, follow these steps:</translate>
 
<translate><!--T:69-->
 
<translate><!--T:69-->
# Navigate to '''Extensions'''{{rarr}}'''Module Manager''' and locate the Menu Module associated with your menu. If you need to create a new menu module, for instructions on creating a menu module, see:</translate> [[S:MyLanguage/Help34:Extensions Module Manager Menu|Module Menu]] {{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Control-Panel-<translate><!--T:70-->
+
# Navigate to {{rarr|Extensions,Module Manager}} and locate the Menu Module associated with your menu. For instructions on creating a new menu module, see</translate> [[S:MyLanguage/Help34:Extensions Module Manager Menu|Module Menu]] {{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Control-Panel-<translate><!--T:70-->
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:71-->
 
<translate><!--T:71-->
# Click on the module name associated with your menu. In this tutorial, we are selecting '''Main Menu'''. ''Note:'' this image has been filtered by selecting ''Menu'' in the Module type dropdown.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-List-Menus-<translate><!--T:72-->
+
# Click on the module name associated with your menu. In this tutorial, we are selecting ''Main Menu''. ''Note:'' this image has been filtered by selecting ''Menu'' in the Module type dropdown.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-List-Menus-<translate><!--T:72-->
 
en</translate>.png|775px|border]]
 
en</translate>.png|775px|border]]
 
<translate><!--T:73-->
 
<translate><!--T:73-->
# In the Module details, set the '''Start level''' to ''1'', the '''End Level''' to ''All'' and set '''Show Submenu Items''' to ''Yes''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Details-<translate><!--T:74-->
+
# In the Module details, set the ''Start level'' to ''1'', the ''End Level'' to ''All'' and set ''Show Submenu Items'' to ''Yes''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Details-<translate><!--T:74-->
en</translate>.png|775px|border]]  
+
en</translate>.png|775px|border]]
 
<translate><!--T:75-->
 
<translate><!--T:75-->
# For this tutorial, we have added some styling in the '''Advanced''' tab. In the '''Menu Class Suffix''' we have entered ''navbar-nav nav-pills''. You can also add ''navbar-nav nav-tabs'' for a slightly different look. Note: there is a space before ''navbar-nav''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Advanced-Menu-Class-Suffix-<translate><!--T:76-->
+
# For this tutorial, we have added some styling in the ''Advanced'' tab. In the ''Menu Class Suffix'' we have entered ''navbar-nav nav-pills''. You can also add ''navbar-nav nav-tabs'' for a slightly different look. Note: there is a space before ''navbar-nav''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Advanced-Menu-Class-Suffix-<translate><!--T:76-->
 
en</translate>.png|border]]
 
en</translate>.png|border]]
 
<translate><!--T:77-->
 
<translate><!--T:77-->
# Click on '''Save & Close'''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Save-<translate><!--T:78-->
+
# Click on ''Save & Close''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Save-<translate><!--T:78-->
en</translate>.png|border]]  
+
en</translate>.png|border]]
 
<translate><!--T:79-->
 
<translate><!--T:79-->
 
# Go to the frontend of your site and your menu should look similar to this. In the Protostar Template, the sublevel menu items are displayed as dropdown menu items.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Frontend-Sample-Dropdown-<translate><!--T:80-->
 
# Go to the frontend of your site and your menu should look similar to this. In the Protostar Template, the sublevel menu items are displayed as dropdown menu items.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Frontend-Sample-Dropdown-<translate><!--T:80-->
Line 166: Line 165:
 
<translate><!--T:81-->
 
<translate><!--T:81-->
 
# The source code generated will look similar to this:</translate>
 
# The source code generated will look similar to this:</translate>
<source lang="html">
+
<syntaxhighlight lang="html">
 
<ul class="nav menu navbar-nav nav-pills">
 
<ul class="nav menu navbar-nav nav-pills">
 
   <li class="item-101 current active"><a href="/" >Home</a></li>
 
   <li class="item-101 current active"><a href="/" >Home</a></li>
Line 183: Line 182:
 
   </li>
 
   </li>
 
</ul>
 
</ul>
</source>
+
</syntaxhighlight>
  
 
<translate>
 
<translate>
 
===Example 2 - A Second Menu Module With Child Level Menu Items=== <!--T:82-->
 
===Example 2 - A Second Menu Module With Child Level Menu Items=== <!--T:82-->
</translate>  
+
</translate>
  
 
<translate><!--T:83-->
 
<translate><!--T:83-->
 
To show in a separate module in a different position, follow these steps:</translate>
 
To show in a separate module in a different position, follow these steps:</translate>
 
<translate><!--T:84-->
 
<translate><!--T:84-->
# Navigate to '''Extensions'''{{rarr}}'''Module Manager''' and locate or create a second Menu Module associated with your menu. If you are unfamiliar with how to create a new menu module, for instructions on creating a menu module, see:</translate> <translate><!--T:85-->
+
# Navigate to {{rarr|Extensions,Module Manager}} and locate or create a second Menu Module associated with your menu. For instructions on creating a new menu module, see</translate> <translate><!--T:85-->
 
[[S:MyLanguage/Help34:Extensions Module Manager Menu|Module Menu]]</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Control-Panel-<translate><!--T:86-->
 
[[S:MyLanguage/Help34:Extensions Module Manager Menu|Module Menu]]</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Control-Panel-<translate><!--T:86-->
en</translate>.png|775px|border]]  
+
en</translate>.png|775px|border]]
 
<translate><!--T:87-->
 
<translate><!--T:87-->
 
# Click on the module name associated with your menu. In this tutorial, we are selecting ''Left Menu''. Note: this image has been filtered by selecting ''Menu'' in the Module type dropdown.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-List-Menus-2-<translate><!--T:88-->
 
# Click on the module name associated with your menu. In this tutorial, we are selecting ''Left Menu''. Note: this image has been filtered by selecting ''Menu'' in the Module type dropdown.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-List-Menus-2-<translate><!--T:88-->
en</translate>.png|775px|border]]  
+
en</translate>.png|775px|border]]
 
<translate><!--T:89-->
 
<translate><!--T:89-->
# In the Module details, set the '''Start level''' to ''2'', the '''End Level''' to ''All'' and set '''Show Submenu Items''' to ''Yes''. Note the position has changed and the menu we are pointing to is the '''Main Menu'''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Details-2-<translate><!--T:90-->
+
# In the Module details, set the ''Start level'' to ''2'', the ''End Level'' to ''All'' and set ''Show Submenu Items'' to ''Yes''. Note the position has changed and the menu we are pointing to is the ''Main Menu''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Details-2-<translate><!--T:90-->
en</translate>.png|775px|border]]  
+
en</translate>.png|775px|border]]
 
<translate><!--T:91-->
 
<translate><!--T:91-->
# For this tutorial, we have used the '''Menu Assignment''' tab and assigned this Menu Module to appear on all pages except the home page.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Module-Assignment-Tab-<translate><!--T:92-->
+
# For this tutorial, we have used the ''Menu Assignment'' tab and assigned this Menu Module to appear on all pages except the home page.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Module-Assignment-Tab-<translate><!--T:92-->
 
en</translate>.png]]
 
en</translate>.png]]
 
<translate><!--T:93-->
 
<translate><!--T:93-->
# Click on '''Save & Close'''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Save-<translate><!--T:94-->
+
# Click on ''Save & Close''.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Module-Save-<translate><!--T:94-->
en</translate>.png]]  
+
en</translate>.png]]
 
<translate><!--T:95-->
 
<translate><!--T:95-->
 
# Go to the frontend of your site and navigate to the ''Collies'' article. Your menu should look similar to this. Notice the child level subitems are the only items showing.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Frontend-Sample-Child-Menu-<translate><!--T:96-->
 
# Go to the frontend of your site and navigate to the ''Collies'' article. Your menu should look similar to this. Notice the child level subitems are the only items showing.</translate>{{-}}[[Image:J3x-Create-Sublevel-Menu-Frontend-Sample-Child-Menu-<translate><!--T:96-->
Line 212: Line 211:
 
<translate><!--T:97-->
 
<translate><!--T:97-->
 
# The source code generated will look similar to this:</translate>
 
# The source code generated will look similar to this:</translate>
<source lang="html">
+
<syntaxhighlight lang="html">
 
<ul class="nav menu">
 
<ul class="nav menu">
 
   <li class="item-212 current active"><a href="/2015-11-24-14-19-31/collies" >Collies</a></li>
 
   <li class="item-212 current active"><a href="/2015-11-24-14-19-31/collies" >Collies</a></li>
 
   <li class="item-213"><a href="/2015-11-24-14-19-31/pomeranians" >Pomeranians</a></li>
 
   <li class="item-213"><a href="/2015-11-24-14-19-31/pomeranians" >Pomeranians</a></li>
 
</ul>
 
</ul>
</source>
+
</syntaxhighlight>
  
 
<translate>
 
<translate>
 
 
==Sub-Sub-Menus== <!--T:98-->
 
==Sub-Sub-Menus== <!--T:98-->
 
</translate>
 
</translate>

Latest revision as of 13:39, 23 November 2022

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎eesti • ‎español • ‎français • ‎italiano
Tutorial
How to Create a Submenu in a Joomla! Site
Joomla! 
3.x

In Joomla, submenus can be shown either as one menu with two or more levels or as completely separate menu modules. This is useful for constructing menus showing parent and child level navigation or for showing sublevel menu items in entirely separate positions on your template. To show how to do this, we will step through creating parent and child level menu items and then see how to show those items within one large menu and as a separate menu with only the child level items showing in a separate position on a template.

To begin, menus function with three basic constructs:

  • Articles - you need content to link to. This can also be component pieces, other menu items or external links.
  • Menu - describes the menu items, the type of navigation, their parent/child relationship to other menu items and the order they are displayed in.
  • Menu Module - controls the position and displaying of the menu.

For this tutorial, begin by logging into the Joomla Administrator. If you are unfamiliar with how to login see this article: Logging in or out of the Administrator backend.

Note For this tutorial you need Super Administrator permissions or permissions open enough to create and modify Articles, Menu Items, and Modules. For more information on User Access Control see ACL Tutorial.

Step 1 - Create Your Articles[edit]

In our example, we will create top level menu items for Dogs and Cats. Under Dogs, we will have Collies and Pomeranians. Under Cats we will have Burmese and Russian Blues. So the structure of our sample menu items will be as follows:

  • Dogs
    • Collies
    • Pomeranians
  • Cats
    • Burmese
    • Russian Blues

First, create 4 articles so our menu items will have something to link to: Collies, Pomeranians, Burmese and Russian Blue. See this tutorial if you need help creating an Article: Adding a new Article.

Step 2 - Create the Parent Level Menu Items[edit]

To create the structure, we need to navigate to the menu where we want our new menu items. If this is a new menu, you will need to create it. See this tutorial on how to create a menu: Adding a new menu.

Once you have your menu located in the Menu Manager, you will add the parent menu items using the System Links  External URL for each navigation link: Dogs and Cats.

Please note, there are other menu item types that can be used for the parent level navigation structure.

Here are the steps to create sample Menu Items using our example data. For more information on creating Menu Items see Adding a new menu item.

  1. Navigate to the Menu Manager by clicking on Menus  Menu Manager
    J3x-Edit-Main-Menu-en.jpg
  2. In the toolbar, click on New
    J3x-Edit-Main-Menu-Toolbar-new-en.png
  3. For the purposes of this exercise we are creating "placeholder" links using the System  External URL menu type for the Dogs and Cats parent level menu items. So, in the new Menu Item, click on the Menu Type select button:
    J3x-Add-Main-Menu-Select-Type-en.png
  4. Click on System Links then scroll down and select External URL.
    J3x-Create-Sublevel-Menu-System-External-Url-en.png
  5. Add the Menu Item Title ("Dogs") and type in a hashtag "#" in the Link box.
    J3x-Create-Sublevel-Menu-Menu-Item-External-Url-en.png
  6. Save your menu item.
    Joomla-3-Menu-Add-Menu-Save-en.png
  7. Repeat steps 2 - 6 for the Cats Parent Level menu item.

Step 3 - Create the Sublevel Menu Items[edit]

Now you will add the sublevel menu items using the Articles  Single Article to create menu links to the individual pages Collies, Pomeranians, Burmese, and Russian Blues. For each Menu Item created, we will set the Parentage to Dogs or Cats.

For more detailed information on how to create a Single Article Menu Type, see Adding a menu item which points to an Article.

Note There are other menu item types that can be used for the sublevel navigation structure.

  1. In the toolbar, click on "New".
    J3x-Edit-Main-Menu-Toolbar-new-en.png
  2. In the new Menu Item click on the Menu Type select button:
    J3x-Add-Main-Menu-Select-Type-en.png
  3. Select Articles  Single Article from the list displayed.
    J3x-Add-Main-Menu-Article-Type-en.png
  4. Returning to the Menu Item Detail page, click on the Select Article List.
    J3x-Add-Main-Menu-Article-Select-Article-en.png
  5. Select the Collies article for this example.
    J3x-Create-Sublevel-Menu-Menu-Item-Single-Article-en.png
  6. On returning to the Article Detail page, fill in the Menu Item Title. Then click on the Parent Item select list located in the far right column. Find and select the Dogs parent item by scrolling through the Parent Item List. Note that menu levels are displayed with hyphens: "-" (single hyphen) is the highest level, "--" (two hyphens) is the second level, "---" third level and so on.
    J3x-Create-Sublevel-Menu-Select-Parent-Item-en.png
  7. Click on the button Save & Close up in the top button.
    Joomla-3-Menu-Add-Menu-Save-en.png
  8. Repeat steps 1-7 for the remaining articles Pomeranians with the Dog parent and articles Burmese and Russian Blues for the Cat parent.
  9. When you are finished with the "Menu Items" section, the Menu Item Manager should look very similar to the following:
    J3x-Create-Sublevel-Menu-Items-en.png

Step 4 - Setup the Menu Module[edit]

At this point, we have our Articles and Menu Items done. Now we need to update the Menu Module. In Joomla!, the Menu Module determines three things:

  1. What the menu looks like.
  2. Where on the page it will show.
  3. Which pages it will show on.

We will do two examples:

  • In the first example, we will set the parameters that show the parent level menu items with the lower level items beneath.
  • In the second example, we will add an additional menu module that appears in the left column and shows only the second level menu items.

Note We will do both examples using the Protostar Template included in the core Joomla! installation.

Example 1 - One Menu Module With Second Level Menu Items[edit]

To show this as one module, follow these steps:

  1. Navigate to Extensions  Module Manager and locate the Menu Module associated with your menu. For instructions on creating a new menu module, see Module Menu
    J3x-Create-Sublevel-Menu-Module-Control-Panel-en.png
  2. Click on the module name associated with your menu. In this tutorial, we are selecting Main Menu. Note: this image has been filtered by selecting Menu in the Module type dropdown.
    J3x-Create-Sublevel-Menu-Module-List-Menus-en.png
  3. In the Module details, set the Start level to 1, the End Level to All and set Show Submenu Items to Yes.
    J3x-Create-Sublevel-Menu-Module-Details-en.png
  4. For this tutorial, we have added some styling in the Advanced tab. In the Menu Class Suffix we have entered navbar-nav nav-pills. You can also add navbar-nav nav-tabs for a slightly different look. Note: there is a space before navbar-nav.
    J3x-Create-Sublevel-Menu-Module-Advanced-Menu-Class-Suffix-en.png
  5. Click on Save & Close.
    J3x-Create-Sublevel-Menu-Module-Save-en.png
  6. Go to the frontend of your site and your menu should look similar to this. In the Protostar Template, the sublevel menu items are displayed as dropdown menu items.
    J3x-Create-Sublevel-Menu-Frontend-Sample-Dropdown-en.png
  7. The source code generated will look similar to this:
<ul class="nav menu navbar-nav nav-pills">
  <li class="item-101 current active"><a href="/" >Home</a></li>
  <li class="item-102"><a class="dropdown-toggle" href="/about-us" >About Us</a></li>
  <li class="item-210 deeper parent"><a href="#" >Dogs</a>
    <ul class="nav-child unstyled small">
      <li class="item-212"><a href="/2015-11-24-14-19-31/collies" >Collies</a></li>
      <li class="item-213"><a href="/2015-11-24-14-19-31/pomeranians" >Pomeranians</a></li>
    </ul>
  </li>
  <li class="item-211 deeper parent"><a href="#" >Cats</a>
    <ul class="nav-child unstyled small">
      <li class="item-214"><a href="/2015-11-24-14-20-12/burmese" >Burmese </a></li>
      <li class="item-215"><a href="/2015-11-24-14-20-12/russian-blues" >Russian Blues</a></li>
    </ul>
  </li>
</ul>

Example 2 - A Second Menu Module With Child Level Menu Items[edit]

To show in a separate module in a different position, follow these steps:

  1. Navigate to Extensions  Module Manager and locate or create a second Menu Module associated with your menu. For instructions on creating a new menu module, see Module Menu
    J3x-Create-Sublevel-Menu-Module-Control-Panel-en.png
  2. Click on the module name associated with your menu. In this tutorial, we are selecting Left Menu. Note: this image has been filtered by selecting Menu in the Module type dropdown.
    J3x-Create-Sublevel-Menu-Module-List-Menus-2-en.png
  3. In the Module details, set the Start level to 2, the End Level to All and set Show Submenu Items to Yes. Note the position has changed and the menu we are pointing to is the Main Menu.
    J3x-Create-Sublevel-Menu-Module-Details-2-en.png
  4. For this tutorial, we have used the Menu Assignment tab and assigned this Menu Module to appear on all pages except the home page.
    J3x-Create-Sublevel-Menu-Module-Module-Assignment-Tab-en.png
  5. Click on Save & Close.
    J3x-Create-Sublevel-Menu-Module-Save-en.png
  6. Go to the frontend of your site and navigate to the Collies article. Your menu should look similar to this. Notice the child level subitems are the only items showing.
    J3x-Create-Sublevel-Menu-Frontend-Sample-Child-Menu-en.png
  7. The source code generated will look similar to this:
<ul class="nav menu">
  <li class="item-212 current active"><a href="/2015-11-24-14-19-31/collies" >Collies</a></li>
  <li class="item-213"><a href="/2015-11-24-14-19-31/pomeranians" >Pomeranians</a></li>
</ul>

Sub-Sub-Menus[edit]

Using this same technique, it is easy to create third-level sub-menus. You just make the Parent Menu Item a second-level sub-menu. Then you could use the same technique to create a separate Menu Module with Start Level of 2 and End Level of 3. This would show only the third-level Menu Items.