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...
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...
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...
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...