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 Return List of Tags for all Page of Site · 10 years ago

    The best way to find out the content of a variable is through {{ dump() }}, for example {{ dump(page.taxonomy) }} will show you the content of it in the debug bar. If what you want is the list of tags

  • How to Return List of Tags for all Page of Site · 10 years ago

    I made a search page that renders what tag was searched/linked to like /search/tag:foo Without using the taxonomylist plugin, how can I get the list of tags used for all child pages of /01.home/ or ev

  • Avoid overwrite of uploaded files · 10 years ago

    I am using 1.0.10. So I reverted back to the 1.1.2 version of the Form plugin because the site goes into production this week. I simply added your latest commit to the form.php file: if (file_exists("

  • Avoid overwrite of uploaded files · 10 years ago

    Mmm cannot replicate. Are you using Grav 1.1? I am testing on that. Or 1.0? Care to open an issue on the Form plugin repo https://github.com/getgrav/grav-plugin-form so we can better track this?

  • Avoid overwrite of uploaded files · 10 years ago

    Actually, the update also broke another form without a file field. The Missing required field in that case is the ReCaptcha field (the last one before the Submit button).

  • Avoid overwrite of uploaded files · 10 years ago

    Thanks. I now get an error each time I want to submit the form : “Validation failed: Missing required field:” [Name of the file field] I get this whether the selected file has an existing name or a ne

  • Avoid overwrite of uploaded files · 10 years ago

    Yes you can do that, download the zip from Github. Once the update is out, it will be overwritten when you update.

  • Avoid overwrite of uploaded files · 10 years ago

    Great, thanks for the quick updates! So can I update my version of the Form plug-in with the one on Github? Or could that cause issues, with the auto-updater or something else?

  • Avoid overwrite of uploaded files · 10 years ago

    Made sure files are not overwritten in https://github.com/getgrav/grav-plugin-form/commit/ea98350d42c53b73d145c793f519ad89f9b0d1bf

  • Avoid overwrite of uploaded files · 10 years ago

    Implemented the destination twig parsing in https://github.com/getgrav/grav-plugin-form/commit/bfffed398bd2be931cb2e0dcd0786ffedfb4c829