Re: [Koha] some jQuery advice please?

2020-09-01 Thread Carlos Lopez
Thank you Eric! Very quick reply I'll try that out . With kind regards from the Dalton McCaughey Library Team Carlos Lopez Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052 Ph: 03 9340 ext.1 | libr...@dml.vic.edu.au |

Re: [Koha] some jQuery advice please?

2020-09-01 Thread Eric Phetteplace
Hi Carlos, You actually need an attribute selector. .isbn works for class=isbn #isbn works for I'd=isbn But the ISBN spans don't have either of those, they have property=isbn. The way you select that, in both CSS and jQuery, is [property="isbn"] Or span[property="isbn"] if you want to add the

[Koha] some jQuery advice please?

2020-09-01 Thread Carlos Lopez
Hi folks My Javascript/jQuery skills are rudimentary at best and I hope someone might be able to help me out. I'm trying to collapse large blocks of ISBNs on OPAC records (where for example we have someone's works catalogued as a set and every volume has a different ISBN). We have a similar

[Koha] Itemnumber searching using ES

2020-09-01 Thread Luis Moises Rojas
Hello, If we search using register Number, item is found. But if we use the itemnumber (the same itemnumber returned by register number): No data found. ES if is OK. Take a look to the configuration search Engine (Elasticsearch) Any Help? -- *Luis Moisés Rojas P.*

[Koha] koha-US September 2020 Meetings & Events

2020-09-01 Thread Jason Robb
koha-US online meetings and events are free and open to all. Our regular general meeting will take place as part of the koha-US online conference later in the month. See our calendar for a full list of events with links: http://koha-us.org/calendar/ *Meetings* Board Meeting - Thursday,

[Koha] New installation of koha

2020-09-01 Thread Rebecca
Having used Koha in my MLS, I am interested in downloading Koha for my library. However, on every attempt I come across a different problem. The latest problem is when I enter the command wget -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add – I get the result -bash:

Re: [Koha] How to use JSON to parse a public report for display on opac?

2020-09-01 Thread Borthwick, Fiona
Hi Niamh, Our Managing Director made a video on sharing public reports in Koha which you might find useful. You will find it on our YouTube channel - Sharing reports in Koha . Hope this is helpful. Kind Regards, Fiona On Tue, 1 Sep 2020 at

Re: [Koha] New installation of koha

2020-09-01 Thread Katrin Fischer
Hi Rebekka, what OS are you trying to install Koha on and which instructions are you following? Katrin On 01.09.20 10:11, Rebecca wrote: Having used Koha in my MLS, I am interested in downloading Koha for my library. However, on every attempt I come across a different problem. The latest

[Koha] How to use JSON to parse a public report for display on opac?

2020-09-01 Thread Niamh Walker-Headon
Dear Koha Community, Could someone please let me know how to get a public report to display on a html page or link from the mainuserblock on the opac? I would be much obliged. Anything that I can find is out of date. We are on 18.11 I hope you are all keeping well during this extra ordinary

Re: [Koha] New installation of koha

2020-09-01 Thread Michael Kuhn
Hi Rebecca Am 01.09.20 um 10:11 schrieb Rebecca: > Having used Koha in my MLS, I am interested in downloading Koha for my library. However, on every attempt I come across a different problem. The latest problem is when I enter the command > > wget -O-