|
How Do I Change The Template? |
|
|
|
|
Written by Ray Gilman
|
|
Thursday, 17 January 2008 |
|
All templates are located under the templates directory and can be changed by editing the cb_boss_config.php file. CB Boss is designed to reference templates by the template's directory name, making template changes as easy as plugging in the directory name of any installed template into the $cb_boss_config['template'] variable. NOTE: These directory names are case sensitive. Follow These Steps to Change a Template: - Download the cb_boss_config.php file from your installed CB Boss Mall,
- Open the cb_boss_config.php file in your favorite text editor,
- Search for $cb_boss_config['template'] variable,
- Modify the value of the variable with the directory name of the template you want to run. The value is the part after the equal sign (=) and between the single quotes. The example below shows Silver View assigned as the default template.
EX:
$cb_boss_config['template'] = 'silver_view'; The line above would assign Silver View as the current template (Note: the silver_view string between the two single quotes). Other template options might be darkened_view or golden_view. If you were to view the directory names beneath the templates directory you'd notice that silver_view is the directory name of the Silver View template. This method works on any template installed beneath the templates directory. - Save and Upload cb_boss_config.php to your CB Boss install,
- Check that the changes took place.
Note: Older templates for prior versions (0.8L - 1.0L) of CB Boss may not work with the current version and newer templates do not work on older versions of CB Boss.
|
|
Last Updated ( Monday, 02 June 2008 )
|