mojoPortal

 

Feed Manager Display Settings

There are several properties of the Feed Manager feature included in mojoPortal that can be configured from the theme.skin file in the skin folder.

To use these properties you first need to add this to the top of the theme.skin file if it does not already exist there:

<%@ Register Namespace="mojoPortal.Web.FeedUI" Assembly="mojoPortal.Features.UI" TagPrefix="feed" %>

Then you can specify the available properties as shown below with their default values:

<feed:FeedManagerDisplaySettings runat="server"
DisableUseFeedListAsFilter="false"
DisableShowAggregateFeedLink="false"
DisableRepeatColumns="false"
DisableShowIndividualFeedLinks="false"
DisableUseCalendar="false"
DisableScroller="false"
ForceExcerptMode="false"
ForceShowHeadingsOnly="false"
DisableUseAutoDiscoveryAggregateFeedLink="false"
OverridePageSize="0"
/>

 

https://www.mojoportal.com/feed-manager-display-settings