pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Why can't I edit menu item
· 4 years ago
@finnp, It would be appreciated if you put a bit more effort in your question...
-
Taxonomy filtering not working
· 4 years ago
@dapu, Any progress you might be able to share?
-
Cookie policy plugin?
· 4 years ago
@joejac, I'm putting @christiana83 from Tecart in de CC. She is the dev of this plugin.
-
Fail2Ban with Admin plugin
· 4 years ago
@Arthur, I noticed folder /cache/login/login_attempts/ has been created which contains entries for each of my failed attempts. But I'm not sure about the meaning of all these entries or what conclus
-
Taxonomy filtering not working
· 4 years ago
@dapu, See Complex Collections: You can also provide multiple complex collection definitions and the resulting collection will be the sum of all the pages found from each of the collection definition
-
Need help with checkbox customization
· 4 years ago
@01K, We are at reply 18 now and still no end in sight. I'm sorry to say, but I give up.... For two reasons: It seems you are trying to force a custom HTML form and custom form handler into a Grav F
-
Need help with checkbox customization
· 4 years ago
@01K, I'm afraid the reply you have marked as solution doesn't provide much help to others... The purpose of the forum is not only to answer/fix someone's issues, it also serves as a knowledge base. I
-
Is it allowed to delete the cache folder?
· 4 years ago
@Henning007, A few alternative strategies: You can safely run $ bin/grav cache on your remote site before downloading it. However... the first visitor hitting the site will get a performance penalty
-
Need help with checkbox customization
· 4 years ago
@01K, Is there a compelling reason to put time and effort in custom id's/names for input fields? I suspect changing id/name attributes of input fields will probably break other parts of the Form plug
-
Blueprint to create select from Page Collection
· 4 years ago
@storm, The function being called must be a static function. The ones that are failing aren't. Try: $ bin/gpm install devtools $ bin/plugin devtools new-plugin Follow wizard and run $ composer update