humanmade/MEXP-Resource-Space

Name: MEXP-Resource-Space

Owner: Human Made

Description: WordPress Media Explorer ResourceSpace extension

Created: 2015-06-23 15:15:34.0

Updated: 2017-11-02 11:42:12.0

Pushed: 2016-06-13 18:03:28.0

Homepage: null

Size: 52

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MEXP-Resource-Space

WordPress Media Explorer ResourceSpace extension

Setup

You must define the following settings. It is reccommended that this is added to your wp-config.php file.

ne( 'PJ_RESOURCE_SPACE_DOMAIN', '' );
ne( 'PJ_RESOURCE_SPACE_KEY',    '' );

Additionally, if your resourcespace install is behind basic auth, add the following.

ne( 'PJ_RESOURCE_SPACE_AUTHL',  '' );
ne( 'PJ_RESOURCE_SPACE_AUTHP',  '' );

Further (optional) settings

umber of results to fetch for each page. Default is 20.
ne( 'PJ_RESOURCE_SPACE_RESULTS_PER_PAGE', 20 );

Grant access by user role

The plugin uses the insert_from_resourcespace capability. This is granted to administrators and editors by default.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.