Sharon Moreland <smoreland@nekls.org> 1/20/2009 2:50 PM >>> Hi, Let me preface by saying that our local template wizard (Liz) is off today and I'm anxious for an answer...so I thought I'd ask the list.
In Koha 3 on the template koha/opac-search.pl, is there an easy way to have the $n and $p of the 245 display on the hit list? This is an issue in both the staff client and the OPAC with graphic novels, such as Naruto. Without the $p or $n showing up in the hit list, a patron or staff member can't easily determine which of the 34 volumes of Naruto they want to request. Is this a change that can be made on our local set of templates or would others in the koha community appreciate seeing the entire 245 on the opac-search and opac-detail screens? Sharon Moreland NEKLS/NExpress shared catalog www.nexpresslibrary.org _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha Sharon, I think what you are trying to do can be accomplished using the staff client and chaning the values in the 245 n and p subfields "hidden" attribute. See this page in the documentation, and read about the different values that can be used in the "hidden" attribute. https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/ad.... Make sure you make the changes to the framework that is used to catalog the items in question. Best, Doug
In Koha 3 on the template koha/opac-search.pl, is there an easy way to have the $n and $p of the 245 display on the hit list?
I think what you are trying to do can be accomplished using the staff client and chaning the values in the 245 n and p subfields "hidden" attribute.
I don't think this is correct. If you have the XSLTResultsDisplay system preference off the search results are generated by a script, and the fields it returns are hardcoded. If you have XSLTResultsDisplay ON the information on the search results screen is controlled by the xsl template. Sharon, it looks like your OPAC detail page is using the XSLT formatting option, so I assume the search results screen is as well. If this is the case it is theoretically possible for someone to edit the xsl template to add those fields. What I don't know is how difficult that would be or whether it's possible for you to do in your setup (do you have access to them?). The staff client is a different story because the staff client search results are hard-coded (with no XSLT option yet). You'd have to modify the script itself to alter the output. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
On Tue, Jan 20, 2009 at 6:02 PM, Doug Dearden <dearden@sarsf.org> wrote:
Sharon Moreland <smoreland@nekls.org> 1/20/2009 2:50 PM >>> Hi, Let me preface by saying that our local template wizard (Liz) is off today and I'm anxious for an answer...so I thought I'd ask the list.
In Koha 3 on the template koha/opac-search.pl, is there an easy way to
have the $n and $p of the 245 display on the hit list?
This is an issue in both the staff client and the OPAC with graphic novels, such as Naruto. Without the $p or $n showing up in the hit list, a patron or staff member can't easily determine which of the 34
volumes of Naruto they want to request.
Is this a change that can be made on our local set of templates or would others in the koha community appreciate seeing the entire 245 on
the opac-search and opac-detail screens?
Sharon Moreland NEKLS/NExpress shared catalog
www.nexpresslibrary.org
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Sharon,
I think what you are trying to do can be accomplished using the staff client and chaning the values in the 245 n and p subfields "hidden" attribute. See this page in the documentation, and read about the different values that can be used in the "hidden" attribute.
https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/ad....
Make sure you make the changes to the framework that is used to catalog the items in question. That will work if you have XSL display OFF, which is not generally recommended (it's the old way to do it).
The best way to do it is to edit your XSL stylesheets, which are stored in the template directory, but will survive an update safely. Cheers, Josh -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Doug, your response regards visibility in the cataloging interface (STAFF side). Sharon is concerned with display in the OPAC hit list, which will not be affected by the framework "hidden" attributes. The best way to approach this probably involves using and customizing XSLT. Note that this only affects the OPAC at present, since the STAFF side does not use XSLT. --Joe On Tue, Jan 20, 2009 at 6:02 PM, Doug Dearden <dearden@sarsf.org> wrote:
Sharon Moreland <smoreland@nekls.org> 1/20/2009 2:50 PM >>> Hi, Let me preface by saying that our local template wizard (Liz) is off today and I'm anxious for an answer...so I thought I'd ask the list.
In Koha 3 on the template koha/opac-search.pl, is there an easy way to
have the $n and $p of the 245 display on the hit list?
This is an issue in both the staff client and the OPAC with graphic novels, such as Naruto. Without the $p or $n showing up in the hit list, a patron or staff member can't easily determine which of the 34
volumes of Naruto they want to request.
Is this a change that can be made on our local set of templates or would others in the koha community appreciate seeing the entire 245 on
the opac-search and opac-detail screens?
Sharon Moreland NEKLS/NExpress shared catalog
www.nexpresslibrary.org <http://lists.katipo.co.nz/mailman/listinfo/koha>
Sharon,
I think what you are trying to do can be accomplished using the staff client and chaning the values in the 245 n and p subfields "hidden" attribute. See this page in the documentation, and read about the different values that can be used in the "hidden" attribute.
https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/ad... .
Make sure you make the changes to the framework that is used to catalog the items in question.
Best,
Doug
participants (4)
-
Doug Dearden -
Joe Atzberger -
Joshua Ferraro -
Owen Leonard