Page 1 of 1
About age circles modified date
Posted: 28 Jul 2017 06:14
by tetsu
Can you tell me why the folders with "Modified date" less than 7 days (a week) have full red circles, not circles with 3 pixels border width as I intended?
Thanks, and sorry for this stupid question!

Re: About age circles modified date
Posted: 28 Jul 2017 11:14
by admin
Because commenting out whole lines by prefixing // is not supported (yet). It should work if you remove the //1... line.
Re: About age circles modified date
Posted: 28 Jul 2017 12:24
by tetsu
I've already deleted all those comment lines (begin with //), but it works only with files, not folders.

Re: About age circles modified date
Posted: 28 Jul 2017 12:30
by admin
Could you please post your definition as text? Then I can try it here.
Re: About age circles modified date
Posted: 28 Jul 2017 12:42
by tetsu
Ok.
Code: Select all
< s>6BCAA9,b1//future
<= 3 n>15C4EF,b3//up to 3 min
<= 15 n>6BA64A,b1//up to 15 min green
<= 120 n>6BA64A,b3//up to 120 min
<24 h>6BA64A//today
d>E82C0C,b1//today red
w>E82C0C,b3//this week
m>E82C0C//this month
y>0A0ED6,b2//this year blue
>= 1 y>0A0ED6//even older
Re: About age circles modified date
Posted: 28 Jul 2017 12:59
by admin
Got it: "This Week" is not the same as "last 7 days". The week starts on Sunday or Monday (depends on your setting: Configuration | General | Controls and More | Miscellaneous | Sunday is the first day of the week).
Change it to:
Re: About age circles modified date
Posted: 28 Jul 2017 13:05
by tetsu
Everything is alright now.
Thank you for your quick response!
