Link to series from 8XX field in OPAC record
- Product: Voyager
Question
How can patrons link from an 8xx field to the series by clicking on the series title in the catalog record, like with subject headings?
Answer
Add a redirect to 8xx fields.
- Connect to server as voyager and open /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/{skin}/xsl/contentLayout/configs/displaycfg.xml for editing
- Find the field to add a redirect to. Example:
<displayTag field="830" indicator1="X" indicator2="X" subfield="a"/>
- Add redirect and redirectOn parameters to the field's XML parameters. Example:
<displayTag field="830" indicator1="X" indicator2="X" subfield="a" redirect="title" redirectOn="a"/>
- Save the changes.
- Article last edited: 30-Jan-2019