koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Borrower photograph in circulation panel


From: Owen Leonard
Subject: Re: [Koha-devel] Borrower photograph in circulation panel
Date: Sun Aug 21 05:13:15 2005
User-agent: Mutt/1.4.1i

> >               Is it possible to add a field in the memeber record 
> > where we can add picture of the memeber (in gif, jpg or png 
> > format)?

As I recall this functionality was developed by one library, but the
improvements have not been incorporated into the official Koha.  I'm not
sure what they added to accomplish this, but there's an easy way to achieve
it without any changes to the code.

If you named your image files according to borrower number and uploaded
them manually, a simple change to the template could add the member image:

<img src="/images/<!-- TMPL_VAR name="borrowernumber" -->.jpg" />

Does anyone know what other features the Argentinians' code offered?
Integrated file upload would be the most important thing, I'd imagine.

  -- Owen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]