Skip to content

SplitsBrowser Integration

James Errington edited this page Jun 22, 2017 · 1 revision

RG2 includes the ability to link directly to the javascript-based version of SplitsBrowser.

For RG2 versions 1.4.0 and above you need to be running SplitsBrowser 3.4.1 as a minimum.

The required steps for a standalone installation are:

  1. Obtain the latest version of SplitsBrowser from Github and extract all the files to a suitable location. Typically this would be a directory called splitsbrowser at the same level as the rg2 and kartat directories.

  2. Edit your rg2-config.php file and add the following line, with the relevant directory details:

define('SPLITSBROWSER_DIRECTORY', 'http://www.club.routegadget.co.uk/rg2/splitsbrowser');

Note that if you are running on a routegadget.co.uk site you do NOT have to do step one. Instead just put the following line in rg2-config.php:

define('SPLITSBROWSER_DIRECTORY', 'http://www.routegadget.co.uk/splitsbrowser');