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

      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 ...
    • 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. ...
    • Koha Upgrades Testing

      This testing plan was developed to help libraries test their workflows with each upgrade. It does not specifically include each new feature - rather, it is meant to guide libraries through common tasks so that they can note any changes due to ...
    • Notices in Koha

      Notices are a powerful way to communicate with patrons about their checked-out materials, holds, renewals, etc. Koha has many options for customizing the notices and customizing how they are delivered, both through settings configuration and through ...