This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| user_guide:white_label [2017/03/19 23:47] – [Per Access Provider] admin | user_guide:white_label [2017/03/22 17:49] (current) – [After you logged in] admin | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| * Reload the page. | * Reload the page. | ||
| * It should now reflect the changes. | * It should now reflect the changes. | ||
| + | |||
| + | <WRAP center round important 100%> | ||
| + | * We assume you copied the optimized files to be in served out of the **Webroot** as specified in the first step of this page. | ||
| + | * If you want to change it in its default location. | ||
| + | * For the optimized JavaScript code: | ||
| + | <code bash> | ||
| + | sudo vi / | ||
| + | </ | ||
| + | * For the original JavaScript code: | ||
| + | <code bash> | ||
| + | sudo vi / | ||
| + | </ | ||
| + | </ | ||
| + | |||
| ===== Change the Page Title ===== | ===== Change the Page Title ===== | ||
| Line 48: | Line 62: | ||
| <code php> | <code php> | ||
| //=== White Label ==== | //=== White Label ==== | ||
| + | |||
| + | #NOTE: To enable the White Label site wide; change this to true | ||
| $config[' | $config[' | ||
| + | |||
| + | #After it is enabled you can tweak these values | ||
| $config[' | $config[' | ||
| $config[' | $config[' | ||
| Line 56: | Line 74: | ||
| $config[' | $config[' | ||
| </ | </ | ||
| - | * The **logo.png** file resides in the **/ | + | * The **logo.png** file resides in the **/ |
| * If you want to specify a site wide default logo, please replace that one manually. | * If you want to specify a site wide default logo, please replace that one manually. | ||
| * The logo should not be more than 50 px high for it to display nicely in the top banner. | * The logo should not be more than 50 px high for it to display nicely in the top banner. | ||