Bug 23538: (QA follow-up) Group system preferences into one entry
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
1 OPAC:
2     Appearance:
3         -
4             - pref: OPACUserSummary
5               choices:
6                   1: Show
7                   0: "Don't show"
8             - "a summary of a logged in patron's checkouts, overdues, holds and charges on the OPAC start page."
9         -
10             - For search results in the OPAC, show the item's
11             - pref: OPACResultsLibrary
12               choices:
13                   holdingbranch: "current library"
14                   homebranch: "home library"
15             - . Please note that this feature is currently available for MARC21 and UNIMARC.
16         -
17             - Use the
18             - pref: opacthemes
19               choices: opac-templates
20             - theme on the OPAC.
21         -
22             - Use the
23             - pref: OPACFallback
24               choices:
25                   bootstrap: bootstrap
26                   prog: prog
27             - theme as the fallback theme on the OPAC.
28         -
29             - "The OPAC is located at "
30             - pref: OPACBaseURL
31               class: url
32             - . This should be a complete URL, starting with <code>http://</code> or <code>https://</code>. Do not include a trailing slash in the URL. (This must be filled in correctly for RSS, unAPI, and search plugins to work.)
33         -
34             - Show
35             - pref: LibraryName
36               class: long
37             - as the name of the library on the OPAC.
38         -
39             - pref: OpacPublic
40               choices:
41                   1: Enable
42                   0: Disable
43             - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC. "
44             - 'Note: This does not affect the public API, see the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RESTPublicAnonymousRequests">RESTPublicAnonymousRequests</a> to control the API.'
45         -
46             - "Show star-ratings on"
47             - pref: OpacStarRatings
48               choices:
49                   all: "results, details, and patron"
50                   disable: "no"
51                   details: "only details"
52             - "pages."
53         -
54             - pref: OpacMaintenance
55               choices:
56                   1: Show
57                   0: "Don't show"
58             - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs to be upgraded, but unconditionally."
59         -
60             - 'Show the following HTML when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacMaintenance">OpacMaintenance</a> is enabled:'
61             - pref: OpacMaintenanceNotice
62               type: textarea
63               syntax: text/html
64               class: code
65         -
66             - "This description will show in search engine results (160 characters)."
67             - pref: OpacMetaDescription
68               type: textarea
69         -
70             - By default, show bibliographic records
71             - pref: BiblioDefaultView
72               choices:
73                   normal: in simple form.
74                   marc: in their MARC form.
75                   isbd: as specified in the ISBD template.
76         -
77             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
78             - pref: OPACURLOpenInNewWindow
79               choices:
80                   1: do
81                   0: "don't"
82             - open the website in a new window.
83         -
84             - pref: hidelostitems
85               choices:
86                   1: "Don't show"
87                   0: Show
88             - lost items on search and detail pages.
89         -
90             - 'Display lists in the OPAC using XSLT stylesheet at: '
91             - pref: OPACXSLTListsDisplay
92               class: file
93             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
94         -
95             - 'Display OPAC results using XSLT stylesheet at: '
96             - pref: OPACXSLTResultsDisplay
97               class: file
98             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li><li>NOTE: The system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PassItemMarcToXSLT">PassItemMarcToXSLT</a> must be enabled if your custom stylesheet utilizes data in the item fields</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
99         -
100             - 'Display OPAC details using XSLT stylesheet at: '
101             - pref: OPACXSLTDetailsDisplay
102               class: file
103             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default stylesheet</li><li>Put a path to define an xslt file</li><li>Put a URL for an external specific stylesheet.</li></ul>If you have multiple stylesheets for different languages the placeholder {langcode} will be replaced with current interface language.'
104         -
105             - pref: OpacNoItemTypeImages
106               default: 0
107               choices:
108                   1: "Don't show"
109                   0: "Show"
110             - "itemtype icons in the OPAC."
111         -
112             - pref: DisplayOPACiconsXSLT
113               choices:
114                   1: Show
115                   0: "Don't show"
116             - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the OPAC.
117         -
118             - pref: COinSinOPACResults
119               choices:
120                   1: Include
121                   0: "Don't include"
122             - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
123             - "<br/>If you want to display a link to an OpenURL resolver, look at the following system preferences:"
124             - '<br/><a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLResolverURL">OpenURLResolverURL</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACShowOpenURL">OPACShowOpenURL</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACOpenURLItemTypes">OPACOpenURLItemTypes</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLText">OpenURLText</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLImageLocation">OpenURLImageLocation</a>'
125         -
126             - pref: OPACShowUnusedAuthorities
127               choices:
128                   1: Show
129                   0: "Don't show"
130             - unused authorities in the OPAC authority browser.
131         -
132             - pref: OPACShowHoldQueueDetails
133               choices:
134                   none: "Don't show any hold details"
135                   priority: "Show priority level"
136                   holds: "Show holds"
137                   holds_priority: "Show holds and their priority level"
138             - to patrons in the OPAC.
139         -
140             - pref: OPACShowCheckoutName
141               default: 0
142               choices:
143                   1: Show
144                   0: "Don't show"
145             - the name of the patron that has an item checked out on item detail pages on the OPAC.
146         -
147             - Display the
148             - pref: OpacLocationBranchToDisplay
149               choices:
150                   home: "home library"
151                   holding: "holding library"
152                   both: "home and holding libraries"
153             - for items on the OPAC record details page.
154         -
155             - 'Display the shelving location '
156             - pref: OpacLocationOnDetail
157               choices:
158                   home: "below the home library"
159                   holding: "below the holding library"
160                   both: "below both home and holding libraries"
161                   column: "on a separate column"
162             - "for items on the OPAC record details page."
163             - "<br />Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the <a href='/cgi-bin/koha/admin/columns_settings.pl'>configure columns</a> administration page."
164         -
165             - pref: OPACShowMusicalInscripts
166               default: 0
167               choices:
168                 1: Show
169                 0: "Don't show"
170             - musical inscripts on the OPAC record details page.
171         -
172             - pref: OPACPlayMusicalInscripts
173               default: 0,'','If displayed musical inscripts, play midi conversion for items on the OPAC record details page.'
174               choices:
175                 1: Play
176                 0: "Don't play"
177             - MIDI representation of musical inscripts on the OPAC record details page.
178         -
179             - pref: OpacKohaUrl
180               default: 0
181               choices:
182                   1: Show
183                   0: "Don't show"
184             - "'Powered by Koha' text on OPAC footer."
185         -
186             - pref: OpacShowRecentComments
187               default: 0
188               choices:
189                   1: Show
190                   0: "Don't show"
191             - a link to recent comments in the OPAC masthead.
192         -
193             - pref: OpacHighlightedWords
194               choices:
195                   1: Highlight
196                   0: "Don't highlight"
197             - "words the patron searched for in their search results and detail pages. To prevent certain words from ever being highlighted, enter a list of stopwords here:"
198             - pref: NotHighlightedWords
199               class: multi
200             - (separate columns with |).
201         -
202             - Use the image at
203             - pref: OpacFavicon
204               class: url
205             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
206         -
207             - "Include the following JavaScript on all pages in the OPAC:"
208             - pref: OPACUserJS
209               type: textarea
210               syntax: javascript
211               class: code
212         -
213             - Include the additional CSS stylesheet
214             - pref: OpacAdditionalStylesheet
215               class: file
216             - to override specific settings from the default stylesheet (leave blank to disable). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
217         -
218             - Use the CSS stylesheet
219             - pref: opaclayoutstylesheet
220               class: file
221             - on all pages in the OPAC, instead of the default CSS (used when leaving this field blank). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
222         -
223             - "Include the following CSS on all pages in the OPAC:"
224             - pref: OPACUserCSS
225               type: textarea
226               syntax: css
227               class: code
228         -
229             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
230             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
231             - pref: OPACSearchForTitleIn
232               type: textarea
233               syntax: text/html
234               class: code
235         -
236             - 'Include a "Links" column on the "my summary" and "my checkout history" tabs when a patron is logged in to the OPAC, with the following HTML (leave blank to disable):'
237             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
238             - pref: OPACMySummaryHTML
239               type: textarea
240               syntax: text/html
241               class: code
242         -
243             - "Include the following HTML under the facets in OPAC search results:"
244             - pref: OPACResultsSidebar
245               type: textarea
246               syntax: text/html
247               class: code
248         -
249             - pref: OpacAddMastheadLibraryPulldown
250               choices: 
251                   1: Add
252                   0: "Don't add"
253             - a library select pulldown menu on the OPAC masthead.
254         -
255             - 'Display this HTML when no results are found for a search in the OPAC:'
256             - '<br />Note: You can insert placeholders {QUERY_KW} that will be replaced with the keywords of the query.'
257             - pref: OPACNoResultsFound
258               type: textarea
259               syntax: text/html
260               class: code
261         -
262             - 'Display the URI in the 856u field as an image on: '
263             - pref: OPACDisplay856uAsImage
264               choices:
265                   OFF: "neither detail or result pages"
266                   Details: "detail page only"
267                   Results: "result page only"
268                   Both: "both detail and result pages"
269             - '. Note: The corresponding <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACXSLT">OPACXSLT</a> option must be turned on.'
270         -
271             - 'Select export options that should be available from OPAC detail page:'
272             - pref: OpacExportOptions
273               multiple:
274                 bibtex: BibTeX
275                 dc: Dublin Core
276                 marcxml: MARCXML
277                 marc8: MARC-8 encoded MARC
278                 utf8: Unicode/UTF-8 encoded MARC
279                 marcstd: Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields
280                 mods: MODS
281                 ris: RIS
282                 isbd: ISBD
283         -
284             - pref: OpacSeparateHoldings
285               choices:
286                   1: Separate
287                   0: Don't separate
288             - "items display into two tabs, where the first tab contains items whose"
289             - pref: OpacSeparateHoldingsBranch
290               choices:
291                 homebranch: 'home library'
292                 holdingbranch: 'holding library'
293             - "is the logged in patrons's library. The second tab will contain all other items."
294         -
295             - pref: OPACHoldingsDefaultSortField
296               choices:
297                   first_column: First column of the table
298                   homebranch: Home library
299                   holdingbranch: Holding library
300             - "is the default sort field for the holdings table."
301         -
302             - pref: OpacSuggestionManagedBy
303               choices:
304                   1: Show
305                   0: Don't show
306             - "the name of the staff member who managed a suggestion in OPAC."
307         -
308             - Display up to
309             - pref: OpacMaxItemsToDisplay
310               class: integer
311             - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the patron to choose to display all items).
312         -
313             - "Display language selector on "
314             - pref: OpacLangSelectorMode
315               choices:
316                   both: "both top and footer"
317                   top: "top"
318                   footer: "only footer"
319             - "."
320         -
321             - "List the following not for loan statuses as available for reference in OPAC search results:"
322             - pref: Reference_NFL_Statuses
323             - "(Use | as delimiter.)"
324         -
325             - Show no more than
326             - pref: OPACResultsMaxItems
327             - (available) individual items on the OPAC XSLT search results, and show no more than
328             - pref: OPACResultsMaxItemsUnavailable
329             - "(unavailable) individual items for categories like Checked out, Damaged, On Hold, but only when you group them by branch.<br>"
330             - Group unavailable items by
331             - pref: OPACResultsUnavailableGroupingBy
332               choices:
333                   branch: "branch"
334                   substatus: "substatus"
335             - ". (NOTE: For large consortia we recommend to group unavailable items by substatus, listing item counts only.)"
336
337     Features:
338         -
339             - pref: OPACReportProblem
340               choices:
341                   1: Allow
342                   0: "Don't allow"
343             - patrons to submit problem reports for OPAC pages to the library or Koha administrator.
344             - "<br/>"
345             - '<strong>NOTE:</strong> You must have <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a> enabled.'
346         -
347             - pref: opacuserlogin
348               choices:
349                   1: Allow
350                   0: "Don't allow"
351             - patrons to log in to their accounts on the OPAC.
352         -
353             - Show
354             - pref: OpacItemLocation
355               choices:
356                   location: "library, location, and call number"
357                   ccode: "library, collection code, and call number"
358                   callnum: "library and call number"
359                   library: "only library"
360             - for items on the OPAC search results.
361         -
362             - pref: OpacPasswordChange
363               choices:
364                   1: Allow
365                   0: "Don't allow"
366             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
367         -
368             - "Library patrons are "
369             - pref: OpacResetPassword
370               default: 1
371               choices:
372                   1: "allowed"
373                   0: "not allowed"
374             - " to recover their password via e-mail in the OPAC."
375         -
376             - pref: OPACpatronimages
377               choices:
378                   1: Show
379                   0: "Don't show"
380             - patron images on the patron information page in the OPAC.
381         -
382             - pref: OPACDetailQRCode
383               choices:
384                   1: Enable
385                   0: Disable
386             - the option to show a QR Code on the OPAC bibliographic detail page.
387         -
388             - pref: OPACFinesTab
389               choices:
390                   1: Allow
391                   0: "Don't allow"
392             - patrons to access the charges tab on their account page on the OPAC.
393         -
394             - pref: OpacBrowser
395               choices:
396                   1: Allow
397                   0: "Don't allow"
398             - "patrons to browse subject authorities on the OPAC."
399             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
400         -
401             - pref: OpacCloud
402               choices:
403                   1: Show
404                   0: "Don't show"
405             - "a subject cloud on the OPAC."
406             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
407         -
408             - pref: OpacAuthorities
409               choices:
410                   1: Allow
411                   0: "Don't allow"
412             - patrons to search your authority records.
413         -
414             - pref: opacbookbag
415               choices:
416                   1: Allow
417                   0: "Don't allow"
418             - patrons to store items in a temporary "Cart" on the OPAC.
419         -
420             - pref: OpacTopissue
421               choices:
422                   1: Allow
423                   0: "Don't allow"
424             - patrons to access a list of the most checked out items on the OPAC. Note that this is somewhat experimental, and should be avoided if your collection has a large number of items.
425         -
426             - pref: suggestion
427               choices:
428                   1: Allow
429                   0: "Don't allow"
430             - patrons to make purchase suggestions on the OPAC.
431         -
432             - pref: OPACComments
433               choices:
434                   1: Allow
435                   0: "Don't allow"
436             - patrons to make comments on items on the OPAC.
437         -
438             - Show
439             - pref: ShowReviewer
440               choices:
441                   none: no name
442                   full: full name
443                   first: first name
444                   surname: last name
445                   firstandinitial: first name and last name initial
446                   username: username
447             - of commenter with comments in OPAC.
448         -
449             - pref: ShowReviewerPhoto
450               choices:
451                   1: Show
452                   0: Don't show
453             - reviewer's avatar beside comments in OPAC. The avatar will be searched on <a href="https://www.libravatar.org" target="_blank">Libravatar</a> using the patron's e-mail address.
454         -
455             - pref: OPACHoldRequests
456               choices:
457                   1: Allow
458                   0: "Don't allow"
459             - patrons to place holds on items from the OPAC.
460         -
461             - Display
462             - pref: numSearchRSSResults
463               class: long
464             -  search results in the RSS feed.
465         -
466             - Show
467             - pref: SocialNetworks
468               multiple:
469                 facebook: Facebook
470                 linkedin: LinkedIn
471                 email: Email
472                 twitter: Twitter
473
474             - "social network links on the OPAC detail pages."
475         -
476             - pref: OpacBrowseResults
477               default: 1
478               choices:
479                   1: Enable
480                   0: Disable
481             - browsing and paging search results from the OPAC detail page.
482         -
483             - Show quote of the day in the
484             - pref: QuoteOfTheDay
485               multiple:
486                 intranet: staff interface
487                 opac: OPAC
488             - main page.
489         -
490             - pref: OPACPopupAuthorsSearch
491               default: 0
492               choices:
493                 1: Show
494                 0: Don't show
495             - the list of authors/subjects in a popup for a combined search on OPAC detail pages.
496         -
497             - pref: OpacHoldNotes
498               default: 0
499               choices:
500                   1: Allow
501                   0: "Don't allow"
502             - patrons to add a note when placing a hold.
503         -
504             - pref: OPACAcquisitionDetails
505               default: 0
506               choices:
507                   1: Show
508                   0: Don't show
509             - the acquisition details on OPAC detail pages.
510         -
511             - pref: OpacNewsLibrarySelect
512               default: 0
513               choices:
514                   1: Show
515                   0: Don't show
516             - a library selection list for news items in the OPAC.
517         -
518             - pref: OPACSuggestionAutoFill
519               default: 0
520               choices:
521                   1: Enable
522                   0: Disable
523             - OPAC suggestions form automatically filling with data from Google Books API.
524         -
525             - "Use the following as the OPAC ISBD template:"
526             - pref: OPACISBD
527               type: textarea
528               syntax: text/html
529               class: code
530         -
531             - pref: OpacBrowseSearch
532               default: 0
533               choices:
534                   1: Enable
535                   0: Disable
536             - "interface for browsing all holdings (Elasticsearch only)."
537         -
538             - pref: OPACAuthorIdentifiers
539               default: 0
540               choices:
541                   1: Display
542                   0: "Don't display"
543             - "identifiers for authors and contributors to the detail pages in the OPAC."
544             - "This feature requires authorities with 024$2 and 024$a."
545             - "Valid source codes in $2 are currently: orcid, scopus, loop, rid and viaf."
546     OpenURL:
547         -
548             - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
549             - pref: OpenURLResolverURL
550               class: url
551         -
552             - 'Text of OpenURL links (or image title if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLImageLocation">OpenURLImageLocation</a> is defined):'
553             - pref: OpenURLText
554         -
555             - 'Location of image for OpenURL links:'
556             - pref: OpenURLImageLocation
557               class: url
558             - '<br />Can be an absolute URL starting with <code>http://</code> or'
559             - '<code>https://</code> or a relative URL'
560             - '<br />Examples:'
561             - '<br />- <code>http://www.example.com/img/openurl.png</code>'
562             - '<br />- <code>/opac-tmpl/bootstrap/images/OpenURL.png</code>'
563         -
564             - pref: OPACShowOpenURL
565               choices:
566                   1: Enable
567                   0: Disable
568             - 'display of OpenURL link in OPAC search results and detail page.'
569         -
570             - 'List of item type codes (separated by spaces) for those you want to show the OpenURL link:'
571             - pref: OPACOpenURLItemTypes
572             - '<br />'
573     Policy:
574         -
575             - pref: SearchMyLibraryFirst
576               choices:
577                   1: Limit
578                   0: "Don't limit"
579             - "patrons' searches to the library they are registered at."
580         -
581             - pref: OpacRenewalAllowed
582               choices:
583                   1: Allow
584                   0: "Don't allow"
585             - patrons to renew their own books on the OPAC.
586         -
587             - Use 
588             - pref: OpacRenewalBranch
589               choices:
590                   itemhomebranch: "the item's home library"
591                   patronhomebranch: "the patron's home library"
592                   checkoutbranch: "the library the item was checked out from"
593                   none: "NULL"
594                   opacrenew: "'OPACRenew'"
595             - as branchcode to store in the statistics table.
596         -
597             - Only allow patrons to renew their own books on the OPAC if they have less than
598             - pref: OPACFineNoRenewals
599               class: currency
600             - '[% local_currency %] in fines (leave blank to disable).'
601         -
602             - pref: OPACFineNoRenewalsIncludeCredits
603               choices:
604                   1: Include
605                   0: "Don't include"
606             - outstanding/unapplied credits when applying the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a> rule to patrons.
607         -
608             - pref: OPACViewOthersSuggestions
609               choices:
610                   1: Show
611                   0: "Don't show"
612             - purchase suggestions from other patrons on the OPAC.
613         -
614             - "Fields that should be mandatory for patron purchase suggestions:"
615             - pref: OPACSuggestionMandatoryFields
616               type: modalselect
617               source: suggestions
618               required: title
619             - "<br />Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default."
620         -
621             - "Fields that should be hidden for patron purchase suggestions:"
622             - pref: OPACSuggestionUnwantedFields
623               type: modalselect
624               source: suggestions
625               exclusions: title
626             - '<br />Note: Do not make <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACSuggestionMandatoryFields">OPACSuggestionMandatoryFields</a> unwanted fields '
627         -
628             - pref: OpacHiddenItems
629               type: textarea
630               syntax: text/x-yaml
631               class: code
632             - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the <a href="http://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>.
633         -
634             - 'List of patron categories, separated by |, that can see items otherwise hidden by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems">OpacHiddenItems</a>:'
635             - pref: OpacHiddenItemsExceptions
636         -
637             - pref: OpacHiddenItemsHidesRecord
638               default: 1
639               choices:
640                   0: "Don't hide"
641                   1: Hide
642             - "the bibliographic record when all its items are hidden by <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems'>OpacHiddenItems</a>."
643         -
644             - pref: OpacAllowPublicListCreation
645               default: 1
646               choices:
647                   0: "Don't allow"
648                   1: Allow
649             - "OPAC users to create public lists."
650         -
651             - pref: OpacAllowSharingPrivateLists
652               default: 0
653               choices:
654                   0: "Don't allow"
655                   1: Allow
656             - "OPAC users to share private lists with other patrons."
657         -
658             - pref: BlockExpiredPatronOpacActions
659               choices:
660                 1: "Block"
661                 0: "Don't block"
662             - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference.
663         -
664             - Limit patrons to
665             - pref: MaxOpenSuggestions
666               class: integer
667             - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions."
668         -
669             - Number of total suggestions allowed
670             - pref: MaxTotalSuggestions
671               class: integer
672             - "in"
673             - pref: NumberOfSuggestionDays
674               class: integer
675             - "days."
676     Privacy:
677         -
678             - pref: AnonSuggestions
679               choices:
680                   1: Allow
681                   0: "Don't allow"
682             - 'patrons that aren''t logged in to make purchase suggestions. Suggestions are connected to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preference.'
683         -
684             - pref: opacreadinghistory
685               choices:
686                   1: Allow
687                   0: "Don't allow"
688             - patrons to see what books they have checked out in the past.
689         -
690             - pref: OPACHoldsHistory
691               choices:
692                   1: Allow
693                   0: "Don't allow"
694             - patrons to see the list of their past holds.
695         -
696             - pref: EnableOpacSearchHistory
697               default: 0
698               choices:
699                   1: Keep
700                   0: "Don't keep"
701             - patron search history in the OPAC.
702         -
703             - pref: OPACPrivacy
704               default: 0
705               choices:
706                   1: Allow
707                   0: "Don't allow"
708             - 'patrons to choose their own privacy settings for their checkout history. This requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=opacreadinghistory">opacreadinghistory</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preferences.'
709         -
710             - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor
711               default: 0
712               choices:
713                   1: Allow
714                   0: "Don't allow"
715             - "patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor."
716         -
717             - pref: AllowPatronToSetFinesVisibilityForGuarantor
718               default: 0
719               choices:
720                   1: Allow
721                   0: "Don't allow"
722             - "patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor."
723         -
724             - Use borrowernumber
725             - pref: AnonymousPatron
726               class: integer
727             - "as the anonymous patron (for anonymous suggestions and checkout history)."
728         -
729             - pref: TrackClicks
730               default: 0
731               choices:
732                   anonymous: "Track anonymously"
733                   track: "Track"
734                   0: "Don't track"
735             - "links that patrons click on."
736     Restricted page:
737         -
738             - "Access from IP addresses beginning with"
739             - pref: RestrictedPageLocalIPs
740             - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')."
741         -
742             - "HTML content of your restricted page (available at /cgi-bin/koha/opac-restrictedpage.pl)"
743             - pref: RestrictedPageContent
744               type: textarea
745               syntax: text/html
746               class: HTML
747         -
748             - Use
749             - pref: RestrictedPageTitle
750               class: long
751             - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)."
752     Shelf browser:
753         -
754             - pref: OPACShelfBrowser
755               choices:
756                   1: Show
757                   0: "Don't show"
758             - "a shelf browser on item details pages, allowing patrons to see what's near that item on the shelf. Note that this uses up a fairly large amount of resources on your server, and should be avoided if your collection has a large number of items."
759         -
760             - pref: ShelfBrowserUsesLocation
761               default: 1
762               choices:
763                   1: Use
764                   0: "Don't use"
765             - "the item location when finding items for the shelf browser."
766         -
767             - pref: ShelfBrowserUsesHomeBranch
768               default: 1
769               choices:
770                   1: Use
771                   0: "Don't use"
772             - "the item home library when finding items for the shelf browser."
773         -
774             - pref: ShelfBrowserUsesCcode
775               default: 0
776               choices:
777                   1: Use
778                   0: "Don't use"
779             - "the item collection code when finding items for the shelf browser."      
780
781     Self registration and modification:
782         -
783             - pref: PatronSelfRegistration
784               choices:
785                   1: Allow
786                   0: "Don't allow"
787             - "library patrons to register for an account via the OPAC."
788             - "<br><strong>NOTE:</strong> This needs <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory'>PatronSelfRegistrationDefaultCategory</a> to be set to a valid patron category code."
789         -
790             - pref: PatronSelfRegistrationVerifyByEmail
791               choices:
792                   1: Require
793                   0: "Don't require"
794             - "that a self-registering patron verify themselves via email."
795             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
796         -
797             - "Use"
798             - pref: PatronSelfRegistrationDefaultCategory
799               choices: patron-categories
800             - "as the default patron category for patrons registered via the OPAC."
801             - "<br><strong>WARNING: Do not use a regular patron category for self registration.</strong>"
802             - "<br>If the <code>misc/cronjobs/cleanup_database.pl</code> cronjob is setup to delete unverified and unfinished OPAC self registrations, it will permanently and unrecoverably delete all patrons that have registered more than <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationExpireTemporaryAccountsDelay'>PatronSelfRegistrationExpireTemporaryAccountsDelay</a> days ago (unless that delay is empty or zero)."
803         -
804             - Delete patrons still in the category indicated by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory">PatronSelfRegistrationDefaultCategory</a>
805             - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
806               class: integer
807             - "days after account creation."
808             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it.<br>No patrons will be deleted if you set the pref to zero or make it empty."
809         -
810             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron modification screen:"
811             - pref: PatronSelfModificationMandatoryField
812               type: modalselect
813               source: borrowers
814               exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
815         -
816             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
817             - pref: PatronSelfRegistrationBorrowerMandatoryField
818               type: modalselect
819               source: borrowers
820               exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost
821         -
822             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
823             - pref: PatronSelfRegistrationBorrowerUnwantedField
824               type: modalselect
825               source: borrowers
826               exclusions: branchcode|sort1|sort2|gonenoaddress|lost
827         -
828             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
829             - pref: PatronSelfModificationBorrowerUnwantedField
830               type: modalselect
831               source: borrowers
832               exclusions: sort1|sort2|gonenoaddress|lost
833         -
834             - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
835             - pref: PatronSelfRegistrationAdditionalInstructions
836               type: textarea
837               syntax: text/html
838               class: html
839         -
840             - pref: PatronSelfRegistrationEmailMustBeUnique
841               choices:
842                   1: "Consider"
843                   0: "Don't consider"
844             - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database."
845         -
846             - "Enable the self registration for the following libraries:"
847             - pref: PatronSelfRegistrationLibraryList
848             - (separate branchcode with |).
849             - If empty, all libraries will be listed.
850         -
851             - pref: PatronSelfRegistrationPrefillForm
852               choices:
853                   1: "Show and prefill"
854                   0: "Don't show and prefill"
855             - "password and login form after a patron has self registered."
856         -
857             - pref: PatronSelfRegistrationConfirmEmail
858               choices:
859                   1: Require
860                   0: "Don't require"
861             - patrons to confirm their email address by entering it twice.
862         -
863             - pref: OPACPatronDetails
864               choices:
865                   1: Allow
866                   0: "Don't allow"
867             - patrons to notify the library of changes to their contact information from the OPAC.
868         -
869             - "Choose email address that new patron self-registrations will be sent to: "
870             - pref: EmailPatronRegistrations
871               default: 0
872               choices:
873                   0: none
874                   EmailAddressForPatronRegistrations: EmailAddressForPatronRegistrations
875                   BranchEmailAddress: email address of library
876                   KohaAdminEmailAddress: KohaAdminEmailAddress
877             - '<br>If you chooose <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailAddressForPatronRegistrations">EmailAddressForPatronRegistrations</a> you have to enter a valid email address: '
878             - pref: EmailAddressForPatronRegistrations
879               class: email
880
881     Advanced search options:
882         -
883             - "Show search options:"
884             - pref: OpacAdvSearchOptions
885               multiple:
886                 pubdate: Publication date
887                 itemtype: Item types
888                 language: Language
889                 subtype: Subtypes
890                 sorting: Sorting
891                 location: Location and availability
892         -
893             - "Show search options for the expanded view:"
894             - pref: OpacAdvSearchMoreOptions
895               multiple:
896                 pubdate: Publication date
897                 itemtype: Item types
898                 language: Language
899                 subtype: Subtypes
900                 sorting: Sorting
901                 location: Location and availability
902         -
903             - Show tabs in the OPAC advanced search for limiting searches on the
904             - pref: OpacAdvancedSearchTypes
905               class: long
906             - "fields (separate values with |). Tabs appear in the order listed.<br/>"
907             - "<em>Currently supported values</em>: Item types (<strong>itemtypes</strong>), Collection, (<strong>ccode</strong>) and Shelving location (<strong>loc</strong>)."
908     Authentication:
909         -
910             - pref: OPACShibOnly
911               choices:
912                   1: "Don't allow"
913                   0: Allow
914             - patrons to login by means other than Shibboleth.