Tagged Content List
View more results: All Community | Developer Space
  • Forum Thread: CSModule Events?

    Hi Hope anyone can help me on this little problem that I got, I want to catch the PostID, when a new forum post is created. Is that possible with the CSModule Events ? I tryed : PreSectionUpdate, but that only triggers when a new forum is made, and not a new Post is made in a forum. cheers...
  • Forum Thread: Custom CSModule Not Found

    Hope someone can shed some light here... We developed a CSModule in VS2005 using VB.net. We've followed the steps as outlined in the various documents and posts, but when we try actually use the CSModule, we're getting this error in our Event Log: A CSModule (AOTAUpdateNewUsers) could not...
  • Wiki Page: Event Based Modules

    Telligent's platform raises a number of events that developers can plug into to extend behaviors or alter content. An example, would be connecting to the event raised when content is posted to validate that the content is not SPAM. These event based extensibility modules are also referenced as CS...
  • Wiki Page: Group Events

    This article lists the CSModule group events. These can all be found on the CommunityServer.Components.GroupEvents class, and should be subscribed to in the Init method of a CSModule Group BeforeAddGroup AfterAddGroup BeforeUpdateGroup AfterUpdateGroup BeforeDeleteGroup AfterDeleteGroup...
  • Wiki Page: CSApplication Events

    CSApplication events can be used for forum, blog and file gallery objects, as well as some other general objects. This article describes the CSApplictions events. In this Article Configuration Friendship Messages Misc Post PostAttachments Search Section User UserFiles UserInvitation UserProfile ...
  • Wiki Page: CSApplication event tips and tricks

    This article provides you with some CSApplication development tips and tricks In this Article Wiring Up to CS Application EventsEvents PreObject or PostObject updates Event object states ApplicationType Wiring Up to CS Application EventsEvents CSApplication Events can be found on the CSApplication...
  • Wiki Page: Group event tips and tricks

    The following developer tips and tricks for using group events in CSModules are in addition to the General CSModule tips and tricks . Wiring Up to Group Events Group events are found in the CommunityServer.Components.GroupEvents class, and can be wired up in the Init method of your CSModule , as...
  • Wiki Page: Wiki events tips and tricks

    This article contains wiki events developer tips and tricks. For general documentation on handling events, see Event Based Modules In this Article Wire up to wiki events Before and After Events Render events Wire up to wiki events Wiki Events can be found in the CommunityServer.Wikis.Components...
  • Media: New Group Random Avatar

    The New Group Random Avatar CSModule assigns a Group a random avatar from the Group Selectable Avatars store whenever a new Group is created. (Note, this avatar can still be changed by a group owner at a later date.) Installation Install the core AlexCrome.Evoution package Ensure your the...
  • Media: Notify on User Create

    The Notify on User Create module sends an email out to the specified email addresses when a new user joins a Telligent Evolution Platform community Installation Install the core AlexCrome.Evoution package Ensure your the communityserver_override.config file contains the following <Override...
  • Media: New User Avatar

    The New User Random Avatar module assigns new members a random avatar from the Selectable Avatar store when they first join a Telligent Evolution Platform Community. (Note, users can still change their avatar at a later date) . Installation Install the core AlexCrome.Evoution package Ensure...
  • Media: Search Engine Ping

    The Search Engine Ping module pings the specified Search Engine urls (by default Google, Yahoo, Bing and Ask) when new content is added to a Telligent Evolution Platform community to let them know new content has been posted to your community Installation Install the core AlexCrome.Evoution...