RSS feed improvements

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
9/9/2009 12:45:36 PM
Gravatar
Total Posts 7

Re: RSS feed improvements

now I've gone and done it.  I've changed the settings for the feed manager ... I added a new manage to the right bar and attempted to view the page and I get the following error in the log (I think I might call that progress)

 

2009-09-09 10:39:56,221 ERROR mojoPortal.Web.Global - 66.37.66.131-en-US - /craigslist-ads.aspx

System.IndexOutOfRangeException: There is no row at position 0.

at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)

at System.Data.RBTree`1.get_Item(Int32 index)

at System.Data.DataRowCollection.get_Item(Int32 index)

at mojoPortal.Web.FeedUI.FeedManagerModule.PopulateControls()

at mojoPortal.Web.FeedUI.FeedManagerModule.Page_Load(Object sender, EventArgs e)

at System.Web.UI.Control.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

9/9/2009 12:52:44 PM
Gravatar
Total Posts 18439

Re: RSS feed improvements

Hi,

Those settings in the backend are only defaults and really you should not change those because they will be updated according to config files whenever you upgrade. That backend allows developers to manually install and configure features but we don't use that for included features because we also have an installation system that allows installing features by config files so you can just upload the feature and visit the setup page.

Each instance of feed manager gets its own settings, when you first add a feed manager to a page it gets the default settings. You can edit the settings for the feed manager instance by clicking the gear icon next to the title. There are no new fields when selective publishing is enabled. Add a feed for it to consume and with selective publishing enabled you can pick and choose which if any items in the feed to publish. With selective publishing disabled it just uses all of them. So its a way of filtering out posts when you don't want all the posts in a given feed. For example you could subscribe to a bunch of blogs and then just publish the best posts that you read. So I could for example aggregate a bunch of blogs and feeds about content management but selectively publish only the gems and filter out the noise thereby adding value to my feed about content management.

Hope it helps,

Joe

9/9/2009 12:55:28 PM
Gravatar
Total Posts 18439

Re: RSS feed improvements

Not all feeds will work but it should work with most RSS and Atom feeds.

9/9/2009 1:05:46 PM
Gravatar
Total Posts 7

Re: RSS feed improvements

Thank you Joe,

Best guess on the path back to the defaults?  What I'm trying to do seems simple in my head and it is likely that I'm just missing something simple.

Richard.

9/9/2009 1:09:38 PM
Gravatar
Total Posts 18439

Re: RSS feed improvements

I'm working on training videos today, I will make one about the feed manager next.

You can change the settings using the gear icon next to the title of the feed manager. You are abe to get to the page right? Its just logging those errors right? So click the add/edit feeds link ad delete the feed if it doesn't work.

Hope it helps,

Joe

9/9/2009 1:14:07 PM
Gravatar
Total Posts 7

Re: RSS feed improvements

THE GEARS!!!  Why do I always miss the gears.  It's always that simple.  Thank you!

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