NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article [2010/07/03 10:30] Knut Heermann (flip-flop) |
english:phpwcms-system:article [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== ARTICLE ====== | ====== ARTICLE ====== | ||
| - | FIXME translate | + | |
| ==== How articles are made up ==== | ==== How articles are made up ==== | ||
| 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> | ||
| + | **Hidden editing articles and CPs:** | ||
| + | |||
| + | If the article and the following CPs are not to be visible during editing or creating in the FE, then may ##status: public []## in the article not set (down center). | ||
| + | |||
| + | **Condition:** \\ | ||
| + | In **config/phpwcms/conf.inc.php** set ##$phpwcms['SESSION_FEinit'] = 1;##. | ||
| + | </note> | ||
| <note tip> | <note tip> | ||
| If the image is not enlarged in the article list mode, just click on this image to view the details (complete presentation of the article) to be delivered. | If the image is not enlarged in the article list mode, just click on this image to view the details (complete presentation of the article) to be delivered. | ||
| </note> | </note> | ||
| + | |||
| \\ | \\ | ||
| Line 94: | Line 114: | ||
| \\ | \\ | ||
| - | **List-mode tags:** | + | **List-mode tags in main template:** |
| <code html> | <code html> | ||
| <!--IF_LIST_MODE_START//--><div class="list-items"><!--IF_LIST_MODE_END//--> | <!--IF_LIST_MODE_START//--><div class="list-items"><!--IF_LIST_MODE_END//--> | ||