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.

New ALL Groups topics   (Mono Support )

Viewed 5267 time(s), 2 post(s) 1/2/2013 6:15:26 AMby sam0864
sam0864

sam0864

1/2/2013 6:15:26 AM
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"  />
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

1/3/2013 7:52:35 PM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts