[Koha] Book Cover

Pedro Amorim pjamorim91 at gmail.com
Thu Dec 7 23:45:04 NZDT 2017


Hello Victoria,

Try pasting this into OPACUserJS *syspref*:

function remove_amazon_message() {
  $("span:contains('"+NO_AMAZON_IMAGE+"')").each(function(i){
    $(this).hide();
  })
}

$(window).load(function() {
    remove_amazon_message();
});

*------*

This is what I'm using and works for every language.

Have a good one,

Pedro Amorim

On 7 December 2017 at 01:18, Ma. Victoria H. Silva-Manuel <
mavicsilva at gmail.com> wrote:

> hi.
> is there a way to show only one book cover per record?
> i enable amazon and local cover images and in my opac search i can see the
> cover from amazon and "no cover image available"
> hope someone can help.
> thanks.
>
> --
> Ma. Victoria H. Silva-Manuel
> Registered Librarian, 3892
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>


More information about the Koha mailing list