List Categories and articles in Joomla - joomla

I'm trying to build a site with multiple categories and sub-categories in Joomla. The structure looks like this:
category 1
category 2
- category 3
- category 4
category 5
- category 6
- category 7
...
Each category has some articles.
What I want to do is create a navigation menu from these categories, so category 1,2,5 become top level links in the menu, while 3,4,6,7 become sub links in the corresponding dropdown list. (Update)And the articles under a category become sub links after the categories.
I've tried a few options:
Module Articles Category: It lays out all articles in a flat list without categories, not good
Module Articles Categories: It lays out all the sub-categories, but no articles
Menu item - List all categories: It gives the right result, but in a page accessed by clicking that menu item.
Menu item - single article: It's totally static and time consuming.
I'm wondering if there's a way of generating an ordinary normal navigation menu, like the ones you see in Amazon or ebay?

Why don't you create a menu structure that is similar to your category structure. So:
Menu 1 corresponds to category 1
Menu 2 corresponds to category 2
Menu 2.1 etc
You can then link each menu item through a category blog type menu item to the appropriate category. You can then configure how the articles should be displayed (multi-column, intro etc).

Related

How to show all sub-categories articles?

Choosing menu item type to "Category Blog,List All Categories, and Category List" would result all subcategories link not direct to all articles of sub-categories.
But I want to show directly the all articles of sub-categories.
main-category
sub-categories
cat-1
article
article
.......
cat-2
article
article
.......
cat-3
article
article
.......
Now, how to show all articles of main-category?
In Menu Item Settings: Blog Layout -> Choose Include Subcategories "ALL"
UPDATE
FYI: This behavior can be set also globally for all Blog Layout Menu Items.
In Article Manager Options -> Blog / Featured Layouts Tab -> Include Subcategories.
first, find the column params in your database table ###_extensions which row name is com_content.
update the inner value in the JSON string, "show_subcategory_content":0 to "show_subcategory_content":1 that mean for 1 level subcategory support.
This is a global configuration.
If you just want one menu item to support that, find the item in table ###_menu and add "show_subcategory_content":1 in params which works.

Joomla menu and K2 categories. How do I

I am using Joomla 2.5 as CMS for my website, and I am using K2 for categories and articles/items. I was wondering if i have list of 50 - K2 categories.
It has 5 main categories and 10 sub categories for each.
How can I either manually or automatically make categories listed in main menu and when user clicks for example:
Home >> Contact >> Products >> About >> Call
If user selects Contact, how can I make it so it loads page which displays all articles/items in category called "Contact" but if User selects specific sub item from Contact for example:
Contact
^^Phone
^^Email
^^Skype
^^Post
if user selects Email it would show only articles/items from category Contact>>Email.
Help?
You can create a Menu item called Categories for example, or 10 menu items each one for your top categories.
Then you can start adding submenu items, for example in the top menu level called Contact add the Email sub-categorie. So when users visit your website can navigate through the menu to all categories you got.
An other way to do it faster is to use this plugin: http://www.nonumber.nl/extensions/addtomenu but I think it only works for items and not for categories (but you can ask the developer).
IMPORTANT: You can have top-categories configured to show only the items of this one or also with sub-categories, and can create a K2 menu item which can display in one link lot of categories you can choose in the parameters using CTRL+CLICK (even from other top categories).

Issue with Magento Categories

I am having issues arranging the categories in magento. The system has more than 3000 categories. There are 4 level categories which means: Parent>Level1>Level2>Level3>Level4.
All the products are sitting in level4 categories and level1,2 and 3 are just empty.
What I am trying to do is under level2 display its sub categories using a static block and then under level 3 display the categories from level 4.
2nd issue is I dont want to show all the categories in the main menu bar as loading 3000 categories will kill the server.
I want to do something similar to this: http://www.staples.ca/ENG/Catalog/cat_super.asp?catids=%2C&name=CA_SU_Office+Supplies
Here is the link for the site: bindersnink(dot)ca
From what I can see in the Staples link you added, they only show top level categories on their main menu nav bar. You can do this in your Magento store by simply changing a configuration value. Just login to your backend, go to System > Configuration and click on the Catalog > Catalog section in the left panel. On that page you will see a section called Category Top Navigation. Change the Maximal Depth to 1. This way only your top level categories will show up in the menu.
Just note that if you want all products in child categories to display on the top level category page, you will need to go to the edit category page, go to the Display Settings tab, and make sure that Is Anchor is set to yes.

Joomla Menu Subcategories only showing 4 items

I am able to show items in subcategories in a menu view in Joomla (finally - it was no easy task.)
But now it is only showing the first 4 of each subcategory.
Technically they are all secondary - and it should be showing all of them because I set max secondary on the subcategories to 100.
What am I doing wrong?
If I understand your question right below should work for you.
It's under Blog Layout Options in the Edit Menu Item panel. I think I had confused it with a similar option under Category Options, "Subcategory Levels" where the tip says "The number of subcategory levels to display."
Read more

Joomla Category List Layout

My requirements are the following:
43 different menu items in different menus that have to display the same Category List Layout content.
The issue is, the list of articles is displayed correctly but the itemId of each article link is the same for every menu item.
This behaviour is not good for me because I need to show the current menuItem(itemId) and hide all the others.
There is a workarround? Or I need to have 43 categories with the same articles.
I'm using Joomla 1.5

Resources