pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Searching for expert
· 3 years ago
@metri, If nobody responds here you might consider trying the following: Post a job on Discord. That's where the dev team of Grav and many other community members live. To join Discord, see here. Con
-
Markdown failing
· 3 years ago
@dpdoug, Without examples of Markdown and their processed result, it's hard to tell... Anyway... The first know issue that comes to mind wrt Markdown and HTML tags is that Markdown will not be parsed
-
Server Response Time > 10 seconds for admin panel
· 3 years ago
@treminaor, You're right, my attention was drawn to the red tasks in the image, and not the first line...
-
Server Response Time > 10 seconds for admin panel
· 3 years ago
@treminaor, The tasks are trying to fetch data from Grav's servers. Maybe there's a delay over there?
-
Paginate flex collection
· 3 years ago
@pikim, Do you know how... I have no idea. I'm not a flex user and I simply read/write form entries from/into a yaml file. Old school perhaps, but so far I haven't found a compelling use-case to in
-
What would cause page.url to suddenly stop working?
· 3 years ago
@b.da, I don't think that can be it, because "%7B%7B%20p.url%20%7D%7D" is the escaped value of "{{ p.url }}" and not the escaped value of p.url. @boatful, Curious about: what has changed and where t
-
Paginate flex collection
· 3 years ago
@pikim, As you may have experienced, I don't think that Page collections and Flex collections share the same interface. At first glance, I'm afraid an extension of plugin Pagination is required, or an
-
Get and use plugin config inside forms/data.txt.twig?
· 3 years ago
@pikim, See https://github.com/getgrav/grav-plugin-form/issues/569
-
Get and use plugin config inside forms/data.txt.twig?
· 3 years ago
@pikim, And then what happened?
-
Get and use plugin config inside forms/data.txt.twig?
· 3 years ago
@pikim, What have you tried sofar?