Hi,
Where in the source code is the categories on the left side bar generated? (please tell me the file to look at).
Hi,
Where in the source code is the categories on the left side bar generated? (please tell me the file to look at).
/includes/templates/your_template/sideboxes/tpl_categories.php.
The list of categories to display is generated by /includes/modules/sideboxes/your_template/categories.php.
If you want to modify the output or formatting, you might look at Categories Dressing for ideas, as well as threads in the forum.
Thanks Glenn!
Ok so now where in the code is this tpl_categories.php being called from?
Before you modify any code - be sure to read the tutorials about creating your custom template overrides.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
It sounds like you're jumping in headfirst. Before you do a lot of recoding, what are you trying to accomplish? We may be able to guide you to the most efficient/effective methods if we know what you want to do.
And yes - make your own custom template structure before doing any editing of files.
oh I am just trying to get a feel for how things work.
Specifically with the category display, I want to know how many levels I can display i.e. top category, then sub category and then sub-sub-category all on the sidebar.
I think 2 levels is enough anyhow, or for it to show the top level, then when someone clicks on one of them it displays the subcategories for that level ONLY along with the other top categories.
Have you made a test installation yet? The installer doesn't really emphasize enough that it is *very* worthwhile to install the demo products when you begin.
If you have the ability to make a second database, you will benefit from having a second installation in a subfolder that is just for reference, as the demo products all show you how to do various things.
The categories menu does show all top cats and the subcats of the current path; there is no practical limit on subcat depth. There are also mods available to expand the category tree completely all the time, or limit the expansion as desired - anything is possible.