This is an old revision of the document!
Table of Contents
ImageShack Plugin
Compatible with DokuWiki
2009-12-25+
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
This plugin adds a new link into the MediaManager's left side pane. When clicked it opens an upload form in the right side pane. User can upload images to https://imageshack.us there, regardless of their upload permissions in the local wiki. Files uploaded during the current session are displayed similar to the ones you'd upload directly to DokuWiki and can be clicked to insert just like regular uploads.
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Caveats
- The upload is handled server side, so the image is temporarily uploaded to the DokuWiki server and then transferred to ImageShack - so all your local upload size limits apply.
- Even though the uploader works without JavaScript, the link to activate it is currently inserted via JavaScript only due to some limitations in the Plugin API