Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Knowledge Articles
    4. Block display of Personal Information in Voyager OPAC

    Block display of Personal Information in Voyager OPAC

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    3. Additional Information
    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    How do we block personal information from displaying in the Tomcat Voyager WebVoyage OPAC My Account screen?

    Answer

    The easiest way to do this is to remove the Personal Information link by commenting out the Personal Info Link section of the myAccountLinks.xsl file:

    <!-- ##### Personal Info Link ##### -->
    <!-- <xsl:if test="$displayType != 'personalinfo'">
    <xsl:for-each select="/page:page//page:element[@nameId='page.myAccount.viewPersonalInfo.link']">
    <li>
    <a class="btnltbluelink" href="{page:URL}"><span><xsl:value-of select="page:linkText
    "/></span></a>
    </li>
    </xsl:for-each>
    </xsl:if>
    -->

    This file is found in the .../ui/<skin>/xsl/pageFacets directory.

    Additional Information

    If you want to take a more granular approach, replace the information inside the appropriate <div> tag in the .../xsl/contentLayout/cl_personalInfo.xsl file with a message of your choice.

    For example to remove the Permanent Address from the Personal Info display and replace it with "Removed Due to Security Concerns", change this:

                <div id="dataPermanentAddress">

                   <xsl:call-template name="buildAddressData">

                      <xsl:with-param name="eleName" select="'page.myAccount.viewPersonalInfo.permanentAddress'"/>

                   </xsl:call-template>

                </div>

     

    To this:

                <div id="dataPermanentAddress">

    Removed Due to Security Concerns.

                </div>

     


    • Article last edited: 02-Mar-2021
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Blank record display in WebVoyage when charged to status patron
      • Booleans don't work after a certain number of search terms
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Voyager
    2. Tags
      This page has no tags.
    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