Tagged Content List
  • Forum Post: Request: Allow split when renaming tags

    In /ControlPanel/Moderation/Tags.aspx, I see lots of tags that need to be split up. It would be nice if when I renamed them, I could just enter commas and have the tag split appropriately.
  • Forum Post: Site Wide Forums and Groups

    I'm looking at implementing a large number of groups (30 or so) each with their own forums. I'd like each of these forums to exist in their individual groups but to also be pulled up to the main site forums. This way users would see the posts for 'spongebob' whether they're in the...
  • Forum Post: Forum permissions

    Now that I have upgraded to 2008, it seems as though the forum permissions that I had no longer apply. On the control panel everything looks ok, but now any registered user seems to have full access to the forums. Do permissioners created in 2007 carry over to 2008? How can I fix this>
  • Forum Post: Forum Moderation History - see all?

    I understand that the forum moderation history button shows me the history of an individual post - How can I access a log of all Moderation activity? I'm looking for an Administration Interface that would list all posts that have been approved and can be filtered by date as well as sorted. Does...
  • Forum Post: Edited forum postings don't go through moderation = can of worms

    Forum postings that are allowed to be edited by their authors do not go through the moderation process. 1. If moderation of a forum is enable, and a user posts a message to this forum, the message must go through moderation process. 2. The moderator can approve the submission through forum moderation...
  • Forum Post: Subject line missing in "Reply"

    The subject line is now auspiciously missing in "Reply". However, it is still present in "Quick Reply". Can this be remedied? We just moved to CS2008 and our users are complaining. Jason
  • Forum Post: Re: Editing a post with a Poll in removes Poll

    I have noticed the same issue.
  • Forum Post: forum and user moderation

    I've tried a few combinations of "User Moderation" and "Forum Moderation", and come to the conclusion that no posts are moderated unless they are posted by Moderated Users against Moderated forums. (This is assuming that i'm not allowing anonymous posts). However, what...
  • Forum Post: Forum Thread ViewCount Via API

    I am wondering if there is a way to get the view count for a thread in a forum using the REST API? Does this functionality even exist anymore? From looking through previous forums posts here it looks like it used to exist.
  • Forum Post: Inconsistent behavior of forum hierarchies

    We are trying to create a multilevel forum hierarchy. Since Forum Groups can't be nested we need to have Forum Groups at the top levels, and then Forums and Subforums at the next levels. But the behavior is consistent between Forum Groups and Forums that parent Subforums. This is particularly noteworth...
  • Forum Post: Group activity not appearing in front page activity stream.

    Hi All, I'm having an issue where activity (forum / bog posts) aren't appearing in the activity stream on the homepage. has anyone else noticed this? I'm running 2008 SP1. Thanks, Niki
  • Forum Post: Having trouble with forumPostList SortOrder - Newest to Oldest?

    I want to sort my Forum posts from Newest to Oldest but I'm having trouble doing so. I've made multiple configurations to the thread-flatview.ascx and maybe that has muddled it. I've tried several different methods but nothing seems to work. Can someone explain in detail how this works...
  • Forum Post: Search BUG using keywords using API

    I am having a problem getting any results back when doing a search on the forums using keywords. Here is the code I am using: IndexPostQuery query = new IndexPostQuery(); query.ApplicationTypes = new ApplicationType[] { ApplicationType.Forum }; query.SectionsIds = new int[] { ConfigCommunityServer...
  • Forum Post: Re: Forum Group > Forum > Sub Forum - Hide "write new post" button in forum

    cpaul Well, its not supported within the control panel, but except for a few bugs I had to fix in the SDK, the queries and database do support sub groups. Umm, which exactly is 'its' in this context? What I would like is to have the "Write New Post" button produce a list of...
  • Forum Post: Just what do these options mean?

    What do the "Sort by" options really mean: Most Active = as measured how? Is it the most replies over all time, or is there some algorithm? Unanswered = what is the secondary sort key; is it unanswered, and then most recent, or what? Is there a Control Panel to make this not appear...
  • Forum Post: Re: Just what do these options mean?

    afscrome Most active is ordered by the latest post. - If you have three topics, one with the latest post made at 10am today, another thread with latest reply at 11am today and another one with last reply at 9am today. The topic with teh 11am reply would be top, followed by 10am, followed by 9am. ...
  • Forum Post: Moving a quarter-million posts

    In moving to CS2008 from our old system we would like to combine some archival forums. This means moving ~250,000 posts to a different forum. Would rather not do this one at a time, but would like to preserve all the posts state. I've seen some long sequences of SQL updates to do this for moving...
  • Forum Post: Poll: Current Score/Status graphic doesn't show on home page.

    Hey Guys, I am displaying a poll on my home page and all works well using: <div class="CommonContentBox Highlighted2"> <CSForum:ThreadList runat ="server"> <QueryOverrides SectionID="53" PageSize="1" /> <ItemTemplate> <CSForum...
  • Forum Post: Re: Forum Digets: Did that make it in 2008?

    We did this on our own for 2007 but will port to 2008 later this year. We essentially had to create a new table to store Digest subscription. That means modifying some UI. Then, we queried the forums that the user has subscriptions to and get the daily posts there. From there, we used CS's email...
  • Forum Post: forums "more" button

    I've tried to click the "More" button on individual forum posts on this site and it seems that nothing happens, except a little dot appears. I've tried in IE8 beta2 and Firefox 3. The thread where I witnessed this behavior is here: http://dev.communityserver.com/forums/p/502508...
  • Forum Post: Page Not Found resulting from postbacks

    User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0. Path: /cs/Forums/createeditpost.aspx?ForumID=3 as HTTP POST Referrer: /cs/Forums/AddPost.aspx?ForumID=3 Message: The file '/cs/Forums/createeditpost.aspx' does not exist. System.Web.HttpException: The file '/cs/Forums...
  • Forum Post: Forums - Layout

    Can anyone tell me how to get the classic look to the forums of boxes/tables and number of posts in each forum rather that the random look that they have now?
  • Forum Post: URL Rewrite in Forums

    Hello. I have been using CS for years now - well not actually using on live sites but in my own private servers for testing purposes and evaluation. Recently I decided to get one into live site. I have already done everything ready to go public except one thing I'd like to have before that. ...
  • Forum Post: Re: Merging tags in Community Server!

    kostis standard problem with tags is that if you leave to the consumers of the site, then you get a very inconsistent approach. e.g. you didnt tag up your original question at all, whilst i included "Moderation", "tags", "changing" as tags in my reply. But that means...
  • Forum Post: Re: Best way to display forums, blogs etc on my "frontpage"

    Ok Thanks Casey That took care of my main question Could I ask you to elaborate alittle on How you did this, how call upon thoose CS classes? Should i copy them into my main appl? needless to say, Im no superprogrammer