Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
How to use forms to collect information from users
· 10 months ago
https://learn.getgrav.org/17/forms/forms/reference-form-actions#save
-
Video not playing under IOS
· 11 months ago
IMO Too little info provided Maybe not many here use iOS From what's provided, sounds like not a Grav issue
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
I’ll answer here in short, but let’s move to repo discussions if you feel there’s a need for more 🙂 So my approach to most software - make it reasonably flexible. I don’t want to add your proposed opt
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
I assume it should be possible, when you select a module, to choose which fields to extend. But template would also need to be updated to merge both page configs 🤔 I might look into this, but no promi
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
Plugin only allows to select another module and does not include any content or custom fields from that selected module. It only has a single select field. Having said that… @christiana83: Is there a
-
How to enable access to new registered users on a private site
· 11 months ago
@phil: I was told there was a way to enable access for a new registered user by using the admin plugin If someone here told you this, could you please link to the post?
-
Grav built-in captcha systems for protecting forms
· 11 months ago
I’ve been using reCaptcha v2 (never managed to make v3 work on XHR requests) and still getting spam maybe once a day. Since I also added honeypot \~ a year or two ago, I don’t think I’ve gotten even a
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
I see, I'll make these changes later. If plugin works well otherwise, I'll try to go over created issues and add it to GPM
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
What kind of pages are missing if it’s false? When I tested, show_all: true also made modules visible, which didn’t make sense to me. Changing to false only had hidden the modules in my case, so I won
-
How to reuse a complete modular section (layout, media, fields) across multiple pages?
· 11 months ago
Did you try the latest code? I pushed fixes for these yesterday to main 🧐