Re: [Koha] koha item types dropdown instead of library dropdown

2014-05-25 Thread schnydszch
Hi all! I just can't seem to add item types in the drop down for Library
Catalog, Title, Call Number, etc. but I was able to add them in the library
masthead, which was actually the title of my query. After some readings on
jquery, and deciding to put it instead in the library masthead, I was able
to come up with the one below:$(#select_library
option[value='']).hide();$(#select_library
option[value='branch:TheOnlyBranch']).hide();$(#select_library
option[value='branch:TheOnlyBranch']).after(Books);$(#select_library
option[value='mc-itype,phr:BK']).attr(selected,selected);
$(#select_library
option[value='mc-itype,phr:BK']).after(Himig);$(#select_library
option[value='mc-itype,phr:HIMIG']);When I search the catalog, I was able
to search what I need. And please comment or correct on the jquery script
provided, I'm still novice, and just read up the koha forum and other koha
customization sites as well as the world wide web for Koha customizations.
So that so if another Koha user needs a jquery script for such, they will
find answers on what they need. And also if I could add it in Koha jquery
Library wiki. Thanks and more power! Cheers!



--
View this message in context: 
http://koha.1045719.n5.nabble.com/koha-item-types-dropdown-instead-of-library-dropdown-tp5798062p5799160.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error- 404 - The requested URL / was not found on this server.

2014-05-25 Thread Robin Sheat
SATISH schreef op za 24-05-2014 om 11:06 [+0530]:
 I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4
 LTS
 (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and
 successfully
 upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was
 able
 to use koha staff client and opac without any problem. (while
 upgrading, it
 asked for - Rename the Apache Virtual hosts for koha Instance, the
 default
 was -Yes, and I chose the same)

It's a bug in the 3.16 packages when running under apache 2.2. All it
causes to happen is that it fails to re-enable the site after the
change.

You can fix this by running:

sudo a2ensite library.conf

(where library is your instance name.)

Then:

sudo service apache2 restart


-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Problem with Zebra - search always turns up No results found

2014-05-25 Thread ccie 6862
I built this system around Thanksgiving or Christmas time for our church, but 
I'm self employed and have been slammed with regular work. I'm trying to get 
back to this, and just about everything seems to work except for the search 
function, which always results in No results found, and printing out the 
spine labels. Here is some pertinent information:

Koha version:3.12.06.000 
OS version ('uname -a'):Linux koha 2.6.32-220.el6.i686 #1 SMP Tue Dec 6 
16:15:40 GMT 2011 i686 i686 i386 GNU/Linux 
Zebra version:Zebra 2.0.56 (C) 1994-2013, Index Data ApS Zebra is free 
software, covered by the GNU General Public License, and you are welcome to 
change it and/or distribute copies of it under certain conditions. SHA1 ID: 
739e721ee59f645cb821c8d3035a12aefae423f6 Using ICU 
ErrorZebra server seems not to be available. Is it started? 

There was an option to not use or use Zebra. Given this was a fairly small 
library, I believe I chose not to use Zebra initially. However, after trying to 
find why the search function wasn't working, I believe it's because of Zebra. 
I've installed Zebra according to 
http://wiki.koha-community.org/wiki/Koha_3.6_on_Centos_6.2_i386#Install_and_configure_Zebra,
 but when I try to start it using zebrasrv -v all -f /etc/koha/koha-conf.xml, 
I see the server listening on port  but not 9998. I was able to test Zebra 
in step 7, which seems to work just fine. The index also runs just fine without 
errors using /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -r -v.

Does this appear to be a Zebra problem? Any idea how to get zebra listening on 
9998? I don't find any zebra errors in the log. Thanks
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] KohaCon10 videos unavailable

2014-05-25 Thread Robin Sheat
I wanted to have a quick check of something, and found this:

http://koha-community.org/kohacon10-videos/

which links to:

http://anitsirk.blip.tv/posts?view=archivensfw=dc

which links to:

http://blip.tv/removed

Does anyone know if those videos are available elsewhere? Preferably on
a free (as in freedom) platform to reduce the risk of them becoming
unavailable like this.

We should set up a MediaGoblin server somewhere...

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.16.0 released

2014-05-25 Thread Bruce A Metcalf

The Koha community is pleased to announce the release of version
3.16.0 of the Koha library automation system.


Updated using packages from 3.14.6 to 3.16.0 under Squeeze. All  
appeared to go well using apt-get dist-upgrade, but I am now offline.


I would appreciate pointers to a relevant tutorial, if not direct  
instructions.


Regards,
/ Bruce /
Bruce A. Metcalf
Library Director
The Augustan Society, Inc.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.16.0 released

2014-05-25 Thread Robin Sheat
Bruce A Metcalf schreef op zo 25-05-2014 om 23:16 [-0400]:
 Updated using packages from 3.14.6 to 3.16.0 under Squeeze. All  
 appeared to go well using apt-get dist-upgrade, but I am now offline.
 
 I would appreciate pointers to a relevant tutorial, if not direct  
 instructions.

You didn't actually say in what way you were offline so I don't know
how well I can help.

However, it might be that you're hitting this:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12312

If so, the fix is to run:

sudo a2ensite instancename.conf
sudo service apache2 restart

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error- 404 - The requested URL / was not found on this server.

2014-05-25 Thread Robin Sheat
Robin Sheat schreef op ma 26-05-2014 om 12:01 [+1200]:
 It's a bug in the 3.16 packages when running under apache 2.2. All it
 causes to happen is that it fails to re-enable the site after the
 change.
 
 You can fix this by running:
 
 sudo a2ensite library.conf

A fix for this has been uploaded, so it shouldn't happen any more. This
won't fix it retroactively, but a simple a2ensite library.conf should
sort it out.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha