NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render:date-last-update [2011/04/25 16:57] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:date-last-update [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| FIXME Better translate | FIXME Better translate | ||
| - | **RT to view the date of the last inserted/modified article or content part of the whole page.** | + | **RT to view the date of the last inserted/modified article or content part of the whole site.** |
| - | In the script can be set if the articles/CPs in hidden categories should be included. \\ | + | In the script you can define if the articles/CPs in hidden categories should be included. \\ |
| - | Articles not included that are located within custom/protected categories. | + | Articles located within custom/protected categories won't be included. |
| The output can be customized according to the usual php-date rules. E.g. {DATE_UPDATE:d.m.Y H:i} delivers 01.02.2010 12:23 \\ | The output can be customized according to the usual php-date rules. E.g. {DATE_UPDATE:d.m.Y H:i} delivers 01.02.2010 12:23 \\ | ||
| Line 29: | Line 29: | ||
| **Version:** V1.0 \\ | **Version:** V1.0 \\ | ||
| - | + | **Update 25.04.2011:** | |
| + | This eliminates the possibility to read other columns from the article field e.g. the ID of the article. | ||
| - | TAG: **{DATE_UPDATE}** oder z.B. **{DATE_UPDATE:d.m.Y H:i}** \\ | + | * Correction for databases that support no subqueries in the SELECT statement. //(This eliminates the possibility to read other columns from the article field e.g. the ID of the article. For our purposes, this is unimportant).// |
| + | * Correction: Special case when articles/CPs were created/edited in "Home" id = 0. | ||
| + | |||
| + | TAG: **{DATE_UPDATE}** oor e.g. **{DATE_UPDATE:d.m.Y H:i}** \\ | ||
| Filename: **rt_date_last_update.php** | Filename: **rt_date_last_update.php** | ||