MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Enable Wall RSS ?  (Mono Support )

Viewed 11310 time(s), 6 post(s) 12.07.2012 19:02:34by gstadter
gstadter

gstadter

12.07.2012 19:02:34
Are parts such as News, Discussions, & Blogs the only types that can be RSS enabled?
Is there a way to have an RSS feed that displays comments posted on the "Wall" ?

Thanks,
Gary
Dieser Inhalt wurde noch nicht bewertet. 
669 Reputation 67 Total posts
khorvat

khorvat

13.07.2012 21:16:40
Hi,

there are few more modules that have built-in RSS feed but Wall doesn't have RSS enabled. If you want to extend Wall you can do it by implementing IRssWebPart interface. You need to override the following to register module in the RSS engine:

/// <summary>
/// Overriden OnInit: support for RSS Engine.
/// </summary>
/// <param name="e">Event arguments</param>
protected override void OnInit(EventArgs e)
{           
    RssEngine.RssEngine.RegisterProviderModule(this.Page, this);
    base.OnInit(e);           
}

Let me know if you need more information.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
gstadter

gstadter

13.07.2012 23:09:52
Khorvat,

It’ll be a few days before I’ll be able to play with the
code, but thank you very much for taking the time to help, and for the code
snippet. I’ll update this thread once I’ve
implemented.

-Gary
Dieser Inhalt wurde noch nicht bewertet. 
669 Reputation 67 Total posts
geobirbilis

geobirbilis

25.07.2012 18:04:14
please post any findings ;-)
Dieser Inhalt wurde noch nicht bewertet. 
155 Reputation 23 Total posts
khorvat

khorvat

15.08.2012 12:19:26
Any news Gary ? Did everything went well ?
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
gstadter

gstadter

15.08.2012 13:17:52
I’ve actually not moved forward with this tweak yet. I have several projects (some new, some just at the point of deserving major updating) that need to settle into a CMS platform so I’ve put development and customization on pause/hold, to re-evaluate CMS products currently available. My hope is that once I see, in more detail what MonoX is evolving into, I’ll have the info I need to decide which CMS solution is going to be the best fit for which project.

Bottom line, if this functionality is not in the soon-to-be-released new version of MonoX, I will pursue developing this functionality in projects that remain on MONOX after the above mentioned process is complete.
Dieser Inhalt wurde noch nicht bewertet. 
669 Reputation 67 Total posts