Browse by Tags

06 November 2006
How to create a WeblogThemedControl
Want to create a Community Server control that adapts to your blog's theme/skin? Community Server (CS) contains a class named WeblogThemedControl, which is used for many of the built in blog controls in CS. One of the features of the WeblogThemedControl is that it has a corresponding .ASCX file usually... Read More...
30 October 2006
The Secrets of CSModules
Whether you are a developer, or a Community Server admin that haven't got much experience of .NET Development, I believe you should benefit from this article. This article gives you an overview of what CSModules are, how can you benefit from them, and also a collection of resources to find out more,... Read More...
13 September 2006
Setting up the SDK in VS 2005
Dave mentioned this in his Monday daily news post , but I thought it was worth repeating and also correcting Dave's statement a bit. In the daily news it says Dave Stokes released a document detailing the installation of Community Server 2.1. It's actually more than that. He describes how to set up CS... Read More...
10 August 2006
Separating moderation on a forum level
Did you ever want to have different moderators for different forums in Community Server ? It is possible, but not very straight forward as checking a check-box.....yet anyway. During the last couple of days, I followed part of a thread at CS.org, where Dave Burke tried to help out in a question like... Read More...
16 July 2006
CS2: Modifying José Lemas modifications of videos.aspx
In June I talked about having a videogallery in Community Server . I referenced an article by José Lema where he talks about the videos.aspx and how to modify that file to get a more Google-like videgallery. Today I implemented a videolibrary on my Community Server Sweden site . But since the... Read More...