User Tools

Site Tools


te3:customizing_and_renaming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
te3:customizing_and_renaming [2014/11/28 08:20] – [2. Place thumbs directory into the root html directory] moderatorte3:customizing_and_renaming [2014/12/08 05:37] (current) – [2. Include ''out.php'' into another file (for new sites and for running sites)] moderator
Line 89: Line 89:
  
 ---- ----
 +
 +
 +===== Toplist directory name =====
 +
 +There are two methods for customizing toplist directory name:
 +==== 1. Change the original toplist directory name ====
 +
 +Change the original toplist directory name from "toplist" to a name of your choice. \\  
 +++++ Example - renaming toplist directory name |
 +
 +<fs 125%>**Step by step**</fs>
 +
 +{{:te3:customizing10.png?nolink|}}
 +{{:te3:tut_step_1.png?nolink|}} Navigate to "Main header" and select "General settings" from the {{:te3:settings_logo.png?nolink|}} Settings menu. 
 +
 +{{:te3:tut_step_2.png?nolink|}} Expand "Customizing and renaming TE3 modules" accordion.
 +
 +{{:te3:custom_tpl1.png?nolink|}} {{:te3:custom_tpl2.png?nolink|}}
 +
 +
 +{{:te3:tut_step_3.png?nolink|}} Simply change the original toplist directory name from ''toplist'' to a name of your choice. We chose ''something''.
 +
 +{{:te3:tut_step_4.png?nolink|}} Click {{:te3:button_update.png?nolink|}} to confirm your customization.
 +
 +++++
  
 ==== 2. Place "toplist" directory into the root html directory ==== ==== 2. Place "toplist" directory into the root html directory ====
Line 117: Line 142:
  
 ---- ----
- 
 ===== ''out.php'' ===== ===== ''out.php'' =====
  
Line 165: Line 189:
 If you include ''out.php'' directly into the root html directory of the domain (public html) it will make your website even more unique.  If you include ''out.php'' directly into the root html directory of the domain (public html) it will make your website even more unique. 
  
-Create an empty file ''something.php'' and include ''your_te3_directory/out.php'' in that file (''<?php include “your_te3_directory/out.php”; ?>''). Since you've only INCLUDED "out.php" into "something.php", it means that out.php still exists intact in the original location.  => Now you have two different ways of accessing your outgoing links. You can link like this: <code>http://www.yoursite.com/your_te3_directory/anything.php</code> or like this <code>http://www.yoursite.com/anything.php</code> +Create an empty file ''something.php'' and include ''your_te3_directory/out.php'' in that file (''<?php include “your_te3_directory/out.php”; ?>''). Since you've only INCLUDED "out.php" into "something.php", it means that out.php still exists intact in the original location.  => Now you have two different ways of accessing your outgoing links. You can link like this: <code>http://www.yoursite.com/your_te3_directory/out.php</code> or like this <code>http://www.yoursite.com/something.php</code> 
 We recommend this method, since BOTH links work at the same time and you won't experience broken links on your site while you are switching them from old to the new paths.  We recommend this method, since BOTH links work at the same time and you won't experience broken links on your site while you are switching them from old to the new paths. 
  
te3/customizing_and_renaming.1417162837.txt.gz · Last modified: 2014/11/28 08:20 by moderator

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki