Sibling Page Site Map?

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/8/2012 7:20:02 AM
Gravatar
Total Posts 16

Sibling Page Site Map?

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.

2/8/2012 12:24:56 PM
Gravatar
Total Posts 18439

Re: Sibling Page Site Map?

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

2/8/2012 1:56:57 PM
Gravatar
Total Posts 16

Re: Sibling Page Site Map?

Thanks for your attention to this matter.

You must sign in to post in the forums. This thread is closed to new posts.