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

    Thumbnail image link is not working

    • Article Type: General
    • Product: Primo
    • Product Version: 4

    Problem Symptoms:
    Thumbnail image link is not working because the extra "&gathStatIcon=true" is added at the end of the URL.

    Cause:
    Defect in Primo

    Resolution:
    Workaround
    1. Edit the file 'thumbnails.tag' under the directory $fe_web/WEB-INF/tags/primo, for example.
    /exlibris/primo/p4_1/ng/primo/home/system/thirdparty/jbossas/server/search/deploy/primo_library-app.ear/primo_library-libweb.war/WEB-INF/tags/primo

    2. Remove gathStatIcon, for example, before editing the file appears as:
    <c:when test="${not empty imageHref}">
    <a href="${imageHref}&gathStatIcon=true" target="_parent" ${hideDisplay} onclick="${boomCall}">
    <img src="${imageSource}" alt="cover" ${imageClass} ${imageId} />
    </a>
    </c:when>

    after edit:
    <c:when test="${not empty imageHref}">
    <a href="${imageHref" target="_parent" ${hideDisplay} onclick="${boomCall}">
    <img src="${imageSource}" alt="cover" ${imageClass} ${imageId} />
    </a>
    </c:when>

    Category: BO Configuration

    Subject: Pipe configuration wizard


    • Article last edited: 10/8/2013