pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
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;
-
Reading progress bar in Grav CMS
· 4 years ago
@alfabuster, There is no prêt-à-porter plugin for this. However, the Typescript for this seems pretty simple. See https://www.cssscript.com/detect-scroll-position-progress/
-
Using DatePicker in Form with dynamic min date
· 4 years ago
@red, I'm not aware of any 'declarative' way and I happen to like to code.... So here is my solution for the 'min' date. Using fresh Grav 1.7.33 Create page with form: --- title: Typography form: nam
-
Weird .md naming after enabling language support
· 4 years ago
@edi0th, See if your issue resembles this issue on Github: https://github.com/getgrav/grav/issues/3582 Unfortunately, no solution yet.
-
PHP plugin that takes raw text from a POST request and returns the processed text?
· 4 years ago
@FedorovDeomid, Not sure what the origin of the API request is, but here is a simple sample. Install fresh copy of Grav 1.7.33 In file /user/pages/02.typography/default.md add the following script s