NAVIGATION
This shows you the differences between two versions of the page.
|
english:quick-access:pagelayout-template-article [2009/05/29 16:31] Claus |
english:quick-access:pagelayout-template-article [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * rendering: [x] (custom (from template main block)) | * rendering: [x] (custom (from template main block)) | ||
| - | Please leave all other blank. | + | Please leave blank all other fields. |
| Line 56: | Line 56: | ||
| [B]Caught![/B] | [B]Caught![/B] | ||
| <br /><br /> | <br /><br /> | ||
| - | This side is momentarily in treatment or is not intended yet for the public. | + | This page is momentarily being reworked or is not intended yet for the public. |
| <br /><br /> | <br /><br /> | ||
| Please try it later again. | Please try it later again. | ||
| Line 63: | Line 63: | ||
| <br /><br /> | <br /><br /> | ||
| </code> | </code> | ||
| + | |||
| + | \\ | ||
| + | Please have a look: [[english/templates]] | ||
| + | |||
| + | \\ | ||
| === ADMIN -> site structure and article === | === ADMIN -> site structure and article === | ||
| - | The content of the page will be written into the site by the relevant articles and CPs (Contentparts) using the available placeholder. | + | The content of the page will be placed into the page via the relevant articles and CPs (Contentparts) using the available placeholder. |
| Please create the site structure at **ADMIN** -> site structure. | Please create the site structure at **ADMIN** -> site structure. | ||
| - | The site alias normally is given automatically, but you can overwrite them with your own alias name. (This name is unique for the whole system). | + | The site structure aliases normally are generated automatically, but you can overwrite them with your own alias name. (This name is unique for the whole system). |
| - | Each categorie (site structure level) is assigned to a page template (which is defining your layout). In theory, every category can have it's own template (=Layout). | + | To each category (site structure level) a page template is assigned to (which is defining your layout). In theory, every category can have it's own template (=Layout). |
| Line 82: | Line 87: | ||
| (At this time the remaining fields stay blank). | (At this time the remaining fields stay blank). | ||
| - | Now you can create several CPs in article [contentpart selection] [add] \\ | + | Now you can create several CPs within article [contentpart selection] [add] \\ |
| CP select, appoint output destination,(display: [place holder]) \\ | CP select, appoint output destination,(display: [place holder]) \\ | ||
| filling up content | filling up content | ||
| and at the lower left switch to [x] visible) | and at the lower left switch to [x] visible) | ||
| + | <note> | ||
| + | **An article** //(even if it is empty)// **must be created in each category, because the system will produce a 404 error.** | ||
| + | </note> | ||
| === navigation === | === navigation === | ||
| - | Now a navigation is missing. **ADMIN -> templates:** -> template select | + | Now only your navigation is missing. **ADMIN -> templates:** -> template select |
| - | At the place where the navigation should appear, please insert - [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] einsetzen. FIXME | + | At the place where the navigation should appear, please insert - [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] . FIXME |
| - | E.g. vertikal navigation: ##<div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>## | + | E.g. vertical navigation: ##<div class="nlu_navi1">{NAV_LIST_UL:F,ID,,act_path,active}</div>## |
| - | Now assign the right css file ##/template/inc_css/nlu_navi1.css## aus [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] to the template (see above ). FIXME | + | Now go to assign the right css file ##/template/inc_css/nlu_navi1.css## from [[:deutsch:navigationen:nav_list_ul|NAV_LIST_UL]] to the template (see above ). FIXME |
| - | So it should work for the beginning. | + | So this should work from the beginning. |