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

  • Translate Form Plugin validation · 10 years ago

    Had to add german (de) as only supported language to system.yaml to get the output in german. thanks. but another question: if I'd like to change that text… I had a look in the form template and found

  • Translate Form Plugin validation · 10 years ago

    Check translation overrides, the string is contained in system/languages/en.yaml

  • Translate Form Plugin validation · 10 years ago

    I figured out how to change to second part by doing the following: validate: required: true message: 'Bitte überprüfen Sie Ihre Eingaben' But I have no Idea how to translate the first part

  • Translate Form Plugin validation · 10 years ago

    I need to translate the form plugin validation messages. How can this be done? Right now they look like this: Validation failed: Invalid input in "Email"

  • Login Plugin: Registration not working · 10 years ago

    Handling in GitHub on https://github.com/getgrav/grav-plugin-login/pull/97

  • Login Plugin: Registration not working · 10 years ago

    I have installed a new Grav-instance, enabled the user registration in the Plugins section in the admin backend and set the Registration path to /register. Everything else is default. When I now open

  • Comment form not showing (comments - plugin) · 10 years ago

    Thanks a lot. It is working now.. Great support, awesome CMS!

  • Comment form not showing (comments - plugin) · 10 years ago

    Simply remove user/themes/pinpress/templates/partials/comments.html.twig. I checked and it's not providing any styling improvement. Plus, it's breaking the form submit. I'll issue a theme update.

  • Comment form not showing (comments - plugin) · 10 years ago

    Looks like Pinpress has a custom comments twig: https://github.com/getgrav/grav-theme-pinpress/blob/develop/templates/partials/comments.html.twig Remove it and the form will surely show up. Pinpress

  • Comment form not showing (comments - plugin) · 10 years ago

    Yes, when I use Antimatter theme it works. So the problem seems to be pinpress. I dont know why. Because the demo which is linked on this site works with comments. What I try next.... I watch how the