pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
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
-
Github Sponsors integration
· 4 years ago
@Spindizzy, So how would I change the user’s group in a Grav plugin? Assuming the relevant Flarum group(s) has/have already been created in Grav, you might try something like: public function onUser
-
Github Sponsors integration
· 4 years ago
@Spindizzy, There are some docs chapters you might want to read: https://learn.getgrav.org/17/admin-panel/accounts https://learn.getgrav.org/17/advanced/groups-and-permissions
-
Archive Plus plugin: How to add new translation
· 4 years ago
@pikim, That would be a smart choice if author was still around... There are 2 other language pull requests still open since 2017 and 2018...