Browse by Tags

Tagged Content List
  • Wiki Page: Getting Started: hello world widget

    A basic widget is very easy to implement. Create a new class library project in Visual Studio and add a reference to CommunityServer.Components.dll , Telligent.DynamicConfiguration.dll , and System.Web.dll . In this Article Creating the Widget Information Class Creating the Content of the Widget in...
  • Wiki Page: Getting Started: Create a Twitter widget

    This document explains how create a simple widget that displays a list of recent tweets from Twitter and the steps involved can be used to create other types of widgets as well. Complete source code is provided, and you may wish to download and open it before beginning. The code can be compiled as-is...
  • Wiki Page: Sample: ASP.NET MVC search site example

    The RestSearchMVCWebExample project included in the Platform SDK 5.5 Preview 1 was created to provide a reference application for working with the new search endpoint for the Telligent Evolution platform's REST v2 Web services . The Web application is a simple ASP.NET MVC site that offers a search...
  • Wiki Page: Sample: Track Term Search widgets

    The Track Term Search Widgets included in the Telligent Evolution Platform SDK 5.5 Preview 1 were developed as reference applications for the new Search endpoint for the Platform APIs . Both of these widgets provide the same functionality in different implementations to allow the end user to monitor...
  • Wiki Page: Sample: Answered Threads Widget

    The Answered Threads Widget included in the Telligent Evolution Platform SDK 5.5 was developed as reference applications for the new ForumThreads endpoint for the Platform API . The widget allows the end user to view threads that have recently been marked as answered. The widget is implemented using...
  • Wiki Page: Sample: Group Sitemap Build

    The GroupSitemapBuild project. included in version 5.5 of the Telligent Evolution Platform SDK , was developed as a reference application for the Groups endpoint of the Platform APIs. It is a console application that builds an XML sitemap for a Telligent Evolution platform site showing the groups, subgroups...
  • Wiki Page: Sample: CommentService sample application

    NEW in Telligent Evolution Platform SDK 5.5.1 . The CommentService sample application is a simple ASP.NET MVC 1.0 application that demonstrates providing comment functionality to third-party web sites in a SaaS (Software as a Service) manner, similar to Disqus . The sample application uses a Telligent...
  • Wiki Page: Sample: Mobile Dashboard (Android)

    New in Telligent Evolution Platform SDK 5.5.1 . The Telligent Mobile Dashboard sample Android application included in version 5.5.1 of the Telligent Evolution Platform SDK was developed as a reference application for using many of the Platform APIs , including the new conversations/conversation messages...
  • Wiki Page: Sample: Platform API Debug Console

    Changed in Telligent Evolution Platform SDK 5.5.1 . The REST Debug Console can be used to test the Platform API endpoints . This document provides detailed instructions for installation, using the REST console, and requesting settings remembered. In this Article Installation Using the REST Console...
  • Wiki Page: Sample: New group random avatar

    The New Group Random Avatar module is a sample CSModule . The source is included in the /Telligent.Evolution.Samples/Modules/NewGroupRandomAvatar.cs file of the Telligent Evolution Platform Software Development Kit . The New Group Random Avatar CSModule assigns a group a random avatar from the...
  • Wiki Page: Sample: Widget that redirects anonymous users

    You can create a simple custom widget that redirects anonymous users to the welcome.aspx page and place this widget on your home page to control these users' experience. Create the AnonymousRedirect widget class Create the AnonymousRedirect widget user control Deploy the updated...