Re: [Koha] koha opac users integrate with Active directory

2016-03-02 Thread Ahmad Amanullah Khan
Dear All

These links are better to read. No successful implementation I am searching 
since last 2 years.

Thanks

Sent from Outlook Mail for Windows 10 phone

From: Scott Owen
Sent: 02 March 2016 05:53 PM
To: Koha@lists.katipo.co.nz
Subject: Re: [Koha] koha opac users integrate with Active directory

Use LDAP for Active Directory integration.

Starting points:

http://bywatersolutions.com/2012/07/09/koha-ldap/

https://kohablog.wordpress.com/2011/03/29/using-active-directory-ldap/

http://librarypolice.com/wiki.koha.org/en:development:ldap.html





On Wed, Mar 2, 2016 at 1:11 AM, Thilanka Gunasena 
wrote:

> Dear AAL,
> I need to integrate koha opac users with our Active Directory. Pls help me
> to do that.
>
> Regards,
> Thilanka Gunasena
>
>
>
> This message is intended only for the use of the individual or entity to
> which it is addressed and may contain information that is confidential
> and/or privileged. If you are not the intended recipient please delete the
> original message and any copy of it from your computer system. You are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited unless proper authorization has been
> obtained for such action. If you have received this communication in error,
> please notify the sender immediately. Although SLT attempts to sweep e-mail
> and attachments for viruses, it does not guarantee that both are virus-free
> and accepts no liability for any damage sustained as a result of viruses.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

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


[Koha] KOHA upgrade on CentOS 6.7

2016-02-03 Thread Ahmad Amanullah Khan
Hi,

Any one upgraded KOHA on CentOS?

We are using KOHA 3.12 and CentOS 6.7

Any guidance will be highly appreciated


Thanks
Ahmad Amanullah Khan
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha and LDAP: Password comparison fails

2015-09-11 Thread Ahmad Amanullah Khan
Thankyou for the reply.

We tried it but not working and getting exception:

koha_opac_error_log:

/cgi-bin/koha/opac-user.pl
[Fri Sep 11 17:11:44 2015] [error] [client 10.15.0.200] [Fri Sep 11
17:11:44 2015] opac-user.pl: LDAP Auth rejected :
(sAMAccountName=.) gets 0 hits, referer:
https://librarydemo.abc.edu/cgi-bin/koha/opac-user.pl
[Fri Sep 11 17:11:44 2015] [error] [client 10.15.0.200] [Fri Sep 11
17:11:44 2015] opac-user.pl: Use of uninitialized value $retuserid in
string ne at

koha_error_log:

LDAP error #32: LDAP_NO_SUCH_OBJECT, referer:
https://stafflibrarydemo.abc.edu/
[Thu Sep 10 17:02:22 2015] [error] [client 10.15.2.17] [Thu Sep 10 17:02:22
2015] mainpage.pl: # The server cannot find an object specified in the
request, referer: https://stafflibrarydemo.abc.edu/
[Thu Sep 10 17:02:22 2015] [error] [client 10.15.2.17] [Thu Sep 10 17:02:22
2015] mainpage.pl: , referer: https://stafflibrarydemo.habib.edu.pk/


Our KOHA version: 3.12.04.000

Seems that KOHA is unable to search user in LDAP.

Any suggestion what could be the reason ? Your support is highly
appreciated.


Thanks
Ahmad Amanullah Khan

On Thu, Sep 10, 2015 at 1:07 PM, mourik jan heupink <heup...@merit.unu.edu>
wrote:

> Here is the AD bit from our koha-conf.xml:
>
>  
>> samba.domain.com
>> CN=Users,DC=samba,DC=domain,DC=com
>> 1
>> 1
>> 1
>> %s...@samba.domain.com
>>
>>   
>>   
>>   
>>   
>>   
>>   our_branch
>>   
>>   
>>   
>>   A
>>   
>> 
>>   
>>
>
> Explained:
> samba.domain.com is the name of our active directory, if you specify that
> as hostname to bind to, koha will use (round robin) dns to connect to all
> DC's. Gives you a nice load spread, plus if one DC happens to be down, only
> some logons will fail.
>
> (verify with "host samba.domain.com" reveral times in a row, it should
> normally return different ip's, dependin on your number of dc's)
>
> Base should be your users container.
>
> Principal took me some time to understand: %
> s...@samba.domain.com
>
> %s is replaced with a username, so in my example koha tries to bind as
> usern...@samba.domain.com
>
> I think the above explains it all?
>
> MJ
>
>
>
>
> On 09/10/2015 09:18 AM, Ahmad Amanullah Khan wrote:
>
>> Dear All
>>
>> I will appreciate if you guide us how you integrated KOHA with AD. Any
>> guide will be highly appreciated.
>>
>> Thanks
>>
>> On Thu, Sep 10, 2015, 3:45 AM uwe <singlespeedfah...@yandex.com> wrote:
>>
>> Am Freitag, den 21.08.2015, 10:36 +0200 schrieb mourik jan heupink:
>>>
>>>> I have no other clues, no. Must say I'm rather surprised to read that
>>>> auth by bind is no option for you. Are you sure? Why not
>>>>
>>>
>>> It seems that I misunderstood the auth-by-bind function. Finally
>>> someone who has more ldap knowledge helped out to connect the ldap to
>>> our koha installation. Now it works with auth-by-bind as you suggested.
>>> Thank you very much. Your hint guided us into the right way to get it
>>> to work.
>>>
>>> Best wishes
>>> Uwe
>>>
>>>
>>>>
>>>> On 08/20/2015 03:02 PM, uwe wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> Am Mittwoch, den 19.08.2015, 22:24 +0200 schrieb mourik jan
>>>>> heupink:
>>>>>
>>>>>> I'm not sure if it will help you, but we have never had much luck
>>>>>>
>>>>>> with the password compare routine, which koha seems to like.
>>>>>>
>>>>>> I don't know any other ldap client that works like that. The
>>>>>> usual
>>>>>> way
>>>>>> (and this one works perfectly here, using openldap and also
>>>>>> samba4/AD)
>>>>>> is: use 1
>>>>>>
>>>>>> Your principal_name would then be something like:
>>>>>>
>>>>>> dn=%s,ou=id,dc=MY_ORG,dc=org
>>>>>>
>>>>>
>>>>> Thank you for your answer and hints but unfortunally auth_by_bind
>>>>> seems
>>>>> to be no option for us.
>>>>>
>>>>> Is there another way to solve the issue?
>>>>>
>>>>> Thanks in advance
>>>>> Uwe
>>>>>
>>>>> Hopefully this helps you as well.
>>>>>>
>>>>>> MJ

Re: [Koha] Koha and LDAP: Password comparison fails

2015-09-10 Thread Ahmad Amanullah Khan
Dear All

I will appreciate if you guide us how you integrated KOHA with AD. Any
guide will be highly appreciated.

Thanks

On Thu, Sep 10, 2015, 3:45 AM uwe  wrote:

> Am Freitag, den 21.08.2015, 10:36 +0200 schrieb mourik jan heupink:
> > I have no other clues, no. Must say I'm rather surprised to read that
> > auth by bind is no option for you. Are you sure? Why not
>
> It seems that I misunderstood the auth-by-bind function. Finally
> someone who has more ldap knowledge helped out to connect the ldap to
> our koha installation. Now it works with auth-by-bind as you suggested.
> Thank you very much. Your hint guided us into the right way to get it
> to work.
>
> Best wishes
> Uwe
>
> >
> >
> > On 08/20/2015 03:02 PM, uwe wrote:
> > > Hello,
> > >
> > > Am Mittwoch, den 19.08.2015, 22:24 +0200 schrieb mourik jan
> > > heupink:
> > > > I'm not sure if it will help you, but we have never had much luck
> > > >
> > > > with the password compare routine, which koha seems to like.
> > > >
> > > > I don't know any other ldap client that works like that. The
> > > > usual
> > > > way
> > > > (and this one works perfectly here, using openldap and also
> > > > samba4/AD)
> > > > is: use 1
> > > >
> > > > Your principal_name would then be something like:
> > > >
> > > > dn=%s,ou=id,dc=MY_ORG,dc=org
> > >
> > > Thank you for your answer and hints but unfortunally auth_by_bind
> > > seems
> > > to be no option for us.
> > >
> > > Is there another way to solve the issue?
> > >
> > > Thanks in advance
> > > Uwe
> > >
> > > > Hopefully this helps you as well.
> > > >
> > > > MJ
> > > >
> > > > On 8/18/2015 14:35, uwe wrote:
> > > > > Hello,
> > > > >
> > > > > we have a Koha-Installation and would like to connect to our
> > > > > OpenLDAP
> > > > > -server, but I can't get it to work.
> > > > >
> > > > > First our Koha setup:
> > > > >
> > > > > > OS: debian wheezy
> > > > > > Koha: 3.20.02
> > > > >
> > > > > Connecting to ldap-server works fine but the password
> > > > > comparison
> > > > > fails
> > > > > with the follwing error (tested in the console but also fails
> > > > > in
> > > > > the
> > > > > web gui; also given password is correct):
> > > > >
> > > > > > root@biblio:/etc/koha/sites/MY_SITE# env
> > > > > > PERL5LIB=/usr/share/koha/lib
> > > > > KOHA_CONF=/etc/koha/sites/MY_SITE/koha-conf.xml perl
> > > > > /usr/share/koha/opac/cgi-bin/opac/opac-user.pl
> > > > > userid=MY_MAIL_NAME@MY_
> > > > > ORG.org password=MY_PASSWORD. | head -5
> > > > >
> > > > > > Got 2 ldap mapkeys (  total  ): userid
> > > > > > Got 2 ldap mapkeys (populated): userid
> > > > > > Checking Auth at /usr/share/koha/lib/C4/Auth.pm line 703,
> > > > > > 
> > > > > > line
> > > > > 558.
> > > > > > kohaversion : 3.2002000
> > > > > > ## checkpw - checking LDAP
> > > > > > LDAP Auth rejected : invalid password for user
> > > > > > 'MY_MAIL_NAME@MY_O
> > > > > > RG.o
> > > > > rg'. LDAP error #5: LDAP_COMPARE_FALSE
> > > > > > # This code is returned when a compare request completes and
> > > > > > the
> > > > > attribute value given is not in the entry specified
> > > > > >
> > > > > > Login failed, resetting anonymous session... at
> > > > > /usr/share/koha/lib/C4/Auth.pm line 1107,  line 595.
> > > > >
> > > > > Configuration in koha-conf.xml, see below. Our ldap-server uses
> > > > > SSHA as
> > > > > password sheme. Could this be the problem?
> > > > >
> > > > > How can I solve it? Can't find much usefull when searching
> > > > > internet
> > > > > for
> > > > > the problem.
> > > > >
> > > > > Thanks and best wishes
> > > > > Uwe
> > > > >
> > > > > > 1 
> > > > > >
> > > > > > 
> > > > > >
> > > > > > 
> > > > > >MY_LDAP_SERVER
> > > > > >  ou=id,dc=MY_ORG,dc=org
> > > > > >  cn=biblio,ou=daemons,dc=MY_ORG,dc=org
> > > > > > 
> > > > > >  MY_SECRET_PASSWORD  
> > > > > > 0 
> > > > > >  0  
> > > > > >  0
> > > > > >  0 
> > > > > > 
> > > > > >   
> > > > > >  
> > > > > >  
> > > > > >  
> > > > > >  
> > > > > > 
> > > > >
> > > > >
> > > > > (hint: some private data is anonymized with large letters)
> > > > >
> > > > ___
> > > > Koha mailing list  http://koha-community.org
> > > > Koha@lists.katipo.co.nz
> > > > https://lists.katipo.co.nz/mailman/listinfo/koha
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > https://lists.katipo.co.nz/mailman/listinfo/koha
> --
> Q:  What is green and lives in the ocean?
> A:  Moby Pickle.
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz

Re: [Koha] Big Collection

2015-09-04 Thread Ahmad Amanullah Khan
Did you checked your zebra server ? Also try to reindex.

On Fri, Sep 4, 2015, 8:24 AM Jerwyn  wrote:

> Greetings!
>
> We have roughly have 400,000 collections, cataloged in koha.
>
> We are experiencing *"504 Gateway Time-out The server didn't respond in
> time."*  whenever the keyword we are searching has a several of results.
>
> Can you please give us inputs from your own experience on how are we going
> to optimize the server, to make it seamless.
>
> Looking forward to this, thank you and best regards!
>
>
>
>
>
> --
> View this message in context:
> http://koha.1045719.n5.nabble.com/Big-Collection-tp5852592.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Report for titles with all copies checked out

2015-08-23 Thread Ahmad Amanullah Khan
Good Morning

We have setup overdue notices and slips but unable to send emails. Email is
working when creating a new patron account. Please help

On Sun, Aug 23, 2015, 5:12 PM Caitlin Kleinpaste kleinpas...@xenos.org
wrote:

 I've seen the report that gives you all checked out books, but I then have
 to go through each title and see if we have any copies that are not checked
 out.

 I've also seen the one that tells you books with copies on hold, but our
 patrons tend to do a lot of dropping in to see if we have something rather
 than placing holds.

 I'm just wondering if someone has written a report that is not on the SQL
 Reports Library that finds titles with every copy checked out.  If not, I
 may try writing one, but I've never written a report before so I thought
 I'd try this first.

 Thanks,
 Caitlin Kleinpaste


 On Fri, Aug 21, 2015 at 7:38 PM, Indranil Das Gupta indr...@gmail.com
 wrote:

  Hi Caitlin,
 
  On Sat, Aug 22, 2015 at 1:49 AM, Caitlin Kleinpaste
  kleinpas...@xenos.org wrote:
   We're trying to get an idea of books that we might need more copies of,
  and
   so want to get a list of all the titles we have that all copies are
  checked
   out.
  
   Has anyone written a report like this?  If so, could you send it to me?
 
 
 
 http://wiki.koha-community.org/wiki/SQL_Reports_Library#All_Checked_Out_Books
 
  And while you are at it, also take a look at the other reports :-)
 
  hope this helps,
  -Indranil
 
 
  --
  Indranil Das Gupta
  L2C2 Technologies
 
  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
 https://lists.katipo.co.nz/mailman/listinfo/koha

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


Re: [Koha] Custom pages un Koha

2015-03-13 Thread Ahmad Amanullah Khan
Thank you all

Doesn't seems simple as it looks. I have koha 3.18 version.

I tried the steps but not working for me. I didn't tried the plugin thing
but did all configs as per wiki.

My koha is on cloud.
On Mar 13, 2015 1:54 AM, ada...@tij.uia.mx wrote:

 This Plugin or some similar feature can be implemented in the opac user
 account after login to add pages/urls to protected resources? How?

 FAOA
 Biblioteca Loyola
 http://www.biblioteca.iberotijuana.edu.mx

 
 This message was sent using IMP, the Internet Messaging Program.


 --
 Este correo electronico puede contener informacion confidencial y
 privilegiada, por lo que se prohibe el uso, reproduccion, retransmision o
 divulgacion no autorizada, parcial o total, de su contenido. Si usted no es
 el destinatario del presente correo, por favor notifiquelo al remitente
 mediante reenvio a su correo electronico y borrelo de inmediato. Para
 conocer el aviso de privacidad le pedimos acceder a la siguiente liga:
 http://www.iberotijuana.edu.mx/?doc=/avisoprivacidad/index.html
 --
 Los acentos han sido removidos intencionalmente para facilitar la lectura
 del mensaje independiente a la codificacion del mismo.
 ___
 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


Re: [Koha] Support status on CentOS or RedHat

2015-03-12 Thread Ahmad Amanullah Khan
We are using koha on centos without any issues. Not sure about support.
On Mar 12, 2015 9:52 PM, Jose-Marcio Martins 
jose-marcio.mart...@mines-paristech.fr wrote:


 Hello,

 We're upgrading our current installation of Koha.

 We'd like to do it on a CentOS box. Most of our boxes are under RedHat or
 Fedora or CentOS.

 And I saw at some page of the wiki how to do it.

 My question is about the support status on CentOS.

 Someone told us that 99.9 % of Koha instances run on Debian (and
 derivatives) and it's absolutely unsure that it will run on CentOS or
 RedHat.

 Do you discourage using Koha on CentOS ? Just discourage ? Strongly
 discourage ? No support on CentOS ?

 Thanks for your answer.

 Regards

 José-Marcio


 --

  Envoyé de ma machine à écrire.
  ---
   Spam : Classement statistique de messages électroniques -
  Une approche pragmatique
   Chez Amazon.fr : http://amzn.to/LEscRu ou http://bit.ly/SpamJM
  ---
  Jose Marcio MARTINS DA CRUZhttp://www.j-chkmail.org
  Ecole des Mines de Paris   http://bit.ly/SpamJM
  60, bd Saint Michel  75272 - PARIS CEDEX 06


 ___
 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] Custom pages un Koha

2015-03-12 Thread Ahmad Amanullah Khan
Hi All

Can any body help me out..

We need to add some custom content pages in our koha and we want that opac
header remains same on all page navigations.

We are using the latest koha version.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Export Patrons

2015-02-25 Thread Ahmad Amanullah Khan
Hi

Can we import all patrons in a single file for backup purpose in koha?

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


Re: [Koha] site does not exist

2015-02-25 Thread Ahmad Amanullah Khan
Hi

When you executed the create site command did you mentioned the same name
library1 .. try to execute by removing 1 after library.

Hope this helps
On Feb 26, 2015 7:53 AM, etaisil ineseliam etaisil.inesel...@gmail.com
wrote:

 Im trying to install koha using this instruction

 http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages

 but im stuck on this error

 kohauser@KohaServer:~$ sudo a2ensite library1
 ERROR: Site library1 does not exist!
 kohauser@KohaServer:~$

 how do I fix this error
 ___
 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] AddMarcRecord - Customization

2015-02-22 Thread Ahmad Amanullah Khan
Hi All

I wanted to customize the form available on following navigation:

Home https://staff-library.habib.edu.pk/cgi-bin/koha/mainpage.pl ›
Cataloging
https://staff-library.habib.edu.pk/cgi-bin/koha/cataloguing/addbooks.pl ›
Add MARC record

Can we edit this form which contains almost 900 fields I want to only view
those fields which we use to enter a record others should be hidden.

My KOHA version: 3.12.04.000


Any help and guidance will be highly appreciated


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


Re: [Koha] Error message at login: 'You do not have permission to access this page'

2015-02-20 Thread Ahmad Amanullah Khan
You can ignore that warning and continue working.

For your newly created patron edit the patron account and edit permissions
and check all the permission boxes. Once done save and exit. Try login with
newly created account and check.

Cheers
Ahmad Amanullah Khan
On Feb 19, 2015 10:57 PM, Frank Peters koh...@online.de wrote:

 Hi out there,

 I'm glad to take part in this list in my effort to set up a working Koha
 database for the library of our institute.

 Unfortunately, I encounter the first problem right at the beginning: When
 logging in with my database administrator account, I get this message:

 Warning: You're logged in with the database administrator account. This
 is a bad idea, and you are likely to encounter problems. You should create
 a patron to use when administering Koha and give it superlibrarian
 permissions.

 So I did: I've created a new patron with my name (peters), choosing the
 category SuperUser (SU) (the only available option). When I try to log in
 as this patron, however, I get the message:

 Error: You do not have permission to access this page.

 So, what's going wrong?!

 Grateful for any helpful idea!

 Frank

 ___
 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


Re: [Koha] Search Options on OPAC

2015-02-19 Thread Ahmad Amanullah Khan
Hi

Thanks for your valueable help

I want to add a dropdown with some values or hyper link to digital
resources.

Please guide.
On Feb 18, 2015 2:41 PM, Indranil Das Gupta indr...@gmail.com wrote:

 Hi,

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

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

 You can follow the example snippet I had provided to change Authority
 search to Search authority files. In case you have something else
 in mind, do explain.

  For KOHA-CMS I followed the following link:
 
  http://wiki.koha-community.org/wiki/Koha_as_a_CMS

 You are on Koha 3.12.x series. That version has had its end of life,
 the current stable version is 3.18.x. The wiki article is geared
 towards 3.14 onwards. Do you get the same error on a uptodate version?

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

 What does your server log say?

 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] 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] 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


Re: [Koha] Book covers only show when in administration

2015-02-14 Thread Ahmad Amanullah Khan
Strange I also set the same option and can see images on OPAC.
On Feb 15, 2015 12:11 AM, ChristyThomas christy_tho...@yahoo.com wrote:

 Hi,

 I have set our Koha up to display book covers through amazon link.

 It is working when logged in doing admin.

 I don't see them when I view not logged in.

 Any suggestions?

 Thanks so much,

 Christy



 --
 View this message in context:
 http://koha.1045719.n5.nabble.com/Book-covers-only-show-when-in-administration-tp5828301.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

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


Re: [Koha] Koha on Ubuntu

2015-02-12 Thread Ahmad Amanullah Khan
Thank you for the reply

I got the guide and I was able to configure all but when I initiated step 3
in browser while creating DB structure it says timeout upstream server is
reaponding late.

Please let me know if any one can help.
On Feb 11, 2015 9:01 PM, vikram zadgaonkar vikramczadgaon...@gmail.com
wrote:

 You can refer community site.
 On 11-Feb-2015 9:30 PM, Ahmad Amanullah Khan 
 ahmadamanullahk...@gmail.com wrote:

 Hi

 I wanted to install koha on ubuntu. Can anyone provide me the step by step
 guide or any document.

 I will appreciate help on this.

 Thanks
 ___
 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] Koha on Ubuntu

2015-02-11 Thread Ahmad Amanullah Khan
Hi

I wanted to install koha on ubuntu. Can anyone provide me the step by step
guide or any document.

I will appreciate help on this.

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


[Koha] KOHA - CMS

2015-02-06 Thread Ahmad Amanullah Khan
Hi

Any body visited or tested following URL::

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




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


Re: [Koha] Troubleshoot file not found (856$u)

2015-02-05 Thread Ahmad Amanullah Khan
Hi

Can you please advise me how I can customize masthead on KOHA opac. I want
to change option Authority Search. Please let me know how I can achieve
this.


Thanks
Ahmad Amanullah Khan

On Wed, Feb 4, 2015 at 8:30 PM, Doug Dearden dear...@sarsf.org wrote:

 Gopalakrishna,

 /home/user/Downloads is not in a location that is accessible from the
 Apache web server.  On a default package install on Debian the document
 root for the OPAC is /usr/share/koha/opac/htdocs , and the document root
 for the staff client is /usr/share/koha/intranet/htdocs.  I believe it is
 the same on Ubuntu.  There are different ways to make files accessible via
 the url.  One is to create a directory in one of these locations, put the
 files there and then just point to them.  For instance if your server is at
 http://mylibrary.mydomain.com you create the directory
 /usr/share/koha/opac/htdocs/myfiles , and put the file test.pdf in there.
 The url http://mylibrary.mydomain.com/myfiles/test.pdf should point to
 that file.

 To use /home/user/Downloads you can use a symbolic link instead.  You put
 your files in /home/user/Downloads.  Instead of making the myfiles
 directory, you make a symbolic link from the OPAC document root:
 ln –s /home/user/Downloads /usr/share/koha/opac/htdocs/myfiles

 You put the file test.pdf into /home/user/Downloads .  The url
 http://mylibrary.mydomain.com/myfiles/test.pdf should point to the file
 the same as above.  The advantage to this method is you can give a limited
 user the ability to put files into /home/user/Downloads without ever having
 to see unneeded parts of the file structure.

 Another trick that Galen Charlton pointed out to me was using the Apache
 redirect directive.  Instead of putting the full url into the 856u field,
 you can use a placeholder that Apache reinterprets into the full url.  If
 sometime in the future you run out of space for these files, you can move
 them to another server and just change the redirect reference in the Apache
 config file.  For instance, in our example you would use:
 Redirect /filelocation http://mylibrary.mydomain.com/myfiles
 The url you put into the 856u field would be /filelocation/test.pdf.  If
 you later move your files to a different server, rather than having to edit
 all of the 856u fields, you can simply change the Redirect directive to
 something else like:
 Redirect /filelocation http://biggerserver.mydomain.com/myfiles

 Best,

 Doug



 From: Gopalakrishna-BMSIT [mailto:gk.bm...@gmail.com]
 Sent: Tuesday, February 3, 2015 9:49 PM
 To: Doug Dearden
 Subject: Re: [Koha] Troubleshoot file not found (856$u)

 Dear Doug,
 I have installed koha using packages on Ubuntu 12.04, also on Debian
 Squeezy on another system.
 Regards,
 Gopalakrishna

 With Regards,
 Gopalakrishna
 Librarian,
 B.M.S Institute of Technology,
 Avalahalli, Doddaballapur Main Road,
 Yelahanka, Bangalore-64
 Ph: 080-65369469
 Mob.: 97418 98674

 On Mon, Feb 2, 2015 at 10:28 PM, Doug Dearden dear...@sarsf.orgmailto:
 dear...@sarsf.org wrote:
 How did you install Koha.  From tarball, or did you use the packages?
 What distribution are you installed on, Debian? Ubuntu? Something else?

 Doug

 -Original Message-
 From: Koha [mailto:koha-boun...@lists.katipo.co.nzmailto:
 koha-boun...@lists.katipo.co.nz] On Behalf Of Gopalakrishna-BMSIT
 Sent: Friday, January 30, 2015 11:00 PM
 To: koha@lists.katipo.co.nzmailto:koha@lists.katipo.co.nz
 Subject: [Koha] Troubleshoot file not found (856$u)

 I would like to load files in the folder /home/User/Downloads using the
 field 856$u.  How to do it.

 Thanks
 Gopalakrishna
 ___
 Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
 mailto: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




-- 


“*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