Re: [Koha] Opac

2017-07-14 Thread Lennon Mazonde
Hi Luis, I suggest you use the following values in /etc/koha/koha-sites.conf /DOMAIN="xx.xxx.xx.xx" # where xx.xxx.xx.xx is the IP address of your server/ /INTRAPORT="80"/ /OPACPORT="80"/ Then go to your Koha instance Apache config /etc/apache2/sites-enabled/koha.conf.

Re: [Koha] Bulk Patron Image upload zip file giving Error 500

2017-07-14 Thread Ian Bays
Hello, I have noticed the same problem uploading a zip file of patron images and saw similar messages in the log file. However on checking the patron records saw the images so I concluded that the upload was working correctly but was failing when trying to show the results page with the

[Koha] Warning--lastpass.com

2017-07-14 Thread Bob Ewart
One of our staff was using LastPass to store passwords etc for Firefoxand was getting her login id and password entered whenever she was trying to update a user's profile. LastPass appears to only look at the basepart of the URL and when it saw fields for 'Username' and 'Password' on the

[Koha] How to change labels on opac member entry screen

2017-07-14 Thread Suresh Kumar Tejomurtula
Hi How can I change the labels of opac patron entry screen. For eg. I wanted to make address as Dept. Number. I am able to change lable in staff screen. Similarly wanted to know how I can change in opac screen. Regards Suresh ___ Koha mailing list

Re: [Koha] Warning--lastpass.com

2017-07-14 Thread Christopher Davis
Bob, Thanks for sending us a warning about this. I am relieved that you got the problem figured out. All the best, Christopher Davis Systems & E-Services Librarian Uintah County Library cgda...@uintah.utah.gov (435) 789-0091 <14357890091> ext.261 uintahlibrary.org basinlibraries.org

Re: [Koha] How to change labels on opac member entry screen

2017-07-14 Thread schnydszch
Oops, change the Student no. to Department Number. Cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-change-labels-on-opac-member-entry-screen-tp5940209p5940219.html Sent from the Koha-general mailing list archive at Nabble.com.

[Koha] Call for News: July 2017 Newsletter

2017-07-14 Thread kohanews
I'm collecting news for the July 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

Re: [Koha] How to change labels on opac member entry screen

2017-07-14 Thread schnydszch
Hi, you can put this in OPACUserJS: /* Change address to Dept. Number. --*/ $(document).ready(function(){ $("#memberentry-form label[for='borrower_address']").html("Student Number:"); }); Hope that helps! -- View this message in context:

[Koha] How to configure search for local language

2017-07-14 Thread Gopalakrishna-BMSIT
Not able to configure for Indic language search in latest Koha version. How to configure? *With Regards,* *Gopalakrishna* ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Bulk Patron Image upload zip file giving Error 500

2017-07-14 Thread Sunil Sharma
Hi Ian Bays, Thank you very much for the valuable input. I had checked and you are right that all patron images are uploading correctly but was failing when trying to show the results page with the error 500 as you observed. Now, it is confirmed with your mail that something is wrong. Please