pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How get all pages in plugin for admin
· 5 years ago
@danielkoptak, When I use your code, the solution cannot work and will throw an Exception. In your first post, you initialize the event callbacks when plugin is NOT being called by the Admin plugin. T
-
404 Only on first hit of a page
· 5 years ago
@adrianw, Again, I can confirm your observation that the static method is being called on every page request, even if the page doesn't have a form... This is not what I would expect and I've created
-
How get all pages in plugin for admin
· 5 years ago
@danielkoptak, The code you are sharing contains quite a bit of debris and throws Exceptions. Please edit the post and provide the community with some clean relevant code, free from Exceptions and rep
-
404 Only on first hit of a page
· 5 years ago
@adrianw, I can reproduce your observation of a 404 error when cache has been cleared. It is indeed caused by the call $page = $grav['page']. When the page is being called after invalidating the cach
-
Form validation.pattern for !URLs
· 5 years ago
@daubneyi, I needed a solution myself for my own ContactForm plugin because someone was having a blast last night filling my mailbox which a few thousand of spam messages... The solution mentioned abo
-
Custom Blueprint save changes file on server but displays the old content afterwards
· 5 years ago
@jannic, I'm afraid I cannot replicate the behaviour you are describing using the latest Grav 1.7.16 + Admin 1.10.16. Although your blueprint is working fine, please be advised, that field content in
-
Images not shown at mobile after first load
· 5 years ago
@DerTyp, I can reproduce the behaviour you are observing when using Chrome/Android. It works fine in Chrome on the desktop, also when emulating a mobile phone. I've taken a look at your website but d
-
What is the best way to always redirect domain.tld to www.domain.tld (or vice versa)?
· 5 years ago
@Netzhexe, I doubt if it still matters for SEO... If pages are accessible using both www and non-www and no canonical link is provided, Google will pick one as the canonical version and will only inde
-
Comment editor for admin
· 5 years ago
@SimonJ, Admin does not provide any comment functionality, unless provided by a plugin. Did you install a theme, or skeleton that comes with a comment plugin? If so, which? Or did you install a commen
-
Comment editor for admin
· 5 years ago
@SimonJ, I like the comment ability... The comment ability of what? Comments in general, or do you perhaps mean the comment ability provided by a plugin? If so, which?