Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Primo

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Primo
    3. Knowledge Articles
    4. How to change Help link at Primo FE?

    How to change Help link at Primo FE?

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Primo

    Desired Outcome Goal:
    The help link on the Primo Front End is hardcoded but can be changed by adding javascript file and pointing to it in the footer.html as below.

    Procedure:
    1. Create a java script and save the file as "allPages.js" (e.g.):

    $(function(){
    $('.EXLMainMenuITEMHelp').
    attr('href', '<URL_to_custom_help_file>').
    attr('onclick', '');
    });

    For example:
    //Change HELP link to custom file
    $(".EXLMainMenuItem > span > a:contains('Help')").attr("href", "../uploaded_files/LIB/help.html");


    NOTE:
    <URL_to_custom_help_file> can be either to the Primo server uploaded custom help file, or else to such a file maintained on the customer's local server.
    For a custom help file on the Primo server: http://<PRIMO-HOSTED-SERVER>/primo_library/libweb/uploaded_files/<VIEW_CODE>/search.html
    For a custom help file on another server source (e.g.): http://link-to-localized-help-doc

    Where:
    <PRIMO-HOSTED-SERVER> refers to the hostname for the Primo server (the same as in the Primo Font End URL).
    <VIEW_CODE> is the customer's view code which can be identified by consulting the appropriate code in the "Code" column of the Ongoing Configuration Wizards > Views Wizard.
    "search.html" or "link-to-localized-help-doc" for example, is a localized help file that the customer has created.

    2. Login to the Primo Back Office and go to Primo Utilities > File Uploader

    3. Upload the "allPages.js" file

    4. Add the following line to the customized footer.html that is referred to in Ongoing Configuration Wizards > Views Wizard > Home Page > Static HTML:

    <script type="text/javascript" src="../uploaded_files/<VIEW_CODE>/allPages.js"></script>

    NOTE: <VIEW_CODE> is the customer's view code which can be identified by consulting the appropriate code in the "Code" column of the Ongoing Configuration Wizards > Views Wizard.

    5. Upload the new version of the footer.html file using the file_uploader.

    The change takes effect after refreshing the browser.

    Category: Primo FE

    Subject: Front-End


    • Article last edited: 11/4/2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to change exlidHeaderContainer background-color to white in Primo banner
      • How to change Primo to display personal author names to inverted order (lastname, firstname) instead of direct order (firstname lastname) in the full record display?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Community Content Type
      How To
      Content Type
      Knowledge Article
      Language
      English
      Product
      Primo
    2. Tags
      1. contype:kba
      2. Front-End
      3. Primo FE
      4. Prod:Primo
      5. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved