pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, Downloaded the Agency skeleton and inspected its '/templates/modular/form.html.twig' template further. It appears form fields require a value for 'position'. Fields without the 'position' val
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, The following setup seems to be working fine using a default install of the latest Grav and Quark, but fails to work using Agency. Folder structure: user/pages ├── 01.home │ └── default.md
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, The only thing I can see at the front-end is that the modular page does not load the reCaptcha javascript files. And hence, no token will be send to the server which expects to receive one. T
-
`blueprints()` function: infinite loop
· 5 years ago
@samuele, In that case I would open an issue at Github.
-
`blueprints()` function: infinite loop
· 5 years ago
@samuele, Have you tried to use: $grav_user->update($data); According the code for UserData::merge(): @deprecated 1.6 Use ->update($data) instead (same but with data validation & filtering,
-
Add a custom YAML file via plugin
· 5 years ago
@modal_mous, I'm afraid there might indeed be some misunderstanding... I understand that the values are stored in user/plugins/myplugin/blueprints/config/details.yaml That file does not contain "val
-
Twig code in Prism Highlighter with Twig processing enabled
· 5 years ago
@Karmalakas, Try the following: <pre> {% verbatim %} {{ 'now'|date('Y') }} {% endverbatim %} </pre> This will yield: {{ 'now'|date('Y') }}
-
Grav-plugin-prism-highlight - Line wrapping?
· 5 years ago
@antineutrinos To test a solution to fix line-wrapping in prism, I'm using a PHP code snippet leading to the following result: When Googling on "prism line wrap": The first hit points to https://p
-
Add external php page in root
· 5 years ago
@Maaike, I'm afraid I do not understand the question...
-
Link containing "?id=" is truncated when markdown is processed
· 5 years ago
@mathmax, but I would still like to understand why this is happening… It happens because that behaviour is designed to happen :-) According the docs on Link Attributes A great new feature you ca