Hi all,
I've noticed decreased performance in my site with List All active, is there a way I can permanently disable this and have it as List all in view?
thanks
Scott
Disable List All
-
- Posts: 7
- Joined: Wed Jun 12, 2019 7:00 pm
Disable List All
Live Radar from around the world https://www.ea-radar.co.uk
Re: Disable List All
There are a couple of ways. If you want to just have the setting switched on by default then configure the initial settings for the site with the switch turned on. See here for documentation on setting initial settings:
http://www.virtualradarserver.co.uk/Doc ... l-settings
If you want to remove the user interface for the switch to that it can't be turned back on again (which is a bit unfriendly) then you need to use the custom content plugin for that.
The documentation for the custom content plugin is here:
http://www.virtualradarserver.co.uk/Doc ... fault.aspx
and the bit you want to concentrate on is here:
http://www.virtualradarserver.co.uk/Doc ... tings.aspx
and the setting you want to set to false via the script is VRS.globalOptions.listPluginShowHideAircraftNotOnMap
http://www.virtualradarserver.co.uk/Doc ... l-settings
If you want to remove the user interface for the switch to that it can't be turned back on again (which is a bit unfriendly) then you need to use the custom content plugin for that.
The documentation for the custom content plugin is here:
http://www.virtualradarserver.co.uk/Doc ... fault.aspx
and the bit you want to concentrate on is here:
http://www.virtualradarserver.co.uk/Doc ... tings.aspx
and the setting you want to set to false via the script is VRS.globalOptions.listPluginShowHideAircraftNotOnMap