OPAC Save Record - how to remove specific tags from the export file
Hi, I was just wondering if anyone else has had to remove specific tags (ex 567) from their OPAC export files, and if so how did you do it? <http://koha.1045719.n5.nabble.com/file/n5804008/screenshot1.jpg> Thanks -- View this message in context: http://koha.1045719.n5.nabble.com/OPAC-Save-Record-how-to-remove-specific-ta... Sent from the Koha-general mailing list archive at Nabble.com.
Hi, 2014-07-11 14:42 GMT-03:00 jbarker <jbarker022@gmail.com>:
I was just wondering if anyone else has had to remove specific tags (ex 567) from their OPAC export files, and if so how did you do it?
It looks Koha don't have this feature right now. You can: + hide «save record» completely <http://wiki.koha-community.org/wiki/JQuery_Library#Hide_.27Save_Record.27_Box_in_OPAC> with $("#export").remove(); + with OpacExportOptions syspref, select exporting options that hide those tags + change XSLTs internally in Koha so those tags are not translated But (with a new function, GetFilteredOpacBiblio) signed-off bug 11592 <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592> might solve this problem (BTW, why if a framework hide a tag/subfield on OPAC I would let a user to see it anyway with this workaround?):
22) And lastly, attempt to Save record in the various formats> using the dropdown and clicking Go.> -- The results should be filtered.
Regards, Pablo
participants (2)
-
jbarker -
Pablo Bianchi