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.

How to include include blog content in RSS feed instead of Excerpt ?  (Mono Support )

11902 put(a) pogledan, 7 odgovor(a) 23.4.2014. 14:06:35Kreirao(la) super
super

super

23.4.2014. 14:06:35
How to include include blog content in RSS feed instead of Excerpt ?

Right now, the rss feed only includes  the 'Excerpt' as blog description but if I want to change it with actual blog content, what to do ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
super

super

24.4.2014. 16:39:12
anyone ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
dbogdan

dbogdan

25.4.2014. 7:15:30
Hi Super,

In the BlogPostList control, you have RssFeedContentSelector property exposed. To enforce having blog post content in the rss feed, you have to set property to the BlogContentSelector.Content.

Regards
Ovaj sadržaj još nije ocijenjen. 
231 Reputacija 38 Ukupno objava
dbogdan

dbogdan

25.4.2014. 7:15:32
Hi Super,

In the BlogPostList control, you have RssFeedContentSelector property exposed. To enforce having blog post content in the rss feed, you have to set property to the BlogContentSelector.Content.

Regards
Ovaj sadržaj još nije ocijenjen. 
231 Reputacija 38 Ukupno objava
super

super

25.4.2014. 13:19:47
Can you please show me an example, how the property in the blog tag should look like ? also any property to disable "Excerpt" too ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
dbogdan

dbogdan

28.4.2014. 6:41:50
Hi Super,

you can set it in this way:
<MonoX:BlogPostList ID="blogPostList" runat="server" RssEnabled="true" ParseCustomTags="Description" RssFeedContentSelector="Content" />
or in code behind:
blogPostList.RssFeedContentSelector = BlogContentSelector.Content;
Regarding the "Excerpt" disabling, can you specify where you want to disable it, on the blog post insert/edit or in the blog post list view? However, there are no exposed property to disabe it immediatelly.

Regards
Ovaj sadržaj još nije ocijenjen. 
231 Reputacija 38 Ukupno objava
super

super

28.4.2014. 13:12:27
I want to disable "Excerpt" in the RSS blog  feed.
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava