Difference between revisions of "Creating Required Joomla Menu Items"

From JReviews Documentation
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
All listings and articles in Joomla should have a parent menu item, otherwise their URLs will have ugly "/component/content/article/" segment and it won't be possible to assign them modules.
+
All listings and articles in Joomla should have a parent menu item, otherwise their URLs have ugly "/component/content/article/" segment and it is not possible to assign modules to those pages.
  
JReviews uses Joomla's content system for listings and because of this each listing must have a Joomla Category menu item as parent, so if you already created JReviews Category List menu items, Joomla will not use them as parent menu items for listings.
+
Without a parent menu item, the listing URL will look similar to this:
 +
*<span style="color: blue">example.com/component/content/article/49-category-name/subcategory-name/305-listing-title</span>
  
Without a parent menu item, the listing url will look similar to this:
+
JReviews uses Joomla's content system for listings and because of this the parent menu item of listings must be a '''Joomla Category Blog/List menu item'''. After  you create those menu items, the "/component/content/article/" segment in URLs will be replaced with the titles of category menu items.
*http://www.example.com/component/content/article/49-category-name/subcategory-name/305-listing-title
+
  
 +
Starting with JReviews 2.4.10 version, those Joomla Category menu items can be used as the main navigation of your site if you enable the [[Using  JReviews SEF Plugin|JReviews SEF Plugin]]. In this case, create Joomla Category menu items in the main menu of your site.
  
When you create a parent menu item, the "/component/content/article/" part will be replaced with the title alias of that menu item (i.e. /hotels/) and the listing detail page will show all modules that you assign to this parent menu item.
+
If you don't enable the [[Using JReviews SEF Plugin|JReviews SEF Plugin]], you will need to create required Joomla category menu items in a "hidden" menu that isn't shown on your site and for the main menu of the site create separate JReviews Category List menu items.
  
Since these Joomla Category menu items are required only for nicer listing SEF URLs and for module assignments, the menu items don't need to be visible on the site, that is why we create them inside a "Hidden Menu".
+
== Creating required category menu items ==
  
 +
=== How to choose the best category menu item structure ===
  
== Creating Category menu items in Joomla 1.7 ==
+
Choosing  a good menu item structure is important because the title aliases of  those menu items will be used in URLs of listings. You have a choice:
 +
* create menu items only for top level categories
 +
* create menu items only for last level categories
 +
* create menu items for all categories
  
=== How to choose the best category menu item structure ===
+
The third option is recommended because then none of the category URLs will have ID numbers and urls will include the full category structure.
  
=== Steps for creating the menu items ===
+
Read [[Using JReviews SEF Plugin]] for more info.
  
*In the Joomla administration click on Menus => Menu Manager and to create a new menu click on '''New'''.
+
=== Steps for creating the menu items when JReviews SEF plugin is used ===
*In the next screen enter the '''Title''' and '''Menu Type''':
+
  
[[File:NewHiddenMenu17.png]]
+
*in Joomla administration go to the main menu of your site where you want to display the Categories and click the '''New''' button in the toolbar.
 
+
*next click the '''Select''' button and you will get this popup with the list of available menu item types, choose Category Blog or Category List (it is not important which one):  
*Next, start creating menu items in the '''Hidden Menu'''
+
*After you click on '''New''' and click on '''Select''' Menu Item Type, you will get this popup with the list of available menu item types, choose Category Blog or Category List:  
+
  
 
[[File:NewJoomlaMenuItems17.png]]
 
[[File:NewJoomlaMenuItems17.png]]
  
*After you click on the menu type, you will need to choose a category from the dropdown.  
+
*after you click on the menu type, you will need to choose a category from the dropdown.  
*After you created all menu items, go to JReviews administration and click on the "Clear Cache" link in the left menu. This is necessary because JReviews stores a cached version of the menu system to improve performance.
+
*after you created menu items for all categories, go to JReviews administration and click on the "Clear Cache & File Registry" link in the left menu. This is necessary because JReviews stores a cached version of the menu system to improve performance.
  
 +
With this setup, you will have a "perfect" URL structure, for example:
 +
*<span style="color: blue">example.com/category-name</span>
 +
*<span style="color: blue">example.com/category-name/subcategory-name</span>
 +
*<span style="color: blue">example.com/category-name/subcategory-name/listing-title</span>
  
== Creating Section/Category menu items in Joomla 1.5 ==
+
=== Steps for creating the menu items when JReviews SEF plugin isn't used ===
  
=== How to choose the best section/category menu item structure ===
+
*in the Joomla administration click on Menus => Menu Manager and to create a new menu click on '''New'''.
 +
*in the next screen enter the '''Title''' and '''Menu Type''':
  
Choosing a good menu item structure is important because the title aliases of those menu items will be used in urls of listings.
+
[[File:NewHiddenMenu17.png]]
  
If you create Joomla Section menu items, the URLs will look like this:
+
*after the '''Hidden Menu''' is created, click '''New''' in the toolbar to create the first menu item.
*<span style="color: blue">http://example.com/section-menu-alias/id-category-alias/id-article-titlealias</span>
+
*next  click the '''Select''' button and you will get this popup with the list  of available menu item types, choose Category Blog or Category List (it  is not important which one):
  
If you create Joomla Category menu items, the URLs will look like this:
+
[[File:NewJoomlaMenuItems17.png]]
*<span style="color: blue">http://example.com/category-menu-alias/id-article-titlealias</span>
+
 
+
If you decide to create both Joomla Section and Category menu items, the URLs will look like this:
+
*<span style="color: blue">http://example.com/section-menu-alias/category-menu-alias/id-article-titlealias</span>
+
 
+
=== Steps for creating the section or category menu items ===
+
 
+
*In the Joomla administration click on Menus => Menu Manager and to create a new menu click on '''New'''.
+
*In  the next screen enter the '''Name''' and '''Title''' of the menu, but  leave the Module Title empty, so that the module won't be created:
+
 
+
[[File:NewHiddenMenu.png]]
+
 
+
*Next, start creating menu items in the '''Hidden Menu'''
+
  
[[File:NewJoomlaMenuItems.png]]
+
*after you click on the menu type, you will need to choose a category from the dropdown.
 +
*after you created menu items for all categories, go to JReviews administration and click  on the "Clear Cache & File Registry" link in the left menu. This is necessary because JReviews stores a cached version of the menu system to improve performance.
  
*Make sure you enter unique Title/Alias for each menu item, because duplicates will cause SEF issues
+
With this setup, the listing URLs will include the category names that you created in this Hidden Menu, for example:
*After  you created all menu items, go to JReviews administration and click on  the "Clear Cache" link in the left menu. This is necessary because  JReviews stores a cached version of the menu system to improve  performance.
+
*<span style="color: blue">example.com/category-name/ID-listing-title</span>
  
 +
The categories will have a separate URL structure based on how you create JReviews Category List menu items in the main menu of your site.
  
  

Latest revision as of 10:52, 7 January 2014

All listings and articles in Joomla should have a parent menu item, otherwise their URLs have ugly "/component/content/article/" segment and it is not possible to assign modules to those pages.

Without a parent menu item, the listing URL will look similar to this:

  • example.com/component/content/article/49-category-name/subcategory-name/305-listing-title

JReviews uses Joomla's content system for listings and because of this the parent menu item of listings must be a Joomla Category Blog/List menu item. After you create those menu items, the "/component/content/article/" segment in URLs will be replaced with the titles of category menu items.

Starting with JReviews 2.4.10 version, those Joomla Category menu items can be used as the main navigation of your site if you enable the JReviews SEF Plugin. In this case, create Joomla Category menu items in the main menu of your site.

If you don't enable the JReviews SEF Plugin, you will need to create required Joomla category menu items in a "hidden" menu that isn't shown on your site and for the main menu of the site create separate JReviews Category List menu items.

Creating required category menu items

How to choose the best category menu item structure

Choosing a good menu item structure is important because the title aliases of those menu items will be used in URLs of listings. You have a choice:

  • create menu items only for top level categories
  • create menu items only for last level categories
  • create menu items for all categories

The third option is recommended because then none of the category URLs will have ID numbers and urls will include the full category structure.

Read Using JReviews SEF Plugin for more info.

Steps for creating the menu items when JReviews SEF plugin is used

  • in Joomla administration go to the main menu of your site where you want to display the Categories and click the New button in the toolbar.
  • next click the Select button and you will get this popup with the list of available menu item types, choose Category Blog or Category List (it is not important which one):

NewJoomlaMenuItems17.png

  • after you click on the menu type, you will need to choose a category from the dropdown.
  • after you created menu items for all categories, go to JReviews administration and click on the "Clear Cache & File Registry" link in the left menu. This is necessary because JReviews stores a cached version of the menu system to improve performance.

With this setup, you will have a "perfect" URL structure, for example:

  • example.com/category-name
  • example.com/category-name/subcategory-name
  • example.com/category-name/subcategory-name/listing-title

Steps for creating the menu items when JReviews SEF plugin isn't used

  • in the Joomla administration click on Menus => Menu Manager and to create a new menu click on New.
  • in the next screen enter the Title and Menu Type:

NewHiddenMenu17.png

  • after the Hidden Menu is created, click New in the toolbar to create the first menu item.
  • next click the Select button and you will get this popup with the list of available menu item types, choose Category Blog or Category List (it is not important which one):

NewJoomlaMenuItems17.png

  • after you click on the menu type, you will need to choose a category from the dropdown.
  • after you created menu items for all categories, go to JReviews administration and click on the "Clear Cache & File Registry" link in the left menu. This is necessary because JReviews stores a cached version of the menu system to improve performance.

With this setup, the listing URLs will include the category names that you created in this Hidden Menu, for example:

  • example.com/category-name/ID-listing-title

The categories will have a separate URL structure based on how you create JReviews Category List menu items in the main menu of your site.