eFiction Bridge Install Guide


1. Open your bridge file and find this line:

$this->boardurl = 'http://localhost/eFiction';
require_once('../eFiction/config.php');

and change it to match your site.
eg. If your eFiction link is: http://abc.com/eFiction and your coppermine link is http://abc.com/Coppermine then change it to:

$this->boardurl = 'http://abc.com/eFiction';
require_once('../eFiction/config.php');

or

If your eFiction link is http://abc.com/ and your coppermine link is http://abc.com/gallery then change it to:

$this->boardurl = 'http://abc.com';
require_once('../config.php');


2. Upload bridge file to your Coppermine bridge folder by using any of FTP software. Chmod 777.


3. Login into Coppermine with an admin account and go to "Bridge Manager". Press the button "Start bridging wizard".


4. Check "your custom bridge file's name" option and fill "eFiction" to the input box.

Press "Next" three times to continue.


5. Chose "enable" and click finish button to finish install the bridge !