Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Anna Regular
@Netzhexe · Joined 8 years ago · 179 posts · 63 topics · 19 reputation
Badges
Recent posts
-
Help with Grav lifecycle: can't get content generated from twig?
· 5 years ago
No, I need to add the sizes directive to the images without using Grav's built-in functions, because they're buggy 🤣 however, it seems you're right and that there's currently no way to do this except
-
Admin: lock page for other users while editing?
· 5 years ago
Thank you for your tips! I'm afraid front-end editors will luck out – I don't use that and I really don't think it would be a good idea right now for multiple users. Looking at the Admin hooks, there
-
Help with Grav lifecycle: can't get content generated from twig?
· 5 years ago
Hey, thank you for your response! Just to clarify whether I've understood this correctly: I can't modify content generated by a twig template via plugin in a way that gets cached. Yes? In my case, the
-
What is the best way to always redirect domain.tld to www.domain.tld (or vice versa)?
· 5 years ago
I just realised that for a standard Grav installation, both domain.tld/some-page and www.domain.tld/some-page are valid routes. At least a while ago, this was considered bad for SEO as it was counted
-
Help with Grav lifecycle: can't get content generated from twig?
· 5 years ago
I have just learned that if I modify content from a plugin, it's best to do it onPageContentProcessed so it will be cached. Working on another plugin, I have run into an issue that I don't quite under
-
Admin: lock page for other users while editing?
· 5 years ago
Here's an outline of how I would go about writing a plugin: set a lockfile in page directory upon opening a page inAdmin delete lockfile upon closing the page check for lockfile before opening a page
-
Best way to send a copy of an email?
· 5 years ago
I would like to do two things: send a copy of an email sent via a frontend contact form to the sender, if the user has ticked a checkbox, with a different subject, send a copy of an email sent via a
-
Admin: lock page for other users while editing?
· 5 years ago
Thank you all for your input! I would also say it should be a plugin, since a whole lot of people are not going to need this. I'll come up with something, maybe even with regards to frontend editing,
-
Admin: lock page for other users while editing?
· 5 years ago
Yeah that's for techies I'm afraid. ;-) I don't see that kind of solution for most of my clients… but some sort of quick-and-dirty hack will probably do. If there really is nothing, I'll give it some
-
Oauth2 Google integration
· 5 years ago
You are RIGHT I'm correcting this 😅