This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
I have a request from a client for a custom version of the navigation. Basic Site Hierarchy:
-Category1 ----Topic1a ----Topic1b -Category2 ----Topic2a ----Topic2b -Category3 ----Topic3a ----Topic3b -Category4 ----Topic4a ----Topic4b Standard Menu based on Site Map and PageMenu shows this: -Category1 -Category2 ----Topic2a ----Topic2b (selected page) -Category3 -Category4
Customer wants this instead: -Category2 ----Topic2a ----Topic2b (selected page)
They do not want siblings of the selected Category to show, just the selected Category and its children when a Category page is selected. If the user has selected a Topic page underneath a Category, they want siblings of the Topic to show, but not siblings of the parent Category. Is there a way to accomplish this with the existing SiteMenu/PageMenu components of mojo?
Hi,
I recommend see the article Visual Partitioning, as well as all the article under Styling Menus.
Hope that helps,
Joe