pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3195 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Win 11 install using Apache Lounge & PHP 8.5 -- almost there!
· 3 weeks ago
Grav was build with developers in mind and is therefor lean and mean and very performant. That comes with a price for non developers though... Eg. when a theme doesn't fit your needs, you'll soon find
-
Win 11 install using Apache Lounge & PHP 8.5 -- almost there!
· 3 weeks ago
You're trying to glue several pieces together, while tools like Laragon install a complete working local development environment for you. See the docs Basics:Requirements:Webservers:Windows for a list
-
Upgrade to 2.0 -> "Unknown "urlencode" function in "partials/base.html.twig"
· 3 weeks ago
I don't think Twig filter urlencode has ever been available, but url_encode is... Maybe you never noticed that urlencode didn't exist, because in the Grav 1.7.x era, Twig errors were happily silenced.
-
Content length limit i admin page?
· 3 weeks ago
Page size has been lifted in upcoming release of 1.7.53.3 and 2.0.22. See issue
-
Content length limit i admin page?
· 3 weeks ago
See this issue on Grav's repo: 1.7.32: Why impose max sizes for field types? Admin fails on large content sizes. #3643 No response unfortunately... Maybe you could bump the issue. Apart from the limit
-
Form rendering issue: additional text above every field
· 4 weeks ago
Seemed to be reported already at repo of Grav itself: https://github.com/getgrav/grav/issues/4256 Fixed in new release of Grav 2.0.21
-
Form rendering issue: additional text above every field
· 4 weeks ago
I can reproduce the issue using the latest Grav install with the example Contact form form the docs. Please create an issue at the repo of the Form plugin: https://github.com/getgrav/grav-plugin-form/
-
Impossible to upgrade Grav using Gantry
· 1 month ago
From the logs, it seems Grav 2.0 and its Admin 2 is being installed. It tries to uninstall Admin 1, but Gantry 5 (and older versions of package auto-date) depends on Admin 1. Unfortunately, Gantry 5.6
-
Please make inline code snippets standout more on forum
· 1 month ago
Much better. Thanks.
-
Please make inline code snippets standout more on forum
· 1 month ago
Inline code snippets are currently hardly distinguishable from regular text. Please make it standout more, by adding some css like: .forum-post__body code { background-color: #575757; padding: