Unable to hide login screen on Koha OPAC
Hi I would like to make our KOHA OPAC open to the public without them having to login. I have edited the OPACUserJS entry and put in the following string, $("#login").hide(); The login screen is still there after saving this. What could I be doing wrong? Kind regards, Bongiwe Shongwe
I would like to make our KOHA OPAC open to the public
If set the "OpacPublic" system preference to "Enable," the public will not be required to log in to access Koha' OPAC. If you also want to *prevent* users from logging in to the OPAC you can set "opacuserlogin" to "Don't allow." It sounds like those two preferences will get you what you're looking for. -- Owen -- Web Developer Athens County Public Libraries https://www.myacpl.org
It depends on what you want to achieve: 1. If you want to disallow patrons logging in to the OPAC, then there is the opacuserlogin system preference. 2. If you just want to hide the login form on the OPAC home page, then using either OPACUserCSS or OPACUserJS are options. Not my area of expertise, so can't offer any suggestions here apart from what others have posted on your Facebook query (using OPACUSerCSS: #login { display:none; } ). Note: Patrons could still directly access the OPAC login form at <yourdomainport>/cgi-bin/koha/opac-user.pl David Nind New Zealand
participants (3)
-
bongiwe@uks.co.za -
David Nind -
Owen Leonard