Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can toggle color in the viewer by following the steps below to edit one of the Square 9 Web Config files.

Steps:

1. Open File Explorer and navigate to: C:\inetpub\wwwroot\

...

GlobalSearchViewer and open the web.config file

Info

In GlobalSearch version 4.5 or older, go to C:\inetpub\wwwroot\Square9API instead

2. Add/change the following attributes. If they do not exist, simply copy and paste them from this KB into the web config under the <appsettings> block and set the value to either

...

True

...

 or False

...

 (See below)

<appsettings>


...

Code Block
languagexml
<appsettings>
	<add key="ViewerDropColor" value="false

...

"

...

></add>

...


	<add key="ViewerUseGrayscale" value="false

...

"

...

></add>

...


</appsettings>
  • Toggling

    "

    ViewerDropColor

    " to "True" will

     to True will set the viewer to full black and white for all documents.

  • Toggling

    "ViewerUserGrayscale" to "True" will

    both ViewerDropColor and ViewerUserGrayscale to True will set the viewer to use grayscale for all documents

  • Toggling

    "

    False

    " for

     for both will enable full color in the viewer.


3. Save the web.config file.
4. Open CMD as an Administrator and enter command: iisreset
5. Launch GlobalSearch Web. The documents should now Render in accordance with your config file parameters.

Filter by label (Content by label)
showLabelsfalse
max5
spacesS9SKB
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "globalsearch" , "web" , "kb-how-to-article" , "viewer" ) and type = "page" and space = "S9SKB"
labelskb-how-to-article globalsearch web viewer


Page Properties
hiddentrue


Related issues