[Koha] overdue notice text

2017-06-06 Thread Brian Trippodo
Hi All ~ I've been editing the text of our overdue notices and adding the fields, but after I made these edits, we are no longer getting overdue notices. This is an example of how I have used the fields: The following item(s) is/are currently overdue: Title:<> Author: <> Due Date: <> Fine:

[Koha] Editing content of MARC field 300 - is this the way to go?

2017-06-06 Thread Michael Kuhn
Hi We are working with Debian 8 and a package installation of Koha 16.11.04. The database is filled with bibliographic records which are connected to tables "issues" and "biblioitems", also they are linked to authority data. We want to edit the content of MARC field 300 which may look like:

Re: [Koha] Editing content of MARC field 300 - is this the way to go?

2017-06-06 Thread Indranil Das Gupta
Hi Michael, On Tue, Jun 6, 2017 at 6:49 PM, Michael Kuhn wrote: > > 3. But the content of tag in field "marcxml" has NOT changed (so it > still shows the old number of characters of the record). I don't know if this > is a problem or how it could be easily solved. > > My question: Is this the

Re: [Koha] overdue notice text

2017-06-06 Thread Michael Kuhn
Hi Brian I've been editing the text of our overdue notices and adding the fields, but after I made these edits, we are no longer getting overdue notices. Does "no longer getting overdue notices" mean they are not arriving in your mailbox or aren't they even created in table "message queue"?

Re: [Koha] Editing content of MARC field 300 - is this the way to go?

2017-06-06 Thread Michael Kuhn
Hi Indranil Thanks for your 2p! :-) On Tue, Jun 6, 2017 at 6:49 PM, Michael Kuhn wrote: 3. But the content of tag in field "marcxml" has NOT changed (so it still shows the old number of characters of the record). I >> don't know if this is a problem or how it could be easily solved. Sin

[Koha] OPAC Display Format

2017-06-06 Thread Luis Moises Rojas
Hello everybody Today we are using OPAC, but without (as far as i know) any changes or reason: the OPAC contentes display just as TEXT: http://www.catalogo.bijrd.gob.do/ Any idea why? Thanks -- *Luis Moisés Rojas P.* ___ Koha mailing list http://ko

Re: [Koha] OPAC Display Format

2017-06-06 Thread Owen Leonard
> Today we are using OPAC, but without (as far as i know) any changes or > reason: the OPAC contentes display just as TEXT: None of the JavaScript, CSS, or images are loading. If you try to open one of these directly you get a 404 error: http://www.catalogo.bijrd.gob.do/opac-tmpl/bootstrap/css/op

Re: [Koha] OPAC Display Format

2017-06-06 Thread Luis Moises Rojas
No. we don't It was working yesterday. We have Koha 16.11 On Tue, Jun 6, 2017 at 10:48 AM, Owen Leonard wrote: > > Today we are using OPAC, but without (as far as i know) any changes or > > reason: the OPAC contentes display just as TEXT: > > None of the JavaScript, CSS, or images are loading.

[Koha] 008 form of material will only ever say Books

2017-06-06 Thread Elaine Bradtke
Please tak a look at biblio 75117 - http://catalogue.efdss.org/ It's a sound recording, but it insists that it is a book. The 007 is set for sound recording, but the material type in the 008 always says Books. I have tried at least a dozen times (and two different browsers) and I can not change i

Re: [Koha] 008 form of material will only ever say Books

2017-06-06 Thread Joy Nelson
Elaine- Have you tried editing your leader first. The leader on this record is set to monographic. If you change the leader, you should be able to change the 008 tag and have it save correctly. leader: fixed length control field nam a22 7a 4500 joy On Tue, Jun 6, 2017 at 2:12 PM, Elaine Bradtk

Re: [Koha] overdue notice text

2017-06-06 Thread Katrin
Hi Brian, those should both work - which version of Koha are you using? Did you change something else? Maybe accidentally copying the notice template to a branch instead of all libraries? Katrin On 06.06.2017 14:45, Brian Trippodo wrote: Hi All ~ I've been editing the text of our overdue

Re: [Koha] OPAC Display Format

2017-06-06 Thread Katrin
Hi Luis, I am not sure if this is related to the problem, but there is also an error in your OpacUserCSS: #logo { If nothing changed on the server side I'd try to empty the OpacUser* prefs and see if that makes some difference. Katrin On 06.06.2017 16:54, Luis Moises Rojas wrote: No. we d

Re: [Koha] OPAC Display Format

2017-06-06 Thread Luis Moises Rojas
Hi. Yes Katrin, it was an error. Well, cleaned up de OpacUser and... Nothing. I have checked and double checked and every queries and CSS is in the correct place: Nothing have changed. Permission? There are OK. On Tue, Jun 6, 2017 at 3:34 PM, Katrin wrote: > Hi Luis, > > I am not sure if this

Re: [Koha] overdue notice text

2017-06-06 Thread Barton Chittenden
As of 16.05, overdue_notice.pl has a test mode, allowing you to run it without debarring patrons or accidentally sending notices. If you aren't seeing overdue notices in message_queue, I would suggest running overdue_notice.pl by hand using the same arguments that you're using in the cron job, but

[Koha] Koha General Meeting Reminder - June 7th, 13UTC

2017-06-06 Thread Nick Clemens
Hello all, Just reminder that we have a general meeting tomorrow in IRC Please add anything you want to discuss to the agenda and add your apologies if you can't make the meeting. Local time conversion: http://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+IRC+General+Meeting&iso=2017060

Re: [Koha] OPAC Display Format

2017-06-06 Thread Chris Cormack
Something has definitely changed. If it was working and now it isn't something changed (whether it was changed on purpose or not) It looks to me a lot like your apache configuration. Because as Owen pointed out, all of your css and images and js are 404ing. http://www.catalogo.bijrd.gob.do/opac-t

Re: [Koha] OPAC Display Format

2017-06-06 Thread Luis Moises Rojas
We are going to check, but why Koha is working OK? Only OPAC is the problem. On Tue, Jun 6, 2017 at 4:28 PM, Chris Cormack wrote: > Something has definitely changed. If it was working and now it isn't > something changed (whether it was changed on purpose or not) > > It looks to me a lot like yo

Re: [Koha] OPAC Display Format

2017-06-06 Thread Chris Cormack
On 07/06/17 08:35, Luis Moises Rojas wrote: > We are going to check, but why Koha is working OK? > Only OPAC is the problem. There are 2 different virtual hosts, one for staff side one for public (OPAC) Check the set up for the OPAC one. It's 404ing for all the static files on the OPAC .. you n

Re: [Koha] 008 form of material will only ever say Books

2017-06-06 Thread Elaine Bradtke
Thank you Joy! It was the leader position 6 that was doing it, that was set to Language material. That explains the problem! I didn't think to check there. Phew. On Tue, Jun 6, 2017 at 8:25 PM, Joy Nelson wrote: > Elaine- > Have you tried editing your leader first. The leader on this record is

Re: [Koha] Editing content of MARC field 300 - is this the way to go?

2017-06-06 Thread Tomas Cohen Arazi
Do it in Perl, using C4::Biblio. That's the way to do it imho. El mar., 6 de jun. de 2017 10:19 AM, Michael Kuhn escribió: > Hi > > We are working with Debian 8 and a package installation of Koha > 16.11.04. The database is filled with bibliographic records which are > connected to tables "iss

Re: [Koha] OPAC images

2017-06-06 Thread Tomas Cohen Arazi
Why are you using the tag? El lun., 5 de jun. de 2017 12:45 PM, Luis Moises Rojas < lmoisesro...@gmail.com> escribió: > Hi everybody, > > We have this code on OpacMainUserBlock > > > > > > We the image does not appear? > What is wrong? > > Thnaks in advance > -- > *Luis Moisés Rojas P.* > ___

Re: [Koha] Patron Authentication - 16.05.13

2017-06-06 Thread Tomas Cohen Arazi
Can you share what's in your pics when you try to login? I mean the error log. El lun., 5 de jun. de 2017 12:56 PM, Bortel, Gary escribió: > Debian package on Ubuntu 16.04 with MySql 5.7.18, multi-tennant > installation. Recently upgraded from 16.05.12 to 16.05.13-2 > > Since the upgrade to 16.0