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