Plugin list

From ResourceSpace Documentation Wiki

Jump to: navigation, search

Getting Plugins

1. Custom plugins can be uploaded as .rsp file through Team Center->Manage Plugins. Some plugins can be found at the plugin repository at [1] The plugins folder must be writable by the web server.

2. Some development plugins are hosted in the resourcespace-plugins repository ([2]), and can be checked out via svn:

 cd to your plugins directory
 svn co http://svn.montala.net/svn/resourcespace-plugins/pluginname

3. Many Plugins are now included in the default ResourceSpace installation:

  • annotate - enables in-browser annotations on preview images
  • api_alt_file - allows API access to alternative files (requires api_core)
  • api_core - enables API keys and accessible api plugin information to be accessed through the change_password page (clicking on the username in the upper right). Requires $enable_remote_apis = true; and a unique $api_scramble_key
  • api_search - allows API access to search ResourceSpace (requires api_core)
  • api_upload - allows API access to upload new resources (requires api_core)
  • blackspace - a rounded, flat black/grey theme
  • bluespace - a rounded blue theme
  • colorthemer - enables creation of custom color themes/gfx
  • discount_code -
  • embedvideo - enables embed codes in the View page, so they can be pasted into external applications
  • flickr_theme_publish
  • magictouch - enables integration with the Magictouch Zoom service. [3]
  • pdf_split - enables splitting of PDF files
  • refineresults - enables drill-down results in search view
  • remotedownload -
  • resourceoftheday -
  • rss2 - authenticated RSS feeds for recent results or custom searches. Requires $enable_remote_apis = true; and a unique $api_scramble_key
  • transform - an in-browser cropping tool for creation of alternative files.
  • video_splice -
  • whitespace - a rounded white theme


You can also activate plugins via config.php:

$plugins=array("refineresults","rss");

The names specified in the config file must match the folder names in the 'plugins' folder.

Name Description Min. RS Version Required Author Download
Messaging Creates a personal mailbox to send messages between ResourceSpace users. 1.4 Camillo Ferraris Download
Loader Shows a "loader" icon while loading the page. 1.4 Camillo Ferraris Download
Google Display (BETA) Displays results in a Google like list. 1.4 Camillo Ferraris Download
SOAP Web Services API (ALPHA) Simple Web Services API for ResourceSpace. Requires PHP SOAP module.

Contains PHP test client. Tested with VisualStudio2005: simply add a web reference to .WSDL file. Updated: 1st September 2008

1.4 Camillo Ferraris Download
RS-Gallery An add-on that allows for an unauthenticated public gallery to display public collections. Documentation 2.1? Matthew Keller Download
Picasa - experimental Enable a direct upload button to ResourceSpace from Google's Picasa desktop image management program. Documentation - WebSVN svn David Dwiggins Subversion install


Optional Messaging userlist mod: Will force a smaller sans-serif typeface without underlining, and with an optional window site title:getuserlist.php Place in plugins/messaging/pages.

Some nice open source icons that can be used as alternative icons with the messaging plug-in: famfamfam silk icons

Personal tools