Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Override blueprints.yaml from plugin
· 4 years ago
Hi there. I am trying to override the blueprints.yaml for the simple-cookie plugin and I've created a folder into config/plugins, called simple-cookie with a blueprints.yaml modified inside. After tha
-
Google Recaptcha v3 not work in modular page
· 4 years ago
Finally I have chosen to use version 2 of Google's captcha, with checkbox, and it is working correctly. It seems that versions 3 and 2 - invisible, don't work well with the form plugin. Thanks for you
-
Google Recaptcha v3 not work in modular page
· 4 years ago
Hi. I've changed to V2 invisible, and the form.yaml is this: recaptcha: version: 2-invisible theme: light site_key: XXXXXXXXXXXX secret_key: XXXXXXXXXXXX In contact.md ... - name: g-reca
-
Google Recaptcha v3 not work in modular page
· 4 years ago
Hi I have the contact form in a modular page, and when I configure the .md file with the Grav website instructions, it show "Captcha not valid". I have configured the site and secret keys in the form
-
Page specific content
· 4 years ago
Hi. You can use a block to display this content in which it is displayed if the page is different from the home page. For example: {% if not page.home() %} {% block specific_content %} {% endblock %
-
Inherit security options in child pages
· 4 years ago
Thanks @Mine . I didn't see this option in plugin options. Now all subpages from a page with security inherit the parent ACL.
-
Error 404 page empty in restricted area
· 4 years ago
I've tried with plugin priorities, with this code in priorities.yaml: login: onPageInitialized: handlePage: 100 Also, I've changed the above code with others variants, such as onPageNotFou
-
Error 404 page empty in restricted area
· 4 years ago
But no login form should appear, since that page does not exist. Error 404 message should appear
-
Error 404 page empty in restricted area
· 4 years ago
Hi there. Currently I've finished a new web made with Grav https://medioreal.com. In this site, I have a restricted area only for logged users. Below of this area I have several pages with inherit per
-
Regular user can modify admin permissions and password
· 4 years ago
A likely scenario to explain this would be the following: I have to create a user, for example, Editor level 1, who can create users and give them permission to access different pages of the site. Thi