Jump to content

Display Categories and SubCategories on home page?


XGhozt

Recommended Posts

I was hoping someone could help me. I'm trying to create a module for the home page to display categories like this, in two columns:

CATNAME [iCON]
* subcat
* subcat
* subcat

So, that format, in 2 columns, which I could do. The only part I'm having trouble with is getting the subcategories to display under each category.

I know that I can use something like this to display all the subcategories under the main category:

$category = new Category(1);
$subCategories = $category->getSubCategories(1);



So, can I use something similar to this to display sub categories? I need to display all parent directories and list the sub categories below it on the home page.

Any ideas?

Link to comment
Share on other sites

If I do that, then how can I get the category image?

I was basing it off a different module which had the image and the category there. I thought it would be easier to add in the subcategories.

Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...
  • 5 weeks later...

Hi,

I made a new home category module from the other module which i tried to customized and i came up with a module that display categories with images. It looks dirty coz i havent delete some of unused codes but it's working fine in my site.

Im using category_home (as my default image size). You can add this image size in Preferences-> Image at your Back End.

Just try to check the attachment.

homecategory.zip

Link to comment
Share on other sites

  • 10 months later...

If I do that, then how can I get the category image?

I was basing it off a different module which had the image and the category there. I thought it would be easier to add in the subcategories.

 

Hello, did you find some solution?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...