Replacement Tags for Articles
{
AUTHOR}
| Use: | Distributes the Author of the article | |
| Notation: | { | |
| Result: | Oliver | |
| Remark: | ||
{
DATE_ARTICLE}
| Use: | Distributes the construction date of the article | |
| Notation: | { | |
| Result: | Tuesday, 21. January 2014 | |
| Remark: | To display date in other languages you must edit: config/phpwcms/conf.template_default.inc.php $template_default["date"]["language"]="EN"; | |
{
TIME_ARTICLE}
| Use: | Distributes the construction time of the article | |
| Notation: | { | |
| Result: | 12:41 | |
| Remark: | The Time format can be changed in config/phpwcms/conf.template_default.inc.php beginning from line 159 | |
[
b]Text[
/b]
| Use: | With this tag you can format text to bold | |
| Notation: | [ | |
| Result: | Text | |
| Remark: | This tag is made for plain text content parts. But it can used as well in templates, headlines, captions ... | |
[
i]Text[
/i]
| Use: | With this tag you can format text to italic | |
| Notation: | [ | |
| Result: | Text | |
| Remark: | This tag is made for plain text content parts. But it can used as well in templates, headlines, captions ... | |
[
u]Text[
/u]
| Use: | With this tag you can decorate text underline | |
| Notation: | [ | |
| Result: | Text | |
| Remark: | This tag is made for plain text content parts. But it can used as well in templates, headlines, captions ... | |
[
s]Text[
/s]
| Use: | With this tag you can decorate text |
|
| Notation: | [ |
|
| Result: | ||
| Remark: | This tag is made for plain text content parts. But it can used as well in templates, headlines, captions ... | |
[
BR]
| Use: | With this tag you can force a linebreak | |
| Notation: | the forced line break is >[ | |
| Result: | the forced line break is > < here | |
| Remark: | This tag is can used in all content parts and in templates, headlines, captions ... | |
{
SHOW_CONTENT:MODE,id,id,id}
| Use: | Shows one ore more content parts (>=V1.2.8) |
|
| Notation: | { |
|
| Result: | { the CPs with the CP-ID 1,2 und 3 was spent here. |
|
| Remark: | There are 3 different MODE'S 1. { List of Content Parts but based on selected cp | id = id of cp, comma seperated. 2. { ascending list of Content Parts but based on selected article | id = id of article, comma seperated. 3. { same as CPA, but descending (this slows rendering) 4. { - AxxxP: Include priorize article value too. - Mode expansion:
|
|
Last Changes: Tuesday, 21. January 2014


