You are viewing limited content. For full access, please sign in.

Question

Question

Hiding Volume Search from Advanced Search in Weblink

asked on May 6, 2021

Hi everyone!

 

I have client that came to me with a question/request.  Essentially, they were hoping for a way to hide searching by Volume in Weblink.  Their reasoning being, that public users have no need or knowledge of what volumes to search by, so they don't want to cause confusion, etc.

 

I see no way to do so "out of the box", so I was curious if anyone had run into something similar and managed to find a solution.  Any help is appreciated, thanks!

0 0

Answer

SELECTED ANSWER
replied on May 6, 2021 Show version history

Find the styles.css file in Program Files\Laserfiche\WebLink\WebLink\Web Files (depending on your installation path)

Then at the bottom of the file there's a section for "Begin Custom WebLink CSS" where you can add the following:

option[lflocalize=STR_WITHIN_VOLUME] {
	display: none;
}

Note that where you put the CSS may be a little different if you're using an older version of WebLink

Also, it's always a good idea to create a backup copy of the original file just in case.

4 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.