[Koha] OPAC adding new page

2014-02-17 Thread Neethu Shaji
I want to add a link from opac main page to another opac page (with same opac header, etc.)and display few links/content in main user block...like a link for the ejournals in the library... So I followed the instructions in this link: http://manual.koha-community.org/3.12/en/kohacmsusage.html#kohac

Re: [Koha] MD5 hash password encryption

2014-02-17 Thread Galen Charlton
Hi, On Mon, Feb 17, 2014 at 9:35 AM, Coehoorn, Joel wrote: >> I will like to know exact MD5 hash conversation for this number > > 81dc9bdb52d04dc20036dbd8313ed055 That won't work, actually -- Koha used md5_base64(), not md5_hex(), when generating the hash. > Just be warned: there are different

Re: [Koha] MD5 hash password encryption

2014-02-17 Thread Coehoorn, Joel
> I will like to know exact MD5 hash conversation for this number 81dc9bdb52d04dc20036dbd8313ed055 Just be warned: there are different ways of formatting that result, and it assumes no salt. Best practices for authentication are to prepend a per-user salt before creating each hash value. And rea

Re: [Koha] MD5 hash password encryption

2014-02-17 Thread Galen Charlton
Hi, On Mon, Feb 17, 2014 at 9:19 AM, geromoselle wrote: > I am doing bulk uploading for our library patrons for the first time. I set a > default password for all my patrons to be 1234 which they can change on > their own at the OPAC page. Please, I will like to know exact MD5 hash > conversation

[Koha] MD5 hash password encryption

2014-02-17 Thread geromoselle
I am doing bulk uploading for our library patrons for the first time. I set a default password for all my patrons to be 1234 which they can change on their own at the OPAC page. Please, I will like to know exact MD5 hash conversation for this number or precisely how I can decode md5 hash encrypt

Re: [Koha] Location and item information (Marc 952) from Koha 2.x to 3.14

2014-02-17 Thread Giuseppe Angilella
Dear Chris, misc/maintenance/remove_items_from_biblioitems.pl --run I launched the script above (with an added parameter --where="biblioitemnumber=2388", to restrict its action to one single item, to begin with), and it stripped indeed all the 952 subfields for the (single) item specified f

Re: [Koha] Fwd: Fwd: newbie trying to catalogue the first book!!!!!

2014-02-17 Thread Zeno Tajoli
Hi to all, Il 15/02/2014 20:46, Rachel Hamilton-Williams ha scritto: -- Forwarded message -- From: *La Biblioteca del Garibaldi* mailto:biblio.garibaldi.r...@gmail.com>> Date: 2014-02-13 11:21 GMT+01:00 Subject: newbie trying to catalogue the first book! Here are some of

Re: [Koha] problems with layout when changing the language

2014-02-17 Thread Stefano Bargioni
Sometimes translation is wrongly applied to html code of .tt files. For instance, becomes (in Italian). This causes a silent error, with nothing in the Javascript console... Stefano > Haik Zargaryan schreef op za 15-02-2014 om 02:04 [-0800]: >> We have translated koha into Armenian and installed

Re: [Koha] Zebra Indexing and stop words

2014-02-17 Thread Fischer, Katrin
Hi Ann, I can confirm that Zebra doesn't use the stop word list - it doesn't need one :) But I am surprised the configuration did effect the search, did you change the SearchEngine or some other of the search system preferences? Katrin > -Original Message- > From: koha-boun...@lists.k

Re: [Koha] editing cancelled orders

2014-02-17 Thread Fischer, Katrin
Hi Margo, as I understand it the problem is, that there is no more connection between the cancelled order and a bibliographic record (deleted or not) in the database, as the biblionumber in aqorders is deleted, when you cancel the order. There has been some discussion about that and a bug repor