NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article [2010/10/30 16:04] Knut Heermann (flip-flop) |
english:phpwcms-system:article [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| There is a default for a **simple display mode** - you'll see a preset of ##-1##. //(this simply means that by default the complete article will be displayed with all content parts)//. | There is a default for a **simple display mode** - you'll see a preset of ##-1##. //(this simply means that by default the complete article will be displayed with all content parts)//. | ||
| - | To get into **article listing mode** you'll simply enter a number ##> 0## which ist defining the number of displayed articles. //(articles of this category will now be delivered showing their "Summary"- text only one after the other. In dieser Listenübersicht werden also lediglich die Artikelköpfe (der Schlagtext und ein Bild) angezeigt ohne deren CPs)//. | + | To get into **article listing mode** you'll simply enter a number ##> 0## which ist defining the number of displayed articles. //(articles of this category will now be delivered showing their "Summary"- text only one after the other. In this list overview only the article heads (the "Summary"- text and a picture) is displayed without their CPs)//. |
| + | |||
| + | If you have e.g. 8 articles and in "top article count:" the number of ##2## is selected, the "Summary"- text of the first 2 article is displayed. The other 6 articles are only displayed by a simple link. | ||
| + | |||
| + | {{:deutsch:phpwcms-system:seitenstruktur_artikelliste_be_artikelliste_fe.gif|}} | ||
| + | |||
| + | \\ | ||
| + | |||
| Line 57: | Line 65: | ||
| * In article list mode is the head of each article of particular importance. The output of the article is placed with start and end date in a time window. | * In article list mode is the head of each article of particular importance. The output of the article is placed with start and end date in a time window. | ||
| - | *For the list and detailed view of each, separate templates can be integrated. (Found in /template/inc_cntpart/articlesummary/list/* or /article/* ). | + | * For the list and detailed view of each, separate templates can be integrated. (Found in /template/inc_cntpart/articlesummary/list/* or /article/* ). |
| - | * The summary text (from the wysiwyg editor) can be limited to a specified number of characters and are provided with a ##more ...## Link. //(Only the truncated (limited) article summary text is displayed in the **Article list output**. With one click on ##more...## the entire article with the image in ##article detail## and its CPs (if available) spent). // | + | |
| + | * **Limted summary text:** | ||
| + | * The summary text (from the wysiwyg editor) can be limited to a specified number of characters and are provided with a ##more ...## Link. | ||
| + | * Since version 1.5 r427 the string ##%%-//-%%## can also be used as a delimiter in the text. | ||
| + | * Only the truncated (limited) article summary text is displayed in the **Article list output**. \\ With one click on ##more...## the entire article with the image in ##article detail## and its CPs //(if available)// spent. | ||
| <note important> | <note important> | ||