Re: [Koha] Adding languages to Advanced Search

2018-08-19 Thread Katrin Fischer
Hi Rubén, the patch was to show the SQL that is needed in order to add a new language, as the list is created from data in the database. Here is an example: Example: INSERT IGNORE INTO language_descriptions(subtag, type, lang, description) VALUES ( 'ka', 'language', 'ka', 'ქართული'); For t

Re: [Koha] Adding languages to Advanced Search

2018-08-19 Thread Bob Birchall
Hi Ruben, You will not have to recompile Koha from source. However your objective cannot be achieved merely with configuration. The language is not there to be configured, at present. You've done well to get as far as you have, but to proceed you will probably need technical support. If you d

Re: [Koha] Adding languages to Advanced Search

2018-08-19 Thread Rubén Fernández Asensio
Thanks, Katrin, but I'm not a programmer! I know nothing about jQuery or patches. Do you mean I must recompile the entire Koha from sources? Can't it be done just by editing a few configuration files? El 19/08/18 a les 21:42, Katrin Fischer ha escrit: Hi Rubén, you can add new entries to th

[Koha] Requesting feedback on changing the default behavior for loading the OPAC cart popup

2018-08-19 Thread Alex Buckley
Hi all I am writing in regards to bug 21174 (Sysprefs to enable the opening of OPAC cart in one click - https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21174). In my commit on this bug report I implement a syspref which when enabled allows OPAC users to click on the cart icon once and th

Re: [Koha] how to maintain bilingual site. customizing left menu items in search results

2018-08-19 Thread Katrin Fischer
Hi Vano, welcome to the list and to the Koha community. If you are just installing Koha, please consider updating to a current and maintained version. 3.20 has been released in May 2015 and is no longer maintained. Koha had 6 major releases since, with tons of security and bug fixes and new f

Re: [Koha] Adding languages to Advanced Search

2018-08-19 Thread Katrin Fischer
Hi Rubén, you can add new entries to the pull down list using jQuery or you can add your new language to the database. The language list is created using data from the db, including the translations. I've found an old bug for you that adds a new language as an example: https://bugs.koha-comm