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('') ;
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
> 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
3 matches
Mail list logo