21 Aug
2005
21 Aug
'05
6:13 a.m.
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