Re: [Koha] Search Options on OPAC

2015-02-17 Thread Ahmad Amanullah Khan
Thankyou for the reply Indranil Das Gupta.

If I want to add any other value in place of 'Tag cloud' then what should i
need to do.

For KOHA-CMS I followed the following link:

http://wiki.koha-community.org/wiki/Koha_as_a_CMS

When I tried to access the test pages it's giving error, that pages does
not exist.

/cgi-bin/koha/pages.pl?p=test

Error::


Internal Server Error

The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator, webmaster@HU-V-KOHASTG and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.

More information about this error may be available in the server error log.



Your support in this regard is highly appreciated

Thanks



On Tue, Feb 17, 2015 at 7:05 PM, Indranil Das Gupta indr...@gmail.com
wrote:

 Hello,

 On Tue, Feb 17, 2015 at 5:59 PM, Ahmad Amanullah Khan
 ahmadamanullahk...@gmail.com wrote:

  I want to customize the option below search bar on OPAC. Currently
  available options are 'Authority Search', 'Tag Cloud' and 'Advance
 Search'.
  Please let me know how i can customize these values OR hide these values.

 You haven't mentioned what is your Koha version. Assuming it is one of
 the latest stable release using bootstrap theme, this can be done
 rather easily using a bit of jQuery in the opacuserjs syspref.

 To hide *all* the additional search options:

 $(‪#‎moresearches‬).hide();

 To hide a specific additional search option, say Advanced search:

 $(li:contains('Advanced search')).hide();

 To change the text of Authority search to read say Search authority
 files:

 $(a:contains('Authority search')).text(Search authority files);

  My institution requirement is to use KOHA as CMS so that we have library
  content pages hosted on KOHA. I got a guide but that is not working for
 me.
  Please help me to sort out these two important tasks.

 Too little information provided: which guide? what are the *exact*
 steps you took? what didn't work?

 cheers,
 -idg


 --
 Indranil Das Gupta

 Phone : +91-98300-20971
 Blog: http://indradg.randomink.org/blog
 IRC  : indradg on irc://irc.freenode.net
 Twitter : indradg

 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
 Please exchange editable Office documents only in ODF Format. No other
 format is acceptable. Support Open Standards.

 For a free editor supporting ODF, please visit LibreOffice -
 http://www.documentfoundation.org




-- 


“*Testing is an infinite process of comparing the invisible to the
ambiguous in order to avoid the unthinkable happening to the anonymous.” -**
James Bach*


*Best Regards,*

*Ahmad Amanullah Khan*
--
Gmail : ahmadamanullahk...@gmail.com ahmadamanul...@gmail.com
Skype: ahmad.khan922
LinkedIn: http://linkedin.com/in/aaukhan
Cell: +92 314 2042060
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Search Options on OPAC

2015-02-17 Thread Ahmad Amanullah Khan
My KOHA version: 3.12.04.000

On Wed, Feb 18, 2015 at 8:48 AM, Ahmad Amanullah Khan 
ahmadamanullahk...@gmail.com wrote:

 Thankyou for the reply Indranil Das Gupta.

 If I want to add any other value in place of 'Tag cloud' then what should
 i need to do.

 For KOHA-CMS I followed the following link:

 http://wiki.koha-community.org/wiki/Koha_as_a_CMS

 When I tried to access the test pages it's giving error, that pages does
 not exist.

 /cgi-bin/koha/pages.pl?p=test

 Error::
 

 Internal Server Error

 The server encountered an internal error or misconfiguration and was
 unable to complete your request.

 Please contact the server administrator, webmaster@HU-V-KOHASTG and
 inform them of the time the error occurred, and anything you might have
 done that may have caused the error.

 More information about this error may be available in the server error log.



 Your support in this regard is highly appreciated

 Thanks



 On Tue, Feb 17, 2015 at 7:05 PM, Indranil Das Gupta indr...@gmail.com
 wrote:

 Hello,

 On Tue, Feb 17, 2015 at 5:59 PM, Ahmad Amanullah Khan
 ahmadamanullahk...@gmail.com wrote:

  I want to customize the option below search bar on OPAC. Currently
  available options are 'Authority Search', 'Tag Cloud' and 'Advance
 Search'.
  Please let me know how i can customize these values OR hide these
 values.

 You haven't mentioned what is your Koha version. Assuming it is one of
 the latest stable release using bootstrap theme, this can be done
 rather easily using a bit of jQuery in the opacuserjs syspref.

 To hide *all* the additional search options:

 $(‪#‎moresearches‬).hide();

 To hide a specific additional search option, say Advanced search:

 $(li:contains('Advanced search')).hide();

 To change the text of Authority search to read say Search authority
 files:

 $(a:contains('Authority search')).text(Search authority files);

  My institution requirement is to use KOHA as CMS so that we have library
  content pages hosted on KOHA. I got a guide but that is not working for
 me.
  Please help me to sort out these two important tasks.

 Too little information provided: which guide? what are the *exact*
 steps you took? what didn't work?

 cheers,
 -idg


 --
 Indranil Das Gupta

 Phone : +91-98300-20971
 Blog: http://indradg.randomink.org/blog
 IRC  : indradg on irc://irc.freenode.net
 Twitter : indradg

 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
 Please exchange editable Office documents only in ODF Format. No other
 format is acceptable. Support Open Standards.

 For a free editor supporting ODF, please visit LibreOffice -
 http://www.documentfoundation.org




 --


 “*Testing is an infinite process of comparing the invisible to the
 ambiguous in order to avoid the unthinkable happening to the anonymous.” -**
 James Bach*


 *Best Regards,*

 *Ahmad Amanullah Khan*

 --
 Gmail : ahmadamanullahk...@gmail.com ahmadamanul...@gmail.com
 Skype: ahmad.khan922
 LinkedIn: http://linkedin.com/in/aaukhan
 Cell: +92 314 2042060

 ---








-- 


“*Testing is an infinite process of comparing the invisible to the
ambiguous in order to avoid the unthinkable happening to the anonymous.” -**
James Bach*


*Best Regards,*

*Ahmad Amanullah Khan*
--
Gmail : ahmadamanullahk...@gmail.com ahmadamanul...@gmail.com
Skype: ahmad.khan922
LinkedIn: http://linkedin.com/in/aaukhan
Cell: +92 314 2042060
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Call for news: February Newsletter

2015-02-17 Thread kohanews

Fellow Koha users ~

I'm collecting news for the January newsletter. Send anything noteworthy 
to:


k o h a news AT gmail dot com

News criteria:
---
* News items can be of any length.
* Anything and everything Koha.
* Submit by the 28th.

If you are working on an interesting project or development related to
Koha, please let me know and I'll include it in the development section.

--
Chad Roseburg

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


Re: [Koha] Search Options on OPAC

2015-02-17 Thread Indranil Das Gupta
Hello,

On Tue, Feb 17, 2015 at 5:59 PM, Ahmad Amanullah Khan
ahmadamanullahk...@gmail.com wrote:

 I want to customize the option below search bar on OPAC. Currently
 available options are 'Authority Search', 'Tag Cloud' and 'Advance Search'.
 Please let me know how i can customize these values OR hide these values.

You haven't mentioned what is your Koha version. Assuming it is one of
the latest stable release using bootstrap theme, this can be done
rather easily using a bit of jQuery in the opacuserjs syspref.

To hide *all* the additional search options:

$(‪#‎moresearches‬).hide();

To hide a specific additional search option, say Advanced search:

$(li:contains('Advanced search')).hide();

To change the text of Authority search to read say Search authority files:

$(a:contains('Authority search')).text(Search authority files);

 My institution requirement is to use KOHA as CMS so that we have library
 content pages hosted on KOHA. I got a guide but that is not working for me.
 Please help me to sort out these two important tasks.

Too little information provided: which guide? what are the *exact*
steps you took? what didn't work?

cheers,
-idg


-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Github mirror question

2015-02-17 Thread Nicole Engard
Thank you!! So simple.

Nicole

On Wed, Feb 11, 2015 at 10:13 AM, Galen Charlton g...@esilibrary.com wrote:
 Hi,

 On Wed, Feb 11, 2015 at 9:46 AM, Nicole Engard neng...@gmail.com wrote:
 I'm curious about something on Github.  Anyone have any ideas why my
 patches are all back in 2010:
 https://github.com/Koha-Community/Koha/commits?author=nengard

 I've done at least 10 a release because of the help files I edit.

 The mirror itself is up to date; the difference is that you changed
 your email address. I believe that if you add your ByWater email
 address to your profile on Github, it will recognize more of your
 commits as yours.

 Regards,

 Galen
 --
 Galen Charlton
 Manager of Implementation
 Equinox Software, Inc. / The Open Source Experts
 email:  g...@esilibrary.com
 direct: +1 770-709-5581
 cell:   +1 404-984-4366
 skype:  gmcharlt
 web:http://www.esilibrary.com/
 Supporting Koha and Evergreen: http://koha-community.org 
 http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] RDA

2015-02-17 Thread Jenice S. Tate
Does anyone know how many libraries that use Koha have implemented RDA 
for cataloging purposes and how many of them are archives?


--
Jenice S. Tate, Lead Systems Administrator
MS Department of Archives  History
Archives  Records Services Division - Computer Support
Phone:  (601) 576-6821
Fax: (601) 576-6824
Email:  jt...@mdah.state.ms.us


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



Re: [Koha] RDA

2015-02-17 Thread Mike D.
Hello,
here in Czech Republic RDA will come on 1st. april, so we just staretd
start pre-implemetation steps. If here some library that RDA already use,
can we share info about it?

Thanks

Mike

2015-02-17 19:32 GMT+01:00 Jenice S. Tate jt...@mdah.state.ms.us:

 Does anyone know how many libraries that use Koha have implemented RDA for
 cataloging purposes and how many of them are archives?

 --
 Jenice S. Tate, Lead Systems Administrator
 MS Department of Archives  History
 Archives  Records Services Division - Computer Support
 Phone:  (601) 576-6821
 Fax: (601) 576-6824
 Email:  jt...@mdah.state.ms.us


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

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


[Koha] Search Options on OPAC

2015-02-17 Thread Ahmad Amanullah Khan
Hi

I want to customize the option below search bar on OPAC. Currently
available options are 'Authority Search', 'Tag Cloud' and 'Advance Search'.
Please let me know how i can customize these values OR hide these values.

My institution requirement is to use KOHA as CMS so that we have library
content pages hosted on KOHA. I got a guide but that is not working for me.
Please help me to sort out these two important tasks.


Thanks

-- 


“*Testing is an infinite process of comparing the invisible to the
ambiguous in order to avoid the unthinkable happening to the anonymous.” -**
James Bach*


*Best Regards,*

*Ahmad Amanullah Khan*
--
Gmail : ahmadamanullahk...@gmail.com ahmadamanul...@gmail.com
Skype: ahmad.khan922
LinkedIn: http://linkedin.com/in/aaukhan
Cell: +92 314 2042060
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha