Browse Forum Posts by Tags
-
I figured it out.. hope this helps others ForumThreadQuery forumQuery = new ForumThreadQuery (); //forumQuery.GroupID = 9; //uncomment if you want results only for a particular forum forumQuery.PageSize = 3; forumQuery.ForumID = -1; forumQuery.SortOrder = SortOrder .Descending; ThreadSet ts = Threads...
-
Does anyone know if and how it is possible to sort threads in threadlist.aspx by rating score in CS 2007. It's possible to sort by FirstPost, LastPost, Subject, ThreadAuthor, TotalRatings , TotalReplies, TotalViews, but strangely not by the rating score. TotalRatings is sorting threads by the number...
Posted to
Forums
(Forum)
by
MaartenNL
on
Thu, Sep 13 2007
Filed under: Feature, forums, forum, Feature Request, Sorting, CS2007, cs 2007, CS2007 Themes, CS 2007 Themes, Sorting Forums
-
If you look in the file <root>/Themes/default/Forums/grouplist.aspx, you'll see the following control at the bottom of the page: < CSControl : SiteStatisticsData runat ="server" LinkTo ="NewestUserProfile" Property ="NewestUser" Tag ="B" /> . This...