Re: [Koha] [Koha-devel] cannot display branchname and patron category description in card layout

2023-09-21 Thread Zahid Iqbal
Thanks Michael that will be very helpful. I will look into the code and get back to you. For now i am working on picture uploading (restrict image not more than 4KB and not more then 150 Height Width dimension) so the database does not get heavy. On Thu, Sep 21, 2023 at 9:38 PM Michael Hafen wrot

Re: [Koha] Template toolkit question.

2023-09-21 Thread Katrin Fischer
Hi all, I've added this hint to the wiki: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Don.27t_generate_e-mail_for_a_patron_category Katrin On 06.09.23 12:47, Kyle Hall wrote: There is a trick which basically boils down to "If the rendered notice is empty, it doesn't get

Re: [Koha] KOHA is not sending mails through SMTP server

2023-09-21 Thread Katrin Fischer
Hi, you could try the following: * Check your mail server settings under Administration > SMTP servers. If you set the Debug mode to 'enabled' you might be able to find a more helpful error in your logs. * Check that you have set a valid email address in KohaAdminEmailAddress and maybe also for

Re: [Koha] The "one manual" idea

2023-09-21 Thread Caroline Cyr La Rose
Thank you David, That is all excellent food for thought! A lot of questions in which to sink our teeth into. (I'm using a lot of food and eating idioms... It's lunchtime and I think I might be hungry!) We will have to discuss all of this in the future documentation meetings. Here are some of

Re: [Koha] Documentation - Are automated screenshots the way to go?

2023-09-21 Thread David Liddle
Greetings, Caroline! I find this proposal and project interesting, too. Over the next several workdays, I will devote some time to entries in a variety of modules—especially the ones in which I have some experience or won't feel lost. (I'm a system administrator, not a librarian.) I've put the mee

Re: [Koha] The "one manual" idea

2023-09-21 Thread Elaine Bradtke
In principle, it's an excellent idea. It will be a very big editing job (that's an understatement). We run on the latest stable release, and often I find the answers to my questions in older versions of the manual. How would you retain the old information alongside the updates? Each section in

Re: [Koha] The "one manual" idea

2023-09-21 Thread David Liddle
Greetings, Aude—and to the rest of the Koha community following this topic! You have my sympathy. In my role as IT manager, I have to keep the documentation of my environment up to date, and I frequently have to consult the documentation of the systems and services that I manage. It's not easy kee

[Koha] Possible solution to 500 errors.

2023-09-21 Thread Rudy Hinojosa
If you are running into 500 errors, and you've exhausted all means to verify you have a valid biblio, a valid item record and confirmed homebranch is populated, there may be one more spot you need check. Before I state what I found, this is a disclaimer. Do not attempt what I did without consu

[Koha] KOHA is not sending mails through SMTP server

2023-09-21 Thread Nirmit Krishnatray
Hi, Hope you're well. KOHA is not sending mails when a user is checking out or checking in. I checked the notices and it displayed Unhandled email failure, check the logs for further details. Please support on this Best Regards ___ Koha mailing lis

Re: [Koha] Elastic search for Arabic

2023-09-21 Thread Fridolin SOMERS
Hi, I think you can add a new 'char_filter' of type 'pattern_replace' like 'punctuation' : https://git.koha-community.org/Koha-community/Koha/src/branch/master/admin/searchengine/elasticsearch/index_config.yaml#L35 Maybe also look at 'arabic_normalization' : https://www.elastic.co/guide/en/ela