20 new (and free) Community Server Modules

This post has 120 Replies | 32 Followers

Scott Watermasysk
Top 25 Contributor
Posts 2,225
Points 44,365
CS Developers
By: Scott Watermasysk
Posted: Wed, Jan 25 2006 9:46 AM

You can use these modules to do all types of cool and interesting things with Community Server, for example: LightBox, Calendar, translation, Wikipedia tools, Digg tools, and more!

I just posted this to the FileGallery, but wanted to make sure everyone saw it. Smile [:)]

Over the past weekend (Jan 20-22) we ran a small contest to see who could create the best CSModule. When all was said and done, we received about 20 submissions.

The download contains all of these submissions pre-compiled for easy deployment. In the coming weeks we hope each of the developers will release his or her source code. Further, we hope these modules will provide you with some insight on how to write your own CSModules.

While the modules are not supported, we would love hear what you liked about them. The plan is to have a couple more of these contests (public and private) in the coming months, so stay tuned! Most of these modules were written in the 30 minutes to two hour time range and provide a quick glimpse into how you can add a lot of value to your own site, without the need to alter the CS source code.

A full list of modules created for this contest can be found here.

-Scott

 
  • Post Points: 335 |
Kingsley Tagbo
Top 50 Contributor
Posts 399
Points 5,790
By: Kingsley Tagbo
Posted: Wed, Jan 25 2006 9:57 AM In reply to

Scott:

I think that this is one of the coolest things that has ever happened to Community Server.

Now we can have our own component world as in www.snowcovered.com

 

Leadership Findings
 
  • Post Points: 5 |
techSage
Top 50 Contributor
Posts 321
Points 2,255
By: techSage
Posted: Wed, Jan 25 2006 11:17 AM In reply to

These are great modules - I'm sure many will find them very useful.  The Calendar module is genius.

The link to the LightBoxGallery is not working - it prompts for a login to create a new topic I believe.

Thanks to all who contributed for making these available.

 
  • Post Points: 5 |
Leslie Hewitt
Top 500 Contributor
Posts 95
Points 1,085
By: Leslie Hewitt
Posted: Wed, Jan 25 2006 11:54 AM In reply to
The silly translator sounds like fun.... but wait a minute, surely what we really need (for some forums I visit) is a reverse silly dialect translator. Imagine being able to read all that stuff in plain english!
 
  • Post Points: 20 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Wed, Jan 25 2006 2:08 PM In reply to

These modules look absolutely great - well done - its going to make the b2 to b3 a real upgrade rather than just the bug fix release Wink [;)] which is what I was expecting.

One question, I want to pick and chose which modules are active on my forum and the link tells me to go to

http://developer.communityserver.org/default.aspx/CS.FirstCSModuleContent

for details. I went there and found lots of info but no details of how to sswitch them on and off individually?

 

Cheers

chris

 
  • Post Points: 20 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Wed, Jan 25 2006 4:45 PM In reply to

Thought I'd installed these all ok but I get this error?

Exception Details: System.Exception: DanBartels.CS.Calendar.CalendarLink, DanBartels.CS.Calendar does not exist

I've worked through both merge files, so what have I missed?

Cheers

chris

 
  • Post Points: 35 |
J-O Eriksson
Top 25 Contributor
Posts 1,127
Points 34,945
MVPs
By: J-O Eriksson
Posted: Wed, Jan 25 2006 7:48 PM In reply to
netsmithUK wrote:

Thought I'd installed these all ok but I get this error?

Exception Details: System.Exception: DanBartels.CS.Calendar.CalendarLink, DanBartels.CS.Calendar does not exist

Had the same problem. You need to have DanBartels.CS.Calendar.Components.CalendarLink in the Add Name tag in web.config instead.

J-O

J-O Eriksson's blog
 
  • Post Points: 20 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Thu, Jan 26 2006 4:17 AM In reply to

Do you mean communityserver.config?

So the line becomes

<add name = "CalendarLinkModule" type = "DanBartels.CS.Calendar.Components.CalendarLink, DanBartels.CS.Calendar" />

 

 
  • Post Points: 20 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Thu, Jan 26 2006 7:45 AM In reply to

how do i switch the other modules on and off individually?

The Calander feature is just fantastic!

 
  • Post Points: 5 |
jbrunken
Top 500 Contributor
Posts 82
Points 1,320
By: jbrunken
Posted: Thu, Jan 26 2006 8:55 AM In reply to

Are these modules for 1.1 or 2 beta?

I know that Teligent has an add-on section in the file area, but it would be nice if they (or someone) put together something to categorize custom modules by CS version as well as category.  This will become more and more useful as more custom modules become available.

Anyway, kudo's to all involved.  Stuff like this is just awesome.

Jason Brunken President - Cedar Rapids INETA http://www.crineta.org/
 
  • Post Points: 35 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Thu, Jan 26 2006 8:57 AM In reply to
As far as I know these are for CS2.0 only (probably Beta 3 and above)
 
  • Post Points: 5 |
DanBartels
Top 25 Contributor
Posts 1,154
Points 69,760
CS Developers
By: DanBartels
Posted: Thu, Jan 26 2006 8:59 AM In reply to

We built these to work with the new Community Server 2.0 beta 3 release...

Dan

 
  • Post Points: 5 |
jalexander
Top 500 Contributor
Posts 95
Points 1,870
CS Developers
By: jalexander
Posted: Thu, Jan 26 2006 12:06 PM In reply to

Hey guys,

 

I've updated the contest wiki page (http://developer.communityserver.org/default.aspx/CS.FirstCSModuleContent) to provide more details and make it a bit more standalone.

Also, at the very bottom, I've included installation instructions at the bottom, and built out a new wiki page (http://developer.communityserver.org/default.aspx/CS.HowToInstallCSModules) on how to install CSModules generally.

Hopefully that helps!

Personal Site: http://JasonA.net »Telligent Systems Exceptional service. Predictable results. http://www.telligent.com
 
  • Post Points: 35 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Thu, Jan 26 2006 1:12 PM In reply to

Thanks, I've added the following

<add name = "LinkLoveModule" type="CommunityServer.Team.ModuleContest.LinkLoveModule, ModuleContest" />

<add name = "WebServicesModule" type="CommunityServer.Team.ModuleContest.WebServicesModule, ModuleContest" />

<add name = "CountdownModule" type="CommunityServer.Team.ModuleContest.CountdownModule, ModuleContest" />

<add name = "AutoMediaModule" type="CommunityServer.Team.ModuleContest.AutoMediaModule, ModuleContest" />

LinkLove seems to work OK, with links appearing in new windows - thats great, you wouldn't believe how much grief thats going to save me. But I'm a bit unsure about the extra parameters you mention. Where do i put them?

Coundown module , I copied the example exactly and pasted it into a post but it rendered it exactly as i posted it?

[countdown:2/17/06:Only _value_ days until the final release of CS 2.0:CS 2.0 is finally here!]

I'm off to test the other two now - will let you know how it goes.

Chris

 
  • Post Points: 35 |
netsmithUK
Top 100 Contributor
Posts 193
Points 3,185
By: netsmithUK
Posted: Thu, Jan 26 2006 1:26 PM In reply to

Does the webservices module only work with Blogs?

I just tried in the forums, after getting my google key and adding

<add name="WebServicesModule" type="CommunityServer.Team.ModuleContest.WebServicesModule, ModuleContest" GoogleMapsAPIKey="ABQIAAAA84i2Y_Nu1WT7BLV5ZwaJ0hT9yljmD6YKgw2Dfyd9xHMN8ecL6xTDO_FsLihgF0wTOi05m83dAF7PMg" AmazonAPIKey="127KX64HX2WCBH39FA02" AmazonAssociateID="kevinharderco-20" />

I then copied and pasted your example exactly into a post in my forum but nothing appeared. Not the map or the line of text which was meant to produce it.

Chris

 
  • Post Points: 20 |
Page 1 of 9 (121 items) 1 2 3 4 5 Next > ... Last » | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com