This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:design_adv:template_set_loading [2010/10/06 17:27] jonyo |
tutorials:design_adv:template_set_loading [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
What the tutorial specifically does, is walk you through the steps to set it up so that it will " | What the tutorial specifically does, is walk you through the steps to set it up so that it will " | ||
- | <tip c n> | + | <tip c n> |
- | + | ||
- | Every time you make a change in the admin at [[admin_menu/ | + | |
This tutorial will walk you through the steps to set up your site, so that someone can view the site using specific custom template set just by viewing a special URL. | This tutorial will walk you through the steps to set up your site, so that someone can view the site using specific custom template set just by viewing a special URL. | ||
Line 26: | Line 24: | ||
**Instructions** | **Instructions** | ||
- Turn off Geo cache, if currently turned on, in your admin at **Site Setup > Cache**.((Be sure to keep the cache turned OFF for as long as you are viewing the site with an alternate template set. Otherwise it will cache your alternate template set any time you view the site using it, so that " | - Turn off Geo cache, if currently turned on, in your admin at **Site Setup > Cache**.((Be sure to keep the cache turned OFF for as long as you are viewing the site with an alternate template set. Otherwise it will cache your alternate template set any time you view the site using it, so that " | ||
- | - In your admin, at **Design > Template Sets**, ensure that the template set(s) that you want to have active "by default" | + | - In your admin, at **Design > Template Sets**, ensure that the template set(s) that you want to have active "by default" |
- For the purpose of this tutorial, we will assume your " | - For the purpose of this tutorial, we will assume your " | ||
- Download and open the file **geo_templates/ | - Download and open the file **geo_templates/ | ||
Line 159: | Line 157: | ||
* If you are afraid that someone you do not want to see the new design, might guess the **special URL**, and want to make it harder for them to figure out: You can change that code to be whatever you want in the **t_sets.php** file. You would then use a different URL based on what you changed the //code// to be. < | * If you are afraid that someone you do not want to see the new design, might guess the **special URL**, and want to make it harder for them to figure out: You can change that code to be whatever you want in the **t_sets.php** file. You would then use a different URL based on what you changed the //code// to be. < | ||
* You don't have to name the template set " | * You don't have to name the template set " | ||
- | * Remember to keep your changes to be located **after** the line: <code php># [CUSTOM SECTION] #</ | + | * Remember to keep your changes to be located **after** the line: <code php># [CUSTOM SECTION] #</ |
- | * If you do not see the lines noted in the above note, and you are using at least version **5.1.1**, in your admin panel at **Design > Template Sets** make a change to what template sets are active and save changes, then change the settings back and save changes again. | + | * If you do not see the lines noted in the above note, and you are using at least version **5.1.1**, in your admin panel at **Design > Template Sets** make a change to what template sets are active and save changes, then change the settings back and save changes again. |
**Tips for PHP Developers: | **Tips for PHP Developers: |