Browse by Tags

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: 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: 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: 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: 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: 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 - 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: 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: Forum Subscription Type

    I'm seeing something unusual in our cs_TrackedSections table. I've noticed that some of our users have a record in this table which indicates they've subscribed to a SectionID which pertains to a forum, but their SubscriptionType is 1 (instead of 3). How is it possible for a user to achieve...
  • Forum Post: redirect CS 2.1 root forum urls to CS 2008.5 forum urls.

    We're getting ready to roll out an upgrade from CS 2.1 to CS 2008.5 SP1 in our production environment. In testing we've realized that Forum home page urls do not automatically redirect from the 2.1 versions to the 2008.5 versions. For instance http://www.etcconnect.com/Community/forums/15/ShowForum...
  • Forum Post: Re: forum, Question v.s. Discussion

    If you;re loooking to do this on a specific forum, the option is under Forum Administration for that Forum, on the Basic page right under the types of thread to allow:
  • Forum Post: User Logs

    As part of our security meeting for implementing Community Server, the topic came up of tracking people and what they post on the forums as well as on the CuteChat functionality. This is to help mitigate liability in case of any litigation or official invetigations that might occur. Are there any...
  • Forum Post: Polls on homepage - best practice

    Hi all, I like the idea of having polls on the homepage of my community, preferably in the sidebar. To di this, I'd obviously have to change the CSS so that the poll is "skinny" enough to fit into a sidebar box. Doing this makes polls attached to forums look a bit... weird! ...
  • Forum Post: Re: Navigating away from an editing page

    Alex Crome To resolve this issue, you need to add a CSControl:PageNavigationConfirmation control to the /themes/hawaii/forums/CreateEditPost.aspx page - have a look at the control documentation or the /themes/hawaii/wiki/pageedit.aspx page for more details on how to use this control. Thanks for that...
  • Forum Post: Question on reading replies to forum posts

    Hi, I have a question with respect to this forum and the replies posted in the forum. I see some one replied to a post, but cannot find a link to reply or do not see the reply inline. How can I read the reply posted by some one else? Thanks.
  • Forum Post: What Am I Missing? - Moderate ForumPost via C# and API

    I like to consider myself fairly handy, but the Forums API has me stumped as to how to moderate a post. Say that the forum id is 1 and the post id is 2 and ForumsService.GetModeratedPosts(1) returns, as expected a PagedList of ForumPosts... then what... I tried setting IsPublished = true and...