Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Remove WebVoyage footer tabs (buttons)

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    Remove one or more footer "tabs" (sometimes called "buttons" or "links") from WebVoyage OPAC user interface.

    Answer

    There are two different options for making such a change.  The first is granular and just removes one or more of the tabs.  The second removes the entire row of tabs.

    1. Go to  /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin]/xsl/userTextConfigs/pageProperties.xml and in the "Footer Tab Display Order" section, comment out the tab or tabs you do not want to display in the WebVoyage footer.

    For example, the following change will limit the display to only the Search and the Help tabs:

       <!-- ## Footer Tab Display Order ## -->
       <footerTabDisplayOrder>
          <tab name="page.footer.buttons.search.button">
             <highlight
                pages="
                   page.searchBasic
                   page.searchAdvanced
                   page.searchSubject
                   page.searchAuthor
                   page.searchCourseReserveData
                "/>
          </tab>
    <!--
          <tab name="page.footer.buttons.mySearches.button">
          <highlight
                pages="
                   page.mySearches
                "/>
          </tab>
          <tab name="page.footer.buttons.myList.button">
          <highlight
                pages="
                   page.myList
                "/>
          </tab>
          <tab name="page.footer.buttons.myAccount.button">
             <highlight
                pages="
                   page.myAccount
                   page.myAccount.personalInfo
                   page.myAccount.editPreferences
                   page.myAccount.changePin
                "/>
          </tab>
    -->
          <tab name="page.footer.buttons.help.button" clickOpensNewWindow="true" />
       </footerTabDisplayOrder>
     

    1. To stop all of the tabs from displaying (e.g., the entire row) simply make the following change to the header.css file:

    #footerTabs .navbar
    {
    display: none;   
    margin: 0px;
    padding: 0px 0px;

    }
     

    Additional Information

    Voyager Support has a limited ability to assist with WebVoyage customizations.  Please see: What WebVoyage customizations are supported?

     

     

     


    • Article last edited: 12-Aug-2020