Thanks Stefano Bargioni. Excellent solution. It s as good as your smart script to use Lined Open Data (LOD) in authority control. I tested it on Koha 3.12.X as well in Koha 3.14. In both the cases it rocked. One question (asking too many??)-  in Koha 3.14 one utility (infact a long awaited utility) added to search authority records from Z 39.50 sever. Do you know any specific name authority server details? irspy.com is giving list for bibliographic data server only.

 

Regards

 

Partha

 

----------------------------------------------------

Dr. Parthasarathi Mukhopadhyay

Assistant Professor (II)

Department of Library and Information Science

The University of Burdwan (WB)

------------------------------------------


At 2 Dec 2013 09:40:42 +0000 (UTC) from Stefano Bargioni <bargi...@pusc.it>:

Hi, Partha:
thanks for detecting this bug. I'm going to correct the wiki page.
In Koha 3.12 please comment out or delete lines

// $($('ul.toolbar')[0]).append('\
// <div class="ui-widget" style="margin-top:5px">\
// <label for="">VIAF Autosuggest </label> <span id="viaf_reset" title="reset">[X]</span> <input type="text" style="font-size:0.9em" id="viaf" size="80" title="digitare almeno i primi 3 caratteri di un nome">\
// </div>\
// ');

and substitute them with

$('#authoritytabs').prepend('\
<div class="ui-widget">\
<label for="">VIAF Autosuggest:</label> <input type="text" style="font-size:0.9em" id="viaf" size="80" title="Please enter three or more characters of a name">\
</div>\
');

BTW,
$('#bibliodescriptions').tabs({ active: 1 } );
belongs to the next entry "Change the default view on OPAC detail pages".
Bye. Stefano


Fridolin SOMERS wrote:

> Hie,
>
> In wiki page, there is a final note :
> "
> In 3.12 use:
> $('#bibliodescriptions').tabs({ active: 1 } );
> "
> Did you test this ?
>
> Le 27/09/2013 13:33, Partha Mukhopadhyay a ?crit :
>> Dear all,
>>
>> The JQuery script
>> (http://wiki.koha-community.org/wiki/JQuery_Library#Add_VIAF_autosuggest_for_new_NAME_authorities)
>> for integrating Koha with VIAF is not working in Koha 3.12.x (tested from 3.12.1
>> to 3.12.5).
>>
>> Pl. check....
>
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to