[Koha] OPAC Save Record - how to remove specific tags from the export file

Pablo Bianchi pablo.bianchi at gmail.com
Wed Mar 11 06:24:31 NZDT 2015


Hi,

2014-07-11 14:42 GMT-03:00 jbarker <jbarker022 at 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
​


More information about the Koha mailing list