pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Markdown failing
· 4 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
· 4 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
· 4 years ago
@treminaor, The tasks are trying to fetch data from Grav's servers. Maybe there's a delay over there?
-
Paginate flex collection
· 4 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?
· 4 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
· 4 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?
· 4 years ago
@pikim, See https://github.com/getgrav/grav-plugin-form/issues/569
-
Get and use plugin config inside forms/data.txt.twig?
· 4 years ago
@pikim, And then what happened?
-
Get and use plugin config inside forms/data.txt.twig?
· 4 years ago
@pikim, What have you tried sofar?
-
How to not show image in blog post listing
· 4 years ago
@mikselli, That's because Grav 1.7.+ auto escapes html elements. Which means <p> becomes &lt;p&gt; which becomes visible in the browser as literal <p>. This is a security measure t