Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Configuring the yaml frontmatter provided by admin editor
· 1 year ago
You're probably looking for onAdminCreatePageFrontmatter
-
Dev question: Moving template name to title in GRAV admin plugin
· 1 year ago
You're looking for Flex Objects plugin finder.js line 135 Sorry, not sure how to extend this properly
-
Trying to format currency using Twig, I found: "Warning Twig version 1.x is no longer maintained."
· 1 year ago
v3.x might not come any time soon apparently: Also, we can move from Twig 1 to Twig 2, but unfortunately not to Twig 3. The problem with our Twig requirement is that plugins and themes rely on the ab
-
Trying to format currency using Twig, I found: "Warning Twig version 1.x is no longer maintained."
· 1 year ago
This maybe? https://twig.symfony.com/doc/1.x/filters/number_format.html
-
Trying to format currency using Twig, I found: "Warning Twig version 1.x is no longer maintained."
· 1 year ago
Reading the docs I understand, that 2.x would work fine, just might produce some deprecation errors. To upgrade to 3.x would require getting rid of all these errors. 1.x is probably there since the be
-
Feed plugin : twig template removing `</link>`
· 1 year ago
Backlinking is always appreciated in such cases. On both sides
-
Feed plugin : twig template removing `</link>`
· 1 year ago
I would try to debug the "feed" plugin itself in such case. Or report the issue on plugins GitHub repo
-
Feed plugin : twig template removing `</link>`
· 1 year ago
Try disabling other plugins and see if the issue is still there
-
Page plugin stucked when login is out
· 1 year ago
@Francois: You confirm this is the right thing to do ? I honestly don't know. Would require to do some researching, which unfortunately I don't have time for currently
-
Page plugin stucked when login is out
· 1 year ago
Blank page usually means some errors. Did you try turning on error output? Not sure, but maybe in PHP config?