Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to specify form email "reply-to" · 9 years ago

    I would like to specify the "Reply-to" value of form emails. example: process: email: from: "{{ form.value.email }}" to: "{{ config.plugins.email.to }}" reply-to: "{{ form.value.email }}

  • Grav removes header variable from .md · 9 years ago

    got it :) had to add the field to the blueprint file. btw grav devs thanks for letting me get away with this options for toggle :) just what I needed :) name: active_by_default typ

  • Grav removes header variable from .md · 9 years ago

    am I right in thinking that if I have a custom blueprint file for that page that I also have to add that header field in the blueprint file?

  • Grav removes header variable from .md · 9 years ago

    Hi guys. I have a small problem. I have a page services.md (folder: _services). It is made of 12 typical "icon, heading text" text-boxes. Every box can be edited in admin. Works like a charm. Now the

  • Html code gets wrapped in `<p>` tags · 9 years ago

    Got it sorted. For some reason "escape markup" was also enabled. Still confused why, is this supposed to be the default behaviour? Because all documentation talks about including HTML like the norm?

  • Html code gets wrapped in `<p>` tags · 9 years ago

    Hey, I'm trying to add some HTML into the body of the .md file in a blog post, but the html always appears literally (tags and all, like it was preformatted) on the page. Inspection revealed it gets

  • Struggling to get the basics working. PHP Error · 9 years ago

    Looks like PHP is not working at all. A simple PHP hello world does work?

  • Struggling to get the basics working. PHP Error · 9 years ago

    Hello everyone. I'm new to the Linux and webserver world. I'm trying to teach myself some new stuff, so I've been working on an Ubuntu box hosted on Amazon, with Apache2 and PHP7 installed. I've ca

  • Two Skeletons · 9 years ago

    How can i use two skeletons in the same root folder? Thanks!

  • Form - Hit Return for new line in text entry · 9 years ago

    Oh great ! I missed this one when I read the doc. Thanks a lot !