Configuration

The config file is located in your plugin install at -
wp-content/plugins/bungeebones-remotely-hosted-web-directory/bunbones_config.php

You can use a text editor, your web hosts file manager, or the WordPress editor to edit that page (we provide a screen shot filled description of using the WordPress editor at the BungeeBones Control Panel (click the ‘Add A Widget” or Manage” button)

You Will Have Three or Four Settings to Make

1) BungeeBones affiliate_num = ?
2) offset = ?

Affiliate Number Config

Your affiliate number and BungeeBones link ID number are one in the same. You get it free simply by adding your link to BungeeBones.com. If you have not added your website to the BungeeBones Web Directory you can at anytime at www.BungeeBones.com.

1) Register
2) Verify your email addresss
3) Login
4) Add your link’s information
5) Receive your link number from BungeeBones

Copy your link ID number here or follow the instructions and see the picture at step 7 of installation page to locate your link ID number.

Offset Number Config
The offset adjusts your plugin to work whether it is installed in the root level, in a sub-folder or in a sub/sub folder

The bunbones_config.php file displays this regarding offset settings:

//$offset = -1; //Remove two slashes from the beginning of this line of code if you are running your WordPress install at the root level …

If you leave the setting as is (commented out)  the plugin should work properly if it is installed in a sub folder.

If it is installed somewhere else choose one of the following offset settings to match your situation and edit the bunbones_config.php file.

$offset = -1;//will run properly if WP is installed at root level

$offset = 0; // or simply commented out as the default setting is will have it run properly one level down from root (in a subfolder such as www.my-site.com/my_word_press_install)

$offset = 1; //will have it run properly two levels down from root (in a subfolder such as www.my-site.com/any_name/my_word_press_install)

$offset = 2; //will have it run properly three levels down from root (in a subfolder such as www.my-site.com/any_name/another_name/my_word_press_install)

Leave a Reply