Hi Clint, I tested OpacHiddenItems and it works great for that purpose. I will use it for a similar task. There is a Bug (enhancement) in the pipeline that allows to show hidden items to one or more user categories, e.g. for teachers and/or staff members. Bug 10589 - Override OpacHiddenItems based on Patron Category http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 Marc Am 14.08.2014 07:16, schrieb Robin Sheat:
clint.deckard schreef op do 14-08-2014 om 16:40 [+1200]:
I have a situation where a school wants to catalogue their teacher resources but don't really want them to appear in an OPAC search alongside the 'regular' library items. I'm not sure that creating a separate library would be an efficient solution. Would OpacHiddenItems do it?
The OpacHiddenItems syspref allow the user to define custom rules for hiding specific items at opac.
YAML syntax is used for defining such rules.
Items can be hidden according to values from the items table:
field: [value1, value2, ...]
Example : withdrawn: [0, 1] homebranch: [homebranch1, homebranch2]