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 6265 time(s), 2 post(s) 02.01.2013 06:15:26by sam0864
sam0864

sam0864

02.01.2013 06:15:26
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"  />
Dieser Inhalt wurde noch nicht bewertet. 
656 Reputation 79 Total posts
khorvat

khorvat

03.01.2013 19:52:35
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts