Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Linking to images from various locations in Twig
· 10 years ago
I know you can do url('user://data/whatever'). Not sure about .. notation.
-
Linking to images from various locations in Twig
· 10 years ago
I have images in various locations, and I want to know how I can link them in Twig. For instance, I can link to images in my theme's images folder like this, no prob: --- {{ url('theme://images/shoe-l
-
Two forms, one is a modular form
· 10 years ago
Can you create me a minimal zip of your user/ folder to replicate this problem and send it to https://gitter.im/flaviocopes?
-
Two forms, one is a modular form
· 10 years ago
Hi all, i'm currently running into a problem with two forms. My base.html.twig includes a footer like this: ... {% include '/partials/footer.html.twig' with {'pages': page.find('/footer')} %} ... The
-
Custom processing in form: Can you give me a more clear example?
· 10 years ago
The example in the documentation is taken from the Email plugin. I suggest you to take a look at user/plugins/email/email.php and dissect the implementation of "onFormProcessed", dropping everything e
-
Custom processing in form: Can you give me a more clear example?
· 10 years ago
Hi guys, I'm a bit confused about how develop my own processing task after the form submission, right now I need send the form's conten by email using sendgrid, then: 1) I need register the event 'onF
-
Creating a Food Menu from external Data - How?
· 10 years ago
Thank you
-
Creating a Food Menu from external Data - How?
· 10 years ago
See the Learn by Example section of the plugin cookbook.
-
Creating a Food Menu from external Data - How?
· 10 years ago
Thank you. Problem is that they need to be in table form, so Price Numbers line up properly. Is that Possible in Markdown?
-
Creating a Food Menu from external Data - How?
· 10 years ago
I'm sure someone mentioned an example of importing from Excel somewhere around here, but I can't locate it. You would need a plugin to import data from these Excel files into a structured format (whic