openSourceC.org
Open source C/C++/C# site dedicated to the .NET platform
All Tags » cs2007 (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • CS2007: What features would you like to see in the Event Calendar control?

    Ok, I just created the forum thread, What features would you like to see in the Event Calendar control? I'd like everyone to chime in here. Most of the requests will most likely only be possible in the commercial version of the control, but if I can add a feature rather easily to the free version...
    Posted to CS Nuggets by Bill Bosacker on Tue, Jun 12 2007
    Filed under: Filed under: ,
  • CS2007: Temporary Bug Fix for Forum Posts

    UPDATE 06/12/2007: Telligent has released SP2 for CS 2007 which contains this fix. There is a bug in CS 2007 where many of the properties of a forum post are not set prior to executing the post events. If you are using the SDK, you can make the following changes yourself to correct the issue until Telligent...
    Posted to CS Nuggets by Bill Bosacker on Thu, Jun 7 2007
    Filed under: Filed under: ,
  • CS2007: API Bug & Calendar Update

    UPDATE 06/12/2007: Telligent has released SP2 for CS 2007 which contains this fix. UPDATE 06/07/2007: Read CS2007: Temporary Bug Fix for Forum Posts . A bug in the CS 2007 API was discovered tonight. When saving an edited forum post, incorrect information is passed to addon modules which makes it impossible...
    Posted to CS Nuggets by Bill Bosacker on Tue, Jun 5 2007
    Filed under: Filed under: ,
  • CS2007: Event Calendar Features

    UPDATE 06/05/2007 : Added support for tags in the form of , added the change to the resources.xml file that was left out, and changed the formatting of dates to require MM/DD/YYYY . Leading zeros are no longer optional. To use this control, you will need to place the following register line at the top...
    Posted to CS Nuggets by Bill Bosacker on Fri, Jun 1 2007
    Filed under: Filed under: ,
  • CS2007: Event Calendar Released!

    NOTICE: Only registered users are allowed to post and download, so don't forget to register . PACKAGE UPDATED 06/05/2007 21:10 PT: The readme instructions have been updated to list a change to the resources.xml file that was left out. Support for single tags has been added. Dates must now be in the...
    Posted to CS Nuggets by Bill Bosacker on Thu, May 31 2007
    Filed under: Filed under: ,
  • CS2007: Calendar Control status update

    UPDATE: CS2007: Event Calendar Released! and CS2007: Event Calendar Features Since Dan Bartels released a CS 2007 version of his control yesteday, I decided to post a status update. I've been working hard to get the new Chameleon Control finished, and its almost there. I plan on releasing it this...
    Posted to CS Nuggets by Bill Bosacker on Tue, May 29 2007
    Filed under: Filed under: ,
  • CS2007: Calendar Control in test phase

    UPDATE: CS2007: Event Calendar Released! and CS2007: Event Calendar Features Well, as of just a few minutes ago, I finally got the control working. I still need to do some testing and cleanup, but I have enabled it for use on all of my sites. In about 1-2 weeks, I'll release the DLLs for the free...
    Posted to CS Nuggets by Bill Bosacker on Thu, May 17 2007
    Filed under: Filed under: ,
  • CS2007: Teaser: Calendar: COMING SOON!

    UPDATE: CS2007: Event Calendar Released! and CS2007: Event Calendar Features The title says it all. Thanks to Reflector and Dan Bartels' Calendar addon, there will be 2 releases. The first being a CS 2007 version of the control that is backward compatable, and the second being a full fledged system...
    Posted to CS Nuggets by Bill Bosacker on Wed, May 16 2007
    Filed under: Filed under: ,
  • CS2007: BUG & FIX: BBCodes and Emoticons

    This bug is a carry over from CS 2.x which improperly handles BBCodes and Emoticons. You can see this on the communityserver.org site. Every so often you will see a post with smilies that seem out of place, or you may be trying to use BBCodes and they don't quite work properly. This is mostly due...
    Posted to CS Nuggets by Bill Bosacker on Sun, Apr 29 2007
    Filed under: Filed under: ,
  • CS2007: BUG & FIX: Aggregate Post Excerpt Size

    There appears to be a bug with Control Panel / Administration / Blogs / Default Presentation / Aggregate Post Excerpt Size . While you can set this value, it does not appear that it is actually being used. It should limit the size of excerpts in aggregate lists, but it isn't. The following one line...
    Posted to CS Nuggets by Bill Bosacker on Sun, Apr 29 2007
    Filed under: Filed under: ,
  • CS2007: My Blogs

    People who know a lot about Community Server, know that if you want to navigate to your blog you need to go to Blogs / Blogs on this Site / <your blog> . The problem is that most people either don't see or don't think about using the Blogs on the Site link. It is also quite a few things...
    Posted to CS Nuggets by Bill Bosacker on Sun, Apr 29 2007
    Filed under: Filed under: ,
  • CS2007: Add BBCode support to Blogs

    Back in 2006 I noticed that BBCodes weren't supported in blogs, so I created the post New Functionality: BBCodes in Blogs to correct this very serious oversight. The same issue exists in CS 2007, so its time to rectify this egregious shortcoming. To do this you can either install Community Server...
    Posted to CS Nuggets by Bill Bosacker on Wed, Apr 25 2007
    Filed under: Filed under: ,
  • CS2007: Code Snipit: Listing Moderated users

    Well, I wrote the following snipit to help out a friend and thought that I may as well post it here too. This snipit uses a few of the features of Chameleon to create a table of all the users in your database. Unmoderated users will be displayed with a red background as this is only an exercise in the...
    Posted to CS Nuggets by Bill Bosacker on Wed, Apr 25 2007
    Filed under: Filed under: ,
  • CS2007: New Feature: DisableAutomatedVisible

    This new feature requires changes to the SDK and allows you to override the protected AutomatedVisible property of any control that derives from the CommunityServer.Controls.WrappedContentBase class. The AutomatedVisible property is controlled internally by controls with internal rules that control their...
    Posted to CS Nuggets by Bill Bosacker on Sun, Apr 22 2007
    Filed under: Filed under: ,
  • CS2007: BUG: GetSkinPath()

    There appears to be a bug in the method CommunityServer.Components.Globals.GetSkinPath() . If CS is running at the root of the Web Site spaces in the skin filepath name are converted to a + (plus), but if CS is running in a Virtual Directory they are correctly changed to %20 . I noticed this when I created...
    Posted to CS Nuggets by Bill Bosacker on Sat, Apr 21 2007
    Filed under: Filed under: , ,
  • CS2007: Inbox notification feature

    Hey All, I'm just getting started with CS 2007, so I thought I'd pick something rather simple. Even though it is possible to implement this mod without making any changes to the SDK, there is a bug that the last change corrects and does require changing the SDK. The bug is that unread message...
    Posted to CS Nuggets by Bill Bosacker on Thu, Apr 19 2007
    Filed under: Filed under: ,
  • Community Server 2007 Released!

    Well, Telligent kept it promise and released Community Server 2007 today, but not only did they release the fully compiled version they also released the SDK at the exact same time! It looks like I'm going to have a busy night upgrading my source control database and learning the new Chameleon abilities...
    Posted to CS Nuggets by Bill Bosacker on Mon, Apr 16 2007
    Filed under: Filed under: ,
Page 1 of 1 (17 items)
   
Copyright © 2006-2010 WGB Enterprises
Powered by Community Server (Commercial Edition), by Telligent Systems