added collection lastmod (limited to 100 objects) which is used by history_macro()
This commit is contained in:
parent
7f18ec44b4
commit
aa6bd5ac93
1 changed files with 7 additions and 0 deletions
|
@ -83,6 +83,13 @@ allcontent.foreign = TEXT_F_SITE
|
||||||
allcontent.filter = TEXT_ISONLINE > 0
|
allcontent.filter = TEXT_ISONLINE > 0
|
||||||
allcontent.order = TEXT_MODIFYTIME DESC
|
allcontent.order = TEXT_MODIFYTIME DESC
|
||||||
|
|
||||||
|
lastmod = collection (story)
|
||||||
|
lastmod.local = SITE_ID
|
||||||
|
lastmod.foreign = TEXT_F_SITE
|
||||||
|
lastmod.filter = TEXT_ISONLINE > 0
|
||||||
|
lastmod.order = TEXT_MODIFYTIME DESC
|
||||||
|
lastmod.maxsize = 100
|
||||||
|
|
||||||
mostread = collection (story)
|
mostread = collection (story)
|
||||||
mostread.local = SITE_ID
|
mostread.local = SITE_ID
|
||||||
mostread.foreign = TEXT_F_SITE
|
mostread.foreign = TEXT_F_SITE
|
||||||
|
|
Loading…
Add table
Reference in a new issue