[Evergreen-catalogers] 700s under 600s
Oxford, Susan
soxford at ucn.ca
Wed May 11 12:17:19 EDT 2016
Hello,
Would these solutions list the 700s under the 600s in the OPAC?
Thank you,
Susan
Susan Oxford, MLIS
Campus Librarian, Thompson
University College of the North
204-677-6408
From: Evergreen-catalogers [mailto:evergreen-catalogers-bounces at list.evergreen-ils.org] On Behalf Of Yamil Suarez
Sent: May-11-16 11:11 AM
To: Evergreen Community Catalogers
Subject: Re: [Evergreen-catalogers] 700s under 600s
Susan,
To remove the 7xx from the title I customize the templates/opac/parts/record/authors.tt2 file[1]
There is a section that looks like this that I then shorten....
authors = [
{
type => 'author',
label => l('Author'),
xpath => '//*[@tag="100"]|//*[@tag="110"]|//*[@tag="111"]'
}, {
type => 'added',
label => l('Added Author'),
xpath => '//*[@tag="700"]|//*[@tag="710"]|//*[@tag="711"]'
}, {
type => 'cast',
label => l('Cast'),
xpath => '//*[@tag="508"]'
}, {
type => 'notes',
label => l('Author Notes: '),
xpath => '' # Comes from added content...
}
];
Which I then shorten to this....
authors = [
{
type => 'author',
label => l('Author'),
xpath => '//*[@tag="100"]|//*[@tag="110"]|//*[@tag="111"]'
}, {
type => 'notes',
label => l('Author Notes: '),
xpath => '' # Comes from added content...
}
];
You can see in the code where it tries to grab 700 and 710 tags.
[1] For the record, the recommended practice is not to edit the authors.tt2 file in place. You should create a new folder with the templates you want to override in a new folder, but with the same path. My path ends up being something like templates_berklee/opac/parts/record/authors.tt2
Kathy's link explains this approach of creating a new folder for the templates you want to override, but you can follow up with me, the general or technology list .
http://docs.evergreen-ils.org/2.10/_designing_your_catalog.html#_configuring_and_customizing_the_public_interface
Good luck,
Yamil
--------------------------------
Yamil Suarez, MCS
Library Systems Administrator/Developer
Stan Getz Library
Berklee College of Music
1140 Boylston St
Boston, MA 02215
ysuarez at berklee.edu<mailto:ysuarez at berklee.edu>
617-747-2617
On Wed, May 11, 2016 at 11:59 AM, Kathy Lussier <klussier at masslnc.org<mailto:klussier at masslnc.org>> wrote:
Hi Susan!
I don't know if you have access to edit your Template Toolkit files, but you could make this change by editing the file in parts/record/summary.tt2. There is a bit at towards the top of the file that looks like:
[%- INCLUDE "opac/parts/record/authors.tt2" %]
which is what places those entries under the title.
The bit towards the bottom that says:
[%- INCLUDE "opac/parts/record/subjects.tt2" %]
is what controls where the 600 fields display.
You
There is more information on making catalog customizations available at http://docs.evergreen-ils.org/2.10/_designing_your_catalog.html#_configuring_and_customizing_the_public_interface
I hope this helps!
Kathy
On 05/11/2016 11:33 AM, Oxford, Susan wrote:
Hello,
I don’t know if this has ever been addressed or not but:
How do we get the 700 fields to show in the OPAC listed under the 600 fields instead of under the title at the top?
Thank you,
Susan Oxford
_______________________________________________
Evergreen-catalogers mailing list
Evergreen-catalogers at list.evergreen-ils.org<mailto:Evergreen-catalogers at list.evergreen-ils.org>
http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-catalogers
--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128<tel:%28508%29%20343-0128>
klussier at masslnc.org<mailto:klussier at masslnc.org>
Twitter: http://www.twitter.com/kmlussier
_______________________________________________
Evergreen-catalogers mailing list
Evergreen-catalogers at list.evergreen-ils.org<mailto:Evergreen-catalogers at list.evergreen-ils.org>
http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-catalogers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.evergreen-ils.org/pipermail/evergreen-catalogers/attachments/20160511/525957fb/attachment-0001.html>
More information about the Evergreen-catalogers
mailing list