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

  • Email setup with reCAPTCHA · 11 years ago

    Thanks for the confirmation. I believe I was getting hung up when formatting my own users/languages/languages.yaml. In the default languages.yaml each ID'd by an abbreviation, like en:, es:, and it:

  • Email setup with reCAPTCHA · 11 years ago

    Hi, I took a look. I think it's all explained in the plugin README file

  • Email setup with reCAPTCHA · 11 years ago

    I've set up reCAPTCHA Contact plugin to the point that I can see a contact page, am able to input a name, and email, and a message, and click submit but I'm wondering whereto configure how the actual

  • Including images without their name · 10 years ago

    thank you so much, I had no idea.

  • Including images without their name · 10 years ago

    Sure, you just need to loop over page.media.image when displaying the page: {% for image in page.media.images %} {{ image.html }} {% endfor %}

  • Including images without their name · 10 years ago

    I have many images: pages/works/work1/image1.png pages/works/work1/image2.png pages/works/work1/image3.png pages/works/work1/image4.png and some MarkDown-files: pages/works/works.md pages/works/work1/

  • Unordered lists and tables · 10 years ago

    Why can't you add unordered lists inside of a table when using the admin text editor? Or even use line breaks?

  • Pagemediaselect not populated · 10 years ago

    Pagemediaselect has a better replacement: Filepicker

  • Pagemediaselect not populated · 10 years ago

    Hi, I'm having an annoying issue with pagemediaselect in a page blueprint. It started after updating the admin plugin. I have a 'list' with items of type pagemediaselect. And when you add a new item t

  • Php7, opcache and the need of clearing cache · 10 years ago

    cache: enabled: true check: method: file driver: apcu prefix: g lifetime: 600 gzip: false