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

    • 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 ...
    • 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 ...
    • Holds in Koha

      This article discusses the holds lifecycle, including system settings, placing, filling, and modifying holds, holds-related notices, working with hold logs, and more. We encourage you to use the Table of Contents to jump to a specific section or ...
    • Item Search

      If you’re responsible for Collection Development but SQL and creating custom reports feels intimidating and out of reach, Item Search is the powerful little tool you need. Item Search builds an SQL report in the background with no need to know SQL. ...