NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system [2010/07/19 12:30] Knut Heermann (flip-flop) |
english:phpwcms-system [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| **Docu:** [[http://www.phpwcms-docu.de/article.phtml|The article center]] | **Docu:** [[http://www.phpwcms-docu.de/article.phtml|The article center]] | ||
| - | **The site structure** is the basis of the system and is reflecting all parts of the site. | + | **The [[english/phpwcms-system/admin/site-structure]]** is the basis of the system and is reflecting all parts of the site. |
| - | These entries //(also modelling your navigation later on)// are commonly called **Levels** or **Categories**. | + | These entries //(also modelling your navigation later on)// are commonly called **Levels** or **[[english/phpwcms-system/admin/site-structure#category|Categories]]**. |
| These pages are automatically displayed in the navigation with the text from ##category title## and the link name from ##alias this category##\\ | These pages are automatically displayed in the navigation with the text from ##category title## and the link name from ##alias this category##\\ | ||
| - | Each of this structure level //(or category)// will get assigned a [[english/phpwcms-system/admin/template]] , containing the HTML-Code and all necessary place holders for the different main content sections **{HEADER}{RIGHT}{FOOTER}{LEFT}{CONTENT}**. | + | Each of this structure level //(or [[english/phpwcms-system/admin/site-structure#category]])// will get assigned a [[english/phpwcms-system/admin/template]], containing the HTML-Code and all necessary place holders for the different main content sections **{HEADER}{RIGHT}{FOOTER}{LEFT}{CONTENT}**. |
| - | The [[english/phpwcms-system/admin/template]] must contain the place holder **{CONTENT}** at least, otherwise the system doesn't know where to place the content to be displayed. | + | **The [[english/phpwcms-system/admin/template]]** must contain the place holder **{CONTENT}** at least, otherwise the system doesn't know where to place the content to be displayed. |
| - | **Anticipating the displaying of** [[english/phpwcms-system/article:article]]: \\ | + | **Anticipating the displaying of** [[english/phpwcms-system/article|article]]: \\ |
| - | In ##Number of Top-Articles## you can set the mode in which the displaying of [[english/phpwcms-system/article:articles]] will take place (Detail = -1 or List > = 1). \\ | + | In ##Number of Top-Articles## you can set the mode in which the displaying of [[english/phpwcms-system/article|articles]] will take place (Detail = -1 or List > = 1). \\ |
| * In Detail Mode always the first article will be displayed completely, with all summary text and all Content Parts. | * In Detail Mode always the first article will be displayed completely, with all summary text and all Content Parts. | ||
| - | * In List Mode all articles of the particular structure or level will be displayed with only the summary and the chosen picture and a **read more** link, linking to the complete article. | + | * In List Mode all articles of the particular structure or level will be displayed with only the summary and the chosen picture and a **read more** link, linking to the complete [[english/phpwcms-system/article|article]]. |
| ==== The next step: articles ==== | ==== The next step: articles ==== | ||