Mono Support New ALL Groups topics  

Viewed 5738 time(s), 2 post(s), 1/2/2013 6:15:26 AM - by sam0864
1/2/2013 6:15:26 AM
656 Reputation 79 Total posts

How can we generate the list of new topics of ALL groups discussion boards?

Similar to this one

<MonoX:DiscussionTopic runat="server" ID="ctlNewTopics" EnableInsertNewTopic="false" EnableAnswering="false" EnableOwnerDeleteOperation="false" EnablePaging="false"
                        TopicSorter="SortNewTopicsOnTop" ShowBackLink="false" TopicFilterType="LastActiveTopics" Template="DiscussionTopicList" PageSize="5" HeaderVisible="false" EnableDiscussionDefaultUrl="true"  />

1
1/3/2013 7:52:35 PM
15993 Reputation 2214 Total posts

Hi,

this will require you to do some coding around the discussion repository, you will have to override the discussion topic web part data binding method, then you will have to inherit the discussion repository and override few methods to change filters. Next step would be to create a filter that will fetch the group topics only from public groups, only from discussion boards that current user have permissions to and include the main filter then append new topics sorter.

As there are many complex filters involved in this process this is exact scenario where is much better to have a source code package to better understand how to do everything or even change the code directly.

Regards

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