1

I am trying to create a plugin for Screwturn Wiki. I have the test code running but I don't know how to start the plugins as well.

Thanks in advance for the help.

Michael Paulukonis
  • 9,020
  • 5
  • 48
  • 68
Leah Smith
  • 87
  • 2
  • 8

1 Answers1

1

You need to compile the plugin to a .dll, and then install the .dll plugin via the Wiki-admin panel.

The plugin can have a URL that points to the most recent version, and Screwturn can check this, but there are time-delays involved, and I've found it just easier to manually upgrade each time.

Michael Paulukonis
  • 9,020
  • 5
  • 48
  • 68
  • I hope we can come up with a better answer for this; I haven't worked on STW plugin dev since I commented on this. Am returning.... – Michael Paulukonis Sep 13 '13 at 18:23
  • Which DLL should I install? The one named after the plugin? I'm trying to install the Active Directory plugin, but whenever I attempt to load the DLL through the admin panel it says "0 providers loaded". What am I doing wrong? – taylorsabell Jul 28 '17 at 21:11