Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Making a Custom Menu based on File Structure, or Categories View modes: 
User avatar
Member
Member
iweber - 5/23/2013 2:37:05 PM
   
Making a Custom Menu based on File Structure, or Categories
Hi everyone. Today I'm working on making a custom web part basically, which is a side bar menu which opens up to a hierarchy when clicked on.

First of all, I organized the hierarchy properly both in the file system structure, but also using the Categories section under the Administration Tab of the CMS.

There are 5 main categories which can be clicked on, and I would like them all to be displayed in that left hand side bar. Then, when a user clicks on one of the categories, I would like it to pop downward with only the first level of subcategories (as opposed to all the levels). Finally, each of these subcategories should be a straight link to a page (where the actual members of that subcategory are listed).

Does anyone know how to make this happen? I'm stuck at making the web part on the left hand side of the page. I don't know how to add this Web Zone or Web Part, let along customize it. Seems like a common thing to have to do. Thanks!

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 5/25/2013 10:49:04 PM
   
RE:Making a Custom Menu based on File Structure, or Categories
Hi,

You can try using the category list web part as mentioned in this thread. Basically, what you can do also is using a repeater web part, that will list the category names and use the WHERE condition in a similar way as mentioned in the above thread to filter out the listing.

Best regards,
Juraj Ondrus