Re: [Koha] Award to Article on Koha

2017-03-14 Thread SATISH
Congratulations Vinod! -Satish GEC Hassan ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] The same search result in Arabic book

2017-03-14 Thread Mutasem Al Shami
Dear Katrin, Thank you very much for the help, that's what I mean. Problem solved. Regards, Mutasem On Tue, Mar 14, 2017 at 1:42 PM, Katrin wrote: > Hi, > > in order to be able to search for non-latin scripts you have to use ICU > indexing with Zebra. You can find information about this on the

Re: [Koha] Award to Article on Koha

2017-03-14 Thread vikram zadgaonkar
Congrats! Vikram Zadgaonkar On Tue, Mar 14, 2017 at 5:13 PM, vinod mishra wrote: > Dear All > > It gives me a great pleasure to inform you that a paper entitled *“KOHA Web > OPAC- Customising it to make a Library Portal: A case study of Assam > University Library / by Dr. A K Sharma, Mr. D P Tr

Re: [Koha] How to Link my Koha to my College website

2017-03-14 Thread Owen Leonard
> It is working fine on my LAN, but I want to link this Ubuntu Koha server > with my college website, (www.iol.edu.pk). So that everyone can access > oever the internet. This is not a Koha question exactly, rather a question about server administration. You will probably find lots of resources onl

Re: [Koha] Award to Article on Koha

2017-03-14 Thread King, Fred
And applause! Fred King Medical Librarian, MedStar Washington Hospital Center fred.k...@medstar.net 202-877-6670 ORCID -0001-5266-0279 If Teresa May put out a cigarette on her tongue it would make me feel a a lot better about her being Prime Minister. --Susan Calman (News Quiz, BBC Radio 4)

[Koha] Add pictures in notices

2017-03-14 Thread BOUIS Sonia
Hello, Do you have any tip to add pictures in notices template. I've seen that we could add a picture in branches.opac_info but it isn't sufficient for us. We want to use discharge notices but we need to insert a signature in it to make it "official" for other universities. I would like to insert

Re: [Koha] is koha right for our project run by volunteers?

2017-03-14 Thread Paul A
Wholehearted endorsement of the comments below -- the Koha "project", software and community are remarkable -- just adding a few hands-on comments from seven years of Koha use... On 2017-03-13 07:08 AM, Librarian Bruce A. Metcalf wrote: [snip] But you do need a server, someone to run it, and s

Re: [Koha] Add pictures in notices

2017-03-14 Thread Katrin
Hi Sonia, I think there is no 'graphical' way of doing this, but you can use plain HTML. For testing I just added this to the DISCHARGE notice template: src="https://koha-community.org/files/2013/09/cropped-kohabanner3.jpg"; /> The generated PDF shows the Koha logo on top - so this works. If

Re: [Koha] Add pictures in notices

2017-03-14 Thread Jonathan Druart
And you can use the pref NoticeCSS to add some CSS. On Tue, 14 Mar 2017 at 13:04 Katrin wrote: > Hi Sonia, > > I think there is no 'graphical' way of doing this, but you can use plain > HTML. For testing I just added this to the DISCHARGE notice template: > > src="https://koha-community.org/fil

[Koha] Koha 16.05 - XSLT (OpacDetails) - Help with XSLT stanza - Uniform Titles

2017-03-14 Thread Craig Butosi
Hi all, Koha 16.05 on Ubuntu 14.04 (package install). I'm working (ever so painfully slow) on a custom xslt stanza for our 240s. I want this field to be hyperlinked in the OPAC, so, I have this: Uniform title: /cgi-bin/koha/opac-search.pl?q=an: /cgi-bin/koha/opac-search.pl?q=ut:

[Koha] Call for news: March 2017 Newsletter

2017-03-14 Thread kohanews
I'm collecting news for the March newsletter. Send anything noteworthy to: k o h a news AT gmail dot com News criteria: --- ** For events **: - Please include dates for past events. If I can't find dates I may not add it. - Announcements for future events with dat

[Koha] LetsEncrypt

2017-03-14 Thread Bortel, Gary
Koha 16.05.10 : Multitenant installation Ubuntu 16.04.2 Is it possible to retroactively enable Https using LetsEncrypt on a multitenant installation of Koha where each instance is a member of a unique domain? gcb ___ Koha mailing list http://koha-co

Re: [Koha] Koha 16.05 - XSLT (OpacDetails) - Help with XSLT stanza - Uniform Titles

2017-03-14 Thread Craig Butosi
Hi all, Had a 'Eureka!' moment. Posting for the community. The following works: Uniform title: /cgi-bin/koha/opac-search.pl?q=an: /cgi-bin/koha/opac-search.pl?q=ut: adfghklmnoprs | The code between the tags allows for all specif

koha@lists.katipo.co.nz

2017-03-14 Thread Luis Moises Rojas
Hi everybody I have installed koha 16.11.04 from 0, complete new on a new server. and the problem, trying to add a new PATRON CARD was corrected. But on production server: I removed koha. I installed everything from 0, and... the same error: patroncards/manage.pl? card_element=profile&error=

[Koha] The same search result in Arabic book

2017-03-14 Thread Mutasem Al Shami
Hi, When i search in Arabic book in all the time the result search the same, Koha (16.11). How can i sol this problem. Regards, Mutasem -- -- Disclaimer: This message and its attachment, if any, are confidential and may contain legally privileged information. If

Re: [Koha] The same search result in Arabic book

2017-03-14 Thread Katrin
Hi, in order to be able to search for non-latin scripts you have to use ICU indexing with Zebra. You can find information about this on the wiki: https://wiki.koha-community.org/wiki/Correcting_Search_of_Arabic_records Hope this helps, Katrin On 14.03.2017 08:36, Mutasem Al Shami wrote:

Re: [Koha] Change Item Status of All Items

2017-03-14 Thread Katrin
Hi, there are several options to achieve this. 1) You can use the batch edit item functionality with a list of itemnumbers that can be drawn from your database with an SQL report. This is a good way of handling item changes as it will also take care of updating your search indexes. 2) You c

Re: [Koha] Table issue always Loading

2017-03-14 Thread Katrin
Hi Ahmed, the first thing I'd try is clearing your browser cache. If that doesn't help with the problem it might be related to the data it's trying to display. 16.05 is using datatables that rely on JSON data. Working with the development tools in your browser then might help to see the probl

[Koha] Award to Article on Koha

2017-03-14 Thread vinod mishra
Dear All It gives me a great pleasure to inform you that a paper entitled *“KOHA Web OPAC- Customising it to make a Library Portal: A case study of Assam University Library / by Dr. A K Sharma, Mr. D P Tripathi and Mr. Vinod K Mishra”* has been awarded as best paper (*DLA- Dr Ramesh Chandra Vashis