OPAC uses default skin instead of custom skin
- Product: Voyager
- Product Version: 8.0.0
Problem Symptoms
OPAC is using the default skin en_US instead of the custom skin
Confirmed that the correct settings are in /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/WEB-INF/web.xml file as per Setting the default skin in WebVoyage (where xxxdb is the Voyager Database Instance)
Cause
Default skin is also specified in /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/htdocs/index.html
Resolution
- Remove the following references to "en_US" in the /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/htdocs/index.html file, as illustrated below:
BEFORE:
<li><a href="/vwebv/searchBasic?sk=en_US">Basic search</a></li>
<li><a href="/vwebv/searchAdvanced?sk=en_US">Advanced search</a></li>
<li><a href="/vwebv/enterCourseReserve.do?sk=en_US">Course reserve materials</a></li>
<li><a href="/vwebv/login?sk=en_US">Log in to use your saved preferences</a></li>
<li><a href="/vwebv/myAccount?sk=en_US">Review your account</a></li>
AFTER:
<li><a href="/vwebv/searchBasic?">Basic search</a></li>
<li><a href="/vwebv/searchAdvanced?">Advanced search</a></li>
<li><a href="/vwebv/enterCourseReserve.do?">Course reserve materials</a></li>
<li><a href="/vwebv/login?">Log in to use your saved preferences</a></li>
<li><a href="/vwebv/myAccount?">Review your account</a></li>
- Save and exit the index.html file (wq!)
- Restart Tomcat using the "/m1/voyager/xxxdb/tomcat/tsvrctl restart" command
- Article last edited: 20-Aug-2019