Setting Sort order of Pages

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
9/19/2011 3:29:38 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Setting Sort order of Pages

Hi guys,

I have created a bunch of Content pages and embedded them into pages for display.  Is there a method to sort the pages based upon Title (Text) or ???

Page looks a bit like your Documentation page (a bunch of links)  Each link takes its name from the title on the page/Content. (see http://www.yachtlogsoftware.com/documents.aspx)

Thanks

9/19/2011 3:46:19 PM
Gravatar
Total Posts 2239

Re: Setting Sort order of Pages

Hi Phill,

To sort the pages, you'll need to use the "Add/Edit Pages" page which can be found in the Administration Menu.

To get the links to look more like the Documentation page on this site, add the following to your theme.skin file.

<portal:mojoTreeView runat="server" SkinID="ChildSiteMap"
        ContainerCssClass="sitemap"
        RootUlCssClass="childpagesitemap"
        RenderLiCssClasses="false"
        RenderAnchorCss="true"
        LiCssClass=""
        LiRootExpandableCssClass=""
        LiRootNonExpandableCssClass=""
        LiNonRootExpnadableCssClass=""
        LiSelectedCssClass=""
        LiChildSelectedCssClass=""
        LiParentSelectedCssClass=""
        AnchorCssClass=""
        AnchorSelectedCssClass=""
        ExpandDepth="-1"
        ShowExpandCollapse="true"
        PopulateNodesFromClient="false"
    
/>

HTH,
Joe D.

9/19/2011 8:16:14 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: Setting Sort order of Pages

Hi Joe D,

1st I went to the Add/Edit and sorted the pages into the order.

BUT

I copied the code you gave into the theme.skin file.  I actually found that the code was already there, but just in case I was missing a line or 2 I replaced the code anyway.

That was a couple of hours ago and not change to the page. http://www.yachtlogsoftware.com/documents.aspx

Got any thoughts or suggestions?

9/20/2011 6:08:30 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: Setting Sort order of Pages

Hi Joe D,

Thanks for the assist...

I added the code you gave me above (which was already in the file) and it didn't change the List.  No indents etc.!

What am I missing?

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