Re: [Koha] Link to external patron picture

2013-12-18 Thread ISM KIS
intranetuserjs - Great, that's the idea I needed. The picture location is stored in my field patronaddress2 So I can use the following jquery code: // $(document).ready(function(){ $('#patronbasics').html(''); $('.patronaddress2').html('') ;

Re: [Koha] Link to external patron picture

2013-12-18 Thread Stefano Bargioni
Hi Rudy, do you have pictures based on borrower cardnumber? I.e. something like http://your.pictures.host/pictureID/12345.jpg In this case, you can try to add an http://your.pictures.host/pictureID/12345.jpg";> element to the page http://your_koha_staff:8080/cgi-bin/koha/members/moremember.pl?borr

Re: [Koha] Link to external patron picture

2013-12-18 Thread Owen Leonard
> With every new version I'm installing I have to manually change some > files to allow accessing the patron pictures which are already there on > our school system. What are you changing every time you upgrade? If you're modifying Koha's code to allow it to access external photos, it seems like i