About age circles modified date

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
tetsu
Posts: 16
Joined: 24 Jul 2014 08:17

About age circles modified date

Post 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!

Image

admin
Site Admin
Posts: 60590
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: About age circles modified date

Post by admin »

Because commenting out whole lines by prefixing // is not supported (yet). It should work if you remove the //1... line.

tetsu
Posts: 16
Joined: 24 Jul 2014 08:17

Re: About age circles modified date

Post by tetsu »

I've already deleted all those comment lines (begin with //), but it works only with files, not folders.

Image

admin
Site Admin
Posts: 60590
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: About age circles modified date

Post by admin »

Could you please post your definition as text? Then I can try it here.

tetsu
Posts: 16
Joined: 24 Jul 2014 08:17

Re: About age circles modified date

Post 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

admin
Site Admin
Posts: 60590
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: About age circles modified date

Post 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:

Code: Select all

<= 7 d>E82C0C,b3

tetsu
Posts: 16
Joined: 24 Jul 2014 08:17

Re: About age circles modified date

Post by tetsu »

Everything is alright now.
Thank you for your quick response! :beer:

Post Reply