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

    • SIP Administration in Koha Staff Interface

      SIP Administration The SIP2 module allows staff members with the sip2 permission to manage SIP2 institutions, accounts, and system preference overrides directly in the Koha Staff Interface. In 25.11 (rolled out to all BWS partners in April 2026), ...
    • Koha 25.11 Upgrade Hub

      Start here for everything 25.11! Find links to release notes, webinar schedules, registration, Monday Minutes, educational content, and more. This page will be updated as new content is released. Upgrade Schedule Upgrade Time: After 9pm local time ...
    • Koha 25.11: Managers' Overview

      Overview This document is intended for managers who want to evaluate how select new features may impact day-to-day operations, and whether staff training may be needed to take advantage of enhancements in this upgrade. It is not intended to replace ...
    • Customizing the Koha Staff Interface

      HTML Customization Koha’s HTML customization tool allows staff to customize content on the staff interface and OPAC. To get there click on Tools > Additional tools > HTML customization Select the display location for the staff interface or OPAC Read ...
    • Customizing the OPAC

      There are many ways to customize the OPAC in Koha. This includes custom colors, adding coverflows, customizing search, and adding custom news and content. Using the Galadriel Plugin to Customize the OPAC The Galadriel plugin is a great tool to ...