Mono Support Show blogPostList for a specifc Categroy 

Viewed 18155 time(s), 9 post(s), 3/2/2012 4:39:51 PM - by sam0864
3/2/2012 4:39:51 PM
656 Reputation 79 Total posts


The dashboard page shows Blog Post list. Is it possible to limit to specific Category?

<MonoX:BlogPostList ID="ctlBlogPostList" RetainBreaksInDescription="false" CacheDuration="600" RewritePageTitle="false" Template="BlogListShort" runat="server" RssEnabled="true" IsHeaderVisible="False" MaxDescriptionChars="90" PageSize="4" MaxTitleChars="40" PagingEnabled="false" />

1
3/2/2012 7:33:09 PM
15993 Reputation 2214 Total posts

Hi,

you can set CategoryId property of the BlogPostList to filter only specific category. 

Regards

2
3/4/2012 11:41:36 PM
656 Reputation 79 Total posts

Yes, it is working for one Category. Is it possible to show Blog Post List for a list of categories (for example Category A and Category B)?

3
3/4/2012 11:45:51 PM
656 Reputation 79 Total posts

The same way, I would like to show the newest 5 topic titles (from the main discussion board) and limit the topic title size to 100 chars.

4
3/6/2012 7:37:50 PM
656 Reputation 79 Total posts

Any tips or advice

I would like to do the same thing and show the newest topic titles only regardless which discussion boards (similar to what we have for blogpostlist)

5
3/8/2012 1:06:05 PM
3016 Reputation 428 Total posts

Hi,

at the moment blog post list allows you to filter the blog posts only by one category.

Regards.

6
3/8/2012 3:00:20 PM
656 Reputation 79 Total posts

Any hint regarding displaying discussion board new topic titles list? Is it doable?
Can I have a similar code like this one but in this case for Discussion board top titles list?
<MonoX:BlogPostList ID="ctlBlogPostList"
RetainBreaksInDescription="false" CacheDuration="600"
RewritePageTitle="false" Template="BlogListShort" runat="server"
RssEnabled="true" IsHeaderVisible="False" MaxDescriptionChars="90"
PageSize="4" MaxTitleChars="40" PagingEnabled="false" />

7
3/13/2012 2:45:52 PM
7207 Reputation 956 Total posts

It is doable, but requires some programming - you would have to develop your own Web part to do that. So if you feel that this approach is right for you, we could provide you with some sample code.

8
3/13/2012 4:04:06 PM
656 Reputation 79 Total posts

Would you please provide me with a sample code so I can start from there
Thank you

9
This is a demo site for MonoX. Please visit Mono Software for more info.