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 large MojoPortal in development with hundreds of pages. I have been using the ChildPageSiteMap control for a left side of the page menu system. The problem that I am now trying to solve is that when I reach the bottom level of the page structure I'd like to be able to show sibling pages in the left menu. Can I adapt the ChildPageSiteMap control to show sibling pages?
Something like this:
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" StartFromCurrentNode="True" StartingNodeOffset="-1" />
Thanks.
Questions like this have come up a number of times, so I'm adding a to do item in our project tracker to make a sibling page site map feature similar to the child page site map feature.
Best,
Joe
Thanks for your attention to this matter.