pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Weird .md naming after enabling language support
· 4 years ago
@edi0th, @AquaL1te, I've created a new issue in the Admin repo with a reproducible case. Please follow that issue to track the progress.
-
Weird .md naming after enabling language support
· 4 years ago
@AquaL1te, @edi0th, Please join the issue on Github and share your experiences. The dev team does not read this forum. The issue is being closed right now because the original poster cannot reproduce
-
Create a form in template redirecting to url containing the values of the form
· 4 years ago
@red, Twig is being executed when a page has been requested. In other words, when the HTML (and in your case the form) is being generated. Hence the values entered by the user will not be available wh
-
Weird .md naming after enabling language support
· 4 years ago
@AquaL1te, Are there any processing running at night that might change the Grav installation? Would you mind investing a little bit of time and try the following: Logoff from Admin. Login into Admin
-
Weird .md naming after enabling language support
· 4 years ago
@edi0th, Are you still experiencing the same issue? The user who created the issue on Github can't reproduce the issue anymore...
-
Avif image format error
· 4 years ago
@alfabuster, Have you already consulted the docs? Especially the section about Supported Media Files?
-
PHP plugin that takes raw text from a POST request and returns the processed text?
· 4 years ago
@FedorovDeomid, In that case, you may close the post, by ticking the "solution" icon in the lower right corner....
-
Collection ordering doesnt work
· 4 years ago
@hughbris, I think you are right... Without using "header.", the publish_date is treated as a date. When using header.publish_date the value seems to be treated as a string. Here are some ordering res
-
Reading progress bar in Grav CMS
· 4 years ago
@alfabuster, Maybe a DIY approach with a step-by-step tutorial might help... Google is your friend... Search the web using keywords like "js page scroll progress example". Pick the first response and
-
Using DatePicker in Form with dynamic min date
· 4 years ago
@red Add use RocketTheme\Toolbox\Event\Event; right below use Grav\Common\Plugin;