OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Some tweack: Auto accept lend request and others (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Some tweack: Auto accept lend request and others

dbateam (Visitor)
Posts: 0
graphgraph
User Offline
Some tweack: Auto accept lend request and others 13 Years, 9 Months ago
Karma: 0  
Hello to all!
I'm new to BookLibrary and i should know some tweack of this component.

How can i activate auto accept of lend request on BookLibrary Pro?

There is a ISBN fetch service for italian book?

where i can put proxy information for fetch book data from ISBN?

thanks a lot for your help!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Some tweack: Auto accept lend request and others 13 Years, 9 Months ago
Karma: 101  
Hello
For now you can fetch info in BookLibrary basic version by ISBN only from
amazon.com, amazon.de, amazon.fr, amazon.uk,amazon.jp, amazon.ca

In Book Library Pro /shop version you can fetch info by ISBN yet with help YAZ(z39.50) protocol from big book library servers. If you find so in Italian - you will can connect it

How can i activate auto accept of lend request on BookLibrary Pro?
That only with code change. We have open source products.

where i can put proxy information for fetch book data from ISBN?
Not understand what you mean

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
dbateam (Visitor)
Posts: 0
graphgraph
User Offline
Re:Some tweack: Auto accept lend request and others 13 Years, 9 Months ago
Karma: 0  
hi,
thank you for the reply.
Where can i find more info about YAZ(z39.50) protocol to fetch info from BookLibrary PRO?

where is the code to edit to enable auto accept?

Thanks!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Some tweack: Auto accept lend request and others 13 Years, 8 Months ago
Karma: 101  
For Book library component:

where is the code to edit to enable auto accept?
You need in file booklibrary.php at function saveLendRequest
some like below code
Code:

$lend_request = new mosBookLibrary_lend_request($database);

$lend_request->load($bid);

$tmp = $lend_request->accept();



Where can i find more info about YAZ(z39.50) protocol

Info in Google

Book Library Pro have in Backend setting file with some set servers (more 300 ) what support YAZ(z39.50) protocol. Search and server select you do exactly like and with amazon.
Also you can add new servers what support YAZ(z39.50)

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»