Starting with CS2008 telligent introduced the ContentFragementList as well as several out of the box widgets. This is pretty much old news, but I thought it would be good to cover a very basic scenario... User story: An admin of a site wants the ability
Read More...
Telligent has a Windows Service job which can be run to offload some of the Tasks / Job processing from your web server... The most common configuration is to use the task server for running the Enterprise Search Indexing jobs, although you could use
Read More...
Attachment(s): Telligent.Tasks.CommunityServer.zip
From time to time I find myself pulling down a live Community Server database for testing. When the database also has a remote membership system it can be very time consuming to try to download and configure both a CS database and a Membership system
Read More...
Attachment(s): Generate Local Membership.SQL
CS Rest Endpoints return XML, but JSON is much cooler for working with the data in javascript, you can get the results back in JSON and actually iterate through collections and such... To convert the data to JSON, in leu of server calls to do this, Thomas
Read More...
With the release of CS2008, we have released the REST webservice code for the first time... This webservice has a client API which is used by the server, and actually is in the bin folder of your CS site... CommunityServer.WebServices.dll. Referencing
Read More...
Attachment(s): DanBartels.CS.REST_5.0.30430.zip