Badges
Self employed developer and web witch. Building tiny shiny websites with Grav since 2018 (also some bigger ones). Tech is political!
Recent posts
-
Debug contact form: how? message gets displayed, nothing in logs, but no mail gets sent?
· 5 years ago
So I set up a contact form and the email plugin on a new Grav site in pretty much the same way I've done quite a few times before, the only difference being the server. This site is hosted with a prov
-
HTML chars get converted to entities from adding assets onward
· 5 years ago
Well @pamtbaau, you done schooled me again! 😃 I did check the upgrading guide, but not thoroughly enough to find this bit. And yes, the other site has auto-escaping set to false, although I have no id
-
HTML chars get converted to entities from adding assets onward
· 5 years ago
Hmmm, that would be an extremely new requirement to me, and like I said, it does work on other sites. My page input is in Markdown. And also I don't see how I could use the raw filter on the assets?
-
HTML chars get converted to entities from adding assets onward
· 5 years ago
Okay so this is the oddest thing, because I just copied a theme from another site where everything is okay, and I get HTML on the page from the moment the assets are added. Specifically, some of the a
-
Count all users, and sum up a custom field from each user
· 5 years ago
Oh absolutely! I made it work ok with getcwd() and adding /user/accounts to that – but your way is nicer. Thanks also for the link about streams! I still have a lot to read apparently ;-)
-
Count all users, and sum up a custom field from each user
· 5 years ago
Hey everybody, I thought this would be simple, but I'm actually stumped. I would like to – in a plugin – count how many users there are, and get the total sum of the contents of a custom field that ea
-
Extra JS in an Admin blueprint triggers a reload which I do not understand
· 6 years ago
Yeah that would probably work too. i just didn't know about submit being the standard action for a button :upside_down_face: and since I'm javascripting anyway, event.preventDefault() is a very usable
-
Extra JS in an Admin blueprint triggers a reload which I do not understand
· 6 years ago
Oh man, just like I thought. SO simple really, and I would never have thought of that myself. You have my neverending gratitude!! 🥰
-
Adding blueprints to plugin pages
· 6 years ago
Hmmm, it's been a while. If it's still relevant, maybe we can look at some code somewhere? Produce some crikey errors ;-)
-
Extra JS in an Admin blueprint triggers a reload which I do not understand
· 6 years ago
Hello everybody, I am once again working on my Cloudinary plugin that provides Grav Admin integration for files hosted with Cloudinary. It works so far for displaying stuff on the frontend, but I'd re