Archive for the ‘Community Server’ Category

Tuesday September 19, 2006 01:58

CS:Editor ViewState

Posted by rousso as Community Server

Quick Tip: CommunityServer 2.1 uses TinyMCE as a rich text editor. They use what appears to be a wrapper to TinyMCE: CommunityServer.Controls.Editor. As I am developing an application on top of CS 2.1 I am using the same rich text editor and...

Saturday August 6, 2005 02:35

MetaBlogAPI for CS 1.1

Posted by rousso as Community Server

I wanted to test w.Bloggar and BlogJet today for posting in a CS 1.1 blog. MetaBlogAPI comes as a separate download from CS 1.1 so I tried to find and get it. Believe me I had a real hard time! After an hour or so of googling around for it, a friend...

Friday August 5, 2005 02:23

CS default language problems

Posted by rousso as Community Server

I run into an issue today regarding Community Server 1.1 (CS 1.1). I changed the default language in communityServer.config from en-US to el-GR, only to get a runtime error. The change: <Core defaultLanguage="el-GR" … > The...