0

I am a beginner to the Joomla CMS platform (experienced with word-press and laravel frameworks). I have a very good understanding of MVC , however am having a hard time understanding Joomla's menus connection to components , what is the logic here ?

Is it that components call menus or vice-versa ?

NOTE : AM USING JOOMLA V- 3.4.6

Elin
  • 6,507
  • 3
  • 25
  • 47
Jimmy Obonyo Abor
  • 7,335
  • 10
  • 43
  • 71
  • 1
    Try asking your question over at [Joomla Stack Exchange](http://joomla.stackexchange.com) which is the dedicated StackExchange site for Joomla related questions – Lodder Dec 17 '15 at 23:05
  • Menus are just a way to link to components .. when you create a new menu item your component can present a series of options. These are based on the list of front end views and view templates. You can look at the options for articles and see how they relate to the views and templates for com_content. – Elin Dec 19 '15 at 02:37

1 Answers1

0

If I understand correctly, you're asking how the creation of menu items links to components? When you create a menu item, you have to chose what kind of page, article, or component you're going to link to, and you have to choose from a massive list depending on how many components you have installed.

For example, with Articles you have the following choices:

Archived Articles
Category List
Category Blog
Create Article
Featured Articles
List All Categories
Single Article

What this does is call the component in question into the main position on your Joomla! site. How this component is displayed is up to you. So selecting "Category Blog" will allow you to display all of the articles in a specific category of your choosing. If you want to just display a page with your choice of text on it, you'd need to create an article and then select Single Article, using the desired article as the Menu Item Type.

Most of the display settings can either be changed in the component's menu or in the Global Configuration menu.