Hi all,
I found a solution to disable the "Membership Registration" from WebOPAC. To be honest, it is more a patent but anyway
In directory "C:\NewGenLibFiles\OpacTemplates\default" I renamed the file "MemberShip.ftl" to "membership-OLD.ftl" and I created a new one "MemberShip.ftl" where using html I created a webpage with the message "Memembership Registration is disabled. Please contact the librarian".
This is the simple code inside the new "MemberShip.ftl":
<p>Membership Registration is disabled. Please contact the librarian.</p>
<p><a href="http://yoursite:8080/newgenlibctxt">Back to Catalogue...</a></p>
<p> </p>
If there is a more "normal" solution to disable the WebOPAC "Membership Registration" option, I would like to know it.