• Resolved ndccas

    (@ndccas)


    Hi

    I’m attempting to set up WebLibrarian on our site, and I have a few questions:
    1. How can I change the field requirements for state and zipcode? Because we’re based in Australia, our states are 2-3 letters, and our zipcodes are 4 digits.

    2. How do I create a login function for patrons on the frontend of the site?

    3. How do I change the status from “check shelves” to “available”? We’re running a postal lending library so there are no physical shelves to check.

    Thank you.
    Cas

    https://wordpress.org/plugins/weblibrarian/

Viewing 1 replies (of 1 total)
  • Plugin Author Robert Heller

    (@robertpheller)

    1. To change the patron address fields, you need to edit the field defs in includes/database_code.php — all of the field definitions are near the beginning. The code involved in defining and checking the forms fields is in includes/WEBLIB_Patrons_Admin.php.
    2. There are various plugins that provide a login widget. There is a built in widget, but it contains extra admin-related links. I use one called Login-Logout by webvitaly on one of the sites I manage. There are a number of these admin/meta replacement plugins available.
    3. To change this, you need to edit the code in includes/short_codes.php (front end) and includes/WEBLIB_Circulation_Admin.php (back end).
Viewing 1 replies (of 1 total)

The topic ‘Change zipcode requirements in library patron’ is closed to new replies.