Artyom Mezin
Artyom Mezin
I've been waiting for this enhancement for a long time.
Accidentally stumbled upon this issue. > Combined with other actions, e.g. lightbox. It is not possible to have a preview with a watermark and at the same time the full...
1. Please add file manager! Sometimes it's really faster to copy some folders with rename and header edit than do it through Admin step-by-step creation. 2. Please add an option...
@rhukster >One way to fix this would be to store the custom date field as a timestamp. It's uncomfortable for reading or changing such date by a human. I see...
@rhukster In latest Grav 1.3.8 I can use this code `{{ dump(page.header.myDate|date('d')) }}` successfully without errors. But I'm still can't order collections by custom date header. I found a workaround:...
Devs please @rhukster @w00fz @OleVik @flaviocopes @mahagr I returned to my project and still can't sort custom header dates with built-in functional 😢 I saw much similar issues: https://github.com/getgrav/grav/issues/1368 https://github.com/getgrav/grav/issues/1640...
@akoebbe Try different dates and months, not only years. Looks like Grav uses string comparsion for custom fields. For example: ``` #item 1 custom_date: '02/01/2010' #item 2 custom_date: '01/02/2010' #item...
I tried only with dashes and also with dots (see 1st msg here). I said this for your example (just change days and months differently) because Grav sorts only by...
ISO8601 works fine if I set system conf value:  But have 3 problems: 1. Need to re-save all pages/items. In Admin panel you can see new format, but in...
Found some info here: https://discourse.getgrav.org/t/page-group-access/14139 https://learn.getgrav.org/17/advanced/groups-and-permissions#assigning-a-user-to-a-group By analogy, I created a group `paid` (no numbers, no CAPS) with the same user. This code: ``` access: site: login: true paid: true...