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

  • Recaptcha in modular form · 10 years ago

    Hi I have a modular form which works perfectly well apart from the captcha. In my form I have the field: - name: g-recaptcha-response label: Captcha type: captcha recaptcha_site_key: '{{ confi

  • Page.media.images requires clearing cache? · 10 years ago

    Grav really relies on the filesystem modification timestamps to determine if the cache should be cleared. On some systems, some file actions (such as deleting, renaming, or even dragging in older ima

  • Page.media.images requires clearing cache? · 10 years ago

    I added this code to one of my templates. <div> {% for image in page.media.images %} {{ image.cropResize(300,200).html }} {% endfor %} </div> I had one jpg file in the page's folder. When

  • Email Form not working, cache problem? · 10 years ago

    Are you all up to date on your plugins/admin/grav updates? What does the full page .md file look like?

  • Email Form not working, cache problem? · 10 years ago

    Hello, I'm using the form/email plugin but it is not working correct. After deleting the cache everything is alright for a few times, but after a while when i press submit i dont get the "thankyou"-Pa

  • Set date for a blog item · 10 years ago

    This is in the docs: headers / Frontmatter

  • Set date for a blog item · 10 years ago

    Is there a way to set the date of a blog item in the item itself? I've tried in the file item.md to set date: 2016-08-01 in addition to the existing title: 'my title' but all I get is DateTime::__cons

  • Add class per page via Admin Panel · 10 years ago

    Use page.media. See: https://learn.getgrav.org/content/media This should work: {% for company_photo in page.header.company_photo %} {% set image = company_photo %} {{ page.media[image.name].crop

  • Add class per page via Admin Panel · 10 years ago

    Thanks! It works :) Follow up question: I created a fully custom form in the Admin using the blueprints. Everything works really easy, but there is one thing I can't get right. I have added a file upl

  • Add class per page via Admin Panel · 10 years ago

    You can edit the blueprint themes/yourtheme/blueprints/item.yaml See: https://learn.getgrav.org/forms/blueprints/example-page-blueprint