NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:dropdown-flyout:nav_horiz_dd [2010/09/04 07:34] Knut Heermann (flip-flop) |
english:navigation:dropdown-flyout:nav_horiz_dd [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| **CMS-Version:** >= V1.2.8 \\ | **CMS-Version:** >= V1.2.8 \\ | ||
| **Version:** V1.0 //28.04.08// \\ | **Version:** V1.0 //28.04.08// \\ | ||
| - | **Update Version:** V1.1 //04.09.2010// \\ | + | **Update Version:** V1.01 //04.09.2010// \\ |
| - The link "Home" can either be presented (In the PHP script on/off). | - The link "Home" can either be presented (In the PHP script on/off). | ||
| Line 29: | Line 29: | ||
| * Overlap and Overrun !!! | * Overlap and Overrun !!! | ||
| * Start-ID im RT | * Start-ID im RT | ||
| - | * Level depth in rt (since 28.04.08) (Only php file changed) | + | * Level depth in rt //(since 28.04.08)// //(Only php file changed)// |
| * active path for the first level | * active path for the first level | ||
| - | * every li has it´s own class (optional) | + | * every li has it´s own class //(optional)// |
| - | * Home can be shown (optional in V1.1) | + | * Home can be shown //(optional in V1.1 since 04.09.10)// |
| * simple Tags in category headline like [i] [b] [u] [s] | * simple Tags in category headline like [i] [b] [u] [s] | ||
| Line 61: | Line 61: | ||
| ==== TAG ==== | ==== TAG ==== | ||
| - | **{NAV_HORIZ_DD:ID,Level depth}** -> z.B. //Output beginning in level 0 (home/root) with level depht limitation of 2.// | + | **{NAV_HORIZ_DD:ID,Level depth}** -> e.g. //Output beginning at level 0 (home/root) with level depht limitation of 2.// |
| <code html><div id="menu_container">{NAV_HORIZ_DD:0,2}</div></code> | <code html><div id="menu_container">{NAV_HORIZ_DD:0,2}</div></code> | ||
| Line 79: | Line 79: | ||
| --- Ebene05 | --- Ebene05 | ||
| </code> | </code> | ||
| - | * There is a redirect in the **root** article to ** home ** //(permanently 301)//. \\ | + | ** |
| - | * Redirect to [index.php?home] | + | V1.0:** |
| + | * There is a redirect for the **root** article to ** home ** //(permanently 301)//. \\ | ||
| + | * Redirecting to [index.php?home] | ||
| + | |||
| + | |||
| + | **V1.01:** | ||
| + | * Redirecting from **root** to **home** isn´t necessary, because by editing (//%%==== Custom var ====%%)// around line 36 of the script you can turn on/off the link \\ Generated code: ##%%<li id="cat-id_0" class="drop home"><a class="first" href="....%%## \\ | ||
| ---- | ---- | ||
| Line 139: | Line 145: | ||
| // Is it a active path ? ======== | // Is it a active path ? ======== | ||
| - | // Ist dies der aktive Pfad ? ======== | + | // Ist dies der aktive Pfad |
| + | |||
| + | ======== | ||
| if( isset($GLOBALS['LEVEL_KEY'][ $value['acat_id'] ]) ) { | if( isset($GLOBALS['LEVEL_KEY'][ $value['acat_id'] ]) ) { | ||
| Line 258: | Line 266: | ||
| \\ | \\ | ||
| - | ==== PHP V1.1 ==== | + | ==== PHP V1.01 ==== |
| Dateiname: **rt_nav_horiz_drop_down.php** | Dateiname: **rt_nav_horiz_drop_down.php** | ||
| Line 267: | Line 275: | ||
| <?php | <?php | ||
| // ************************************************************************** | // ************************************************************************** | ||
| - | // Version 1.1 04.09.2010 KH | + | // Version 1.01 04.09.2010 KH |
| // 25.07.07 horizontal drop-down with ID output -> NAVI HORIZONTAL DROP-DOWN | // 25.07.07 horizontal drop-down with ID output -> NAVI HORIZONTAL DROP-DOWN | ||
| // Oliver Georgi | // Oliver Georgi | ||