Difference between revisions of "SUNScholar/Request a Copy/4.X"

From Libopedia
Jump to navigation Jump to search
(Created page with " Edit the dspace.cfg file and modify the "request item" settings. See example below. <pre> #---------------------------------------------------------------# #----------------R...")
 
m
Line 1: Line 1:
 +
<center>
 +
'''[[SUNScholar/Request_a_Copy|Back to Request a Copy]]'''
  
 +
</center>
 
Edit the dspace.cfg file and modify the "request item" settings. See example below.
 
Edit the dspace.cfg file and modify the "request item" settings. See example below.
 
<pre>
 
<pre>

Revision as of 11:00, 4 September 2014

Back to Request a Copy

Edit the dspace.cfg file and modify the "request item" settings. See example below.

#---------------------------------------------------------------#
#----------------REQUEST ITEM CONFIGURATION---------------------#
#---------------------------------------------------------------#

# Configuration of request-item. Possible values:
# all - Anonymous users can request an item
# logged - Login is mandatory to request an item
# empty/commented out - request-copy not allowed
request.item.type = all
# Helpdesk E-mail
mail.helpdesk = scholar@sun.ac.za

#------------END REQUEST ITEM CONFIGURATION---------------------#