Plugin/Application development

Former Member
Former Member

I downloaded some .Net code to implement a Plugin/Application from https://community.telligent.com/community/11/w/developer-training/65100/creating-custom-applications-and-content
I have compiled the application and copied the DLL to the bin directory of my Telligent Community, but the Application doesn't show up in the "Add Application" section of the Administration interface. Am I missing something?

Parents
No Data
Reply Children
  • I was going to suggest reviewing the developer training for creating custom applications, and I noticed this code is that document's attached sample. This is a great starting place. Just to note, while this example doesn't implement all the items that an application can (and should), it should still already be functional. It won't support being managed within a group (via group > applications > add application), but you can still enable the application site-wide in Administration > Applications and then add the widget to a page to call the APIs the application exposes.

    As for other functionality, it's a matter of picking and choosing what kind of functionality you'd like to expose with the application.

    If you can share a bit on what you'd like to do, I can hopefully point you to some specifics.