Paging for Site List

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.
12/13/2011 9:38:04 AM
Gravatar
Total Posts 130

Paging for Site List

Hello,

Is there a way to control the Paging for the Site List?  I'd like to either remove the paging or include more Sites per page.  An option for sorting the the list would be a cool feature for the future :-)

~ Beth

12/13/2011 1:38:00 PM
Gravatar
Total Posts 18439

Re: Paging for Site List

Hi Beth,

You can control the page size, it defaults to 10 but you can add this in user.config and set it to whatever you like:

<add key="SiteListPageSize" value="10" />

You can also make it show the Site ID next to the site name by adding this:

<add key="ShowSiteIdInSiteList" value="true" />

I believe it is sorted alphabetically by site name except for the master site which is listed first.

Hope that helps,

Joe

12/13/2011 2:00:50 PM
Gravatar
Total Posts 130

Re: Paging for Site List

That's great; thank you!  I'm enjoying discovering all the new features you've implemented in the last year :-) ~ B

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