Listpages - test date-seletions
Note:
important is category="…" selection - or only the same categroy ( by defautl) as the asking page is used…
gives:
++ List last 3 days created
[[module ListPages separate="no" category="*" order ="created_at desc" perPage="20" prependLine="|| Title_Linked || Created-At || Created_by ||"]]
||%%title_linked%% || %%created_at%% ||[[user %%created_by%%]] ||
[[/module]]
++ List last 3 days updated
1. Sort by update date ( or selecting it is NOT possibe!) is order="updated_at desc"
if you want a list of the last 3 days by update date you should do a ListPages wihtout any selection....
[[module ListPages separate="no" category="*" created_at="last 3 day" order ="updated_at desc" perPage="20" prependLine="|| Title_Linked || updated_at|| updated_by ||"]]
||%%title_linked%% || %%updated_at%% ||[[user %%updated_by%%]] ||
[[/module]]
++ List after 3 days rated
Sorry - tha date sleections is not WORKING! ( created_at="<>last 3 day")
[[module ListPages separate="no" category="*" created_at="<>last 3 day" order="rating desc" perPage="20" prependLine="|| Rating (desc)|| Title_Linked || Created-At || Created_by ||"]]
|| %%rating%% ||%%title_linked%% || %%created_at%% || [[user %%created_by%%]] ||
[[/module]]
gives:
List last 3 days created
Title_Linked
Created-At
Created_by
List last 3 days updated
1. Sort by update date ( or selecting it is NOT possibe!) is order="updated_at desc"
if you want a list of the last 3 days by update date you should do a ListPages wihtout any selection….
Title_Linked
updated_at
updated_by
List after 3 days rated
Sorry - tha date sleections is not WORKING! ( created_at="<>last 3 day")
Rating (desc)
Title_Linked
Created-At
Created_by