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
-
Adding blueprints to plugin pages
· 6 years ago
Create a blueprint for your page, say gallery.yaml and put in the fields you want, or extend the default page (read the docs on that here). Put that blueprint in a blueprints/ folder in your plugin fo
-
Cannot save frontmatter fields with custom modal in Admin
· 7 years ago
Hello everybody, I have a custom page type (event) that I made a custom modal page creation form in Admin for, almost exactly as described in the docs. It works well so far, but I would like to add so
-
Plugin: do something onAdminSave, but only if folder isn't being moved
· 7 years ago
I still do not know the answer to this, but I actually found a better solution. So far I have been doing the custom processing bit in the event onAdminSave, and now I simply moved it under onAdminAfte
-
Plugin: do something onAdminSave, but only if folder isn't being moved
· 7 years ago
Hey everybody, I have a tiny bit of custom admin processing for pages with a certain template. All is working fine so far, but not when the page's folder is being renamed, because I'm checking whether
-
How do I parse twig variables in form fields programmatically?
· 7 years ago
I'm working on a custom form processing plugin, I want to send a more complex email with a file from the file system attached. My process bit in the form looks like this: process: -
-
How to use data entered in form in a plugin for a custom process action
· 7 years ago
Hey, I got this bit figured out! $form->value('fieldname') gets me whatever I need. 😃 I'm now stuck on something else (of course), but that shall have its own thread…
-
How to use data entered in form in a plugin for a custom process action
· 7 years ago
I have a form with a custom action that gets processed via a plugin. I want to send a customised email. However, I do not know how to access the values that are contained in the Data object… My code l
-
Processing page variables in a form
· 7 years ago
An update: I have changed things around a bit and got a few things to work now. I have put the form details directly in the page's header, with the intention to prefill this via a small plugin whenev
-
Processing page variables in a form
· 7 years ago
Thank you so much for your reply! I'm still stumped – I'll check out your plugin next, maybe it's just what I need. I tried to follow the modular page with form example in the docs, since it's quite s
-
Processing page variables in a form
· 7 years ago
Hello everybody, I have just set up my first proper form, a simple contact form, to send mails via SMTP, which works nicely. Now I would like to do something a bit more advanced: I have several simila