Add Custom Links to the Staff Interface

Add Custom Links to the Staff Interface

The system preference, IntranetNav, allows libraries to add links/text to the top static bar on the Staff Interface.


System Preference

In the system preference, IntranetNav, text or a link can be added that will appear in the top tool bar. Koha does need this in HTML format.

To add a link, enter this into the system preference box:

Info
<li><a href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl">Call Number Browse</a></li>

Start with a <li> and always end with a </li>.

The URL is between the quotes. After the URL and > will be the text you would like displayed on the Staff Client.

    • Related Articles

    • Customizing the Koha Staff Interface

      Adding a Calendar to the Koha Staff Interface It is possible to embed a calendar from a third party provider into Koha so that it is visible to anyone that logs into the staff interface. This calendar will be displayed to all staff logging into the ...
    • Advanced Searching in Koha

      Koha has a built-in 'Advanced Search' option which allows staff and patrons to build a search using search terms, item types, shelving locations, publication date, availability, location, and more! Staff Advanced Search If a staff member was looking ...
    • Setting Up Sounds in Koha

      Koha has the option to customize the standard sounds played on the staff client as well as the ability to define custom alerts on the self checkout modules. Setting up custom alerts takes a bit of HTML/jQuery knwoledge, but changing the default ...
    • Lists in Koha

      Staff can curate lists for both the OPAC and also for internal use for the Library. When creating a new list, a staff member will go to the top static bar or choose the List module from the main page of the staff interface. From here there is a "New ...
    • Koha to Koha ILL

      This articles walks through the steps of setting up a Koha to Koha interlibrary loan instance. The ILL (Interlibrary loans) module adds the ability to request and manage loans or copies of material. Patrons can submit a request via the OPAC from the ...