|
Themes
|
Top Previous Next |
| 1. | Click on Templates
|
| 2. | Click on the tab labeled Themes
|
| 3. | In the text box where it says "Create Theme" type in your new theme name (i.e. German)
|
| 4. | In the "Copy From" select box choose "default" unless you want to use the format from a different theme.
|
| 5. | Click "Copy Theme"
|
| 6. | Click on Preferences under Admin Tools
|
| 7. | Click your theme name on the top of the page (i.e. German)
|
| 8. | Click on the "Style" preference and click save. Clicking save creates your config file. If you do not create this config file your themes will not function properly. (If you are having problems with your theme make sure the config file was created).
|
| 1. | Create a copy of your search.php script.
|
| 2. | Open the script in a text editor.
|
| 3. | Find the code currently says
|
| $theme = "default";
|
| 5. | Change this to your theme name
|
| $theme = "newthemename";
|
| 7. | Directly below that paste this line
|
| $CGI['theme'] = "newthemename";
|
| 9. | Make sure you change the "newthemename" to your new theme name.
|
| 10. | Now you can call your theme like this:
|
| http://domainname.com/search/themename.php
|