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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

NicoHood Member

@NicoHood · Joined 6 years ago · 12 posts · 1 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • A better honeypot field possible? · 5 years ago

    Did you manage to implement such a logic in the meantime?

  • Cache-busting and assets · 5 years ago

    I want to note, that I've implemented multiple solutions for cache busting with grav here: https://github.com/getgrav/grav/issues/1330#issuecomment-752031229

  • How to stop form submit from refreshing to the top of the page (modular)? · 5 years ago

    You can set action: '#anchor'. Make sure to quote the anchor, otherwise it wont work! Each modular should have an id set by the theme, you can checkout the twig template for that or simply add an id y

  • Processing page variables in a form · 6 years ago

    I came here by google and want to link the corresponding github issue: https://github.com/getgrav/grav-plugin-form/issues/127 I've also opened a PR to fix that.

  • Any plans for DSGVO support? · 6 years ago

    Hey guys, I am currently writing a german privacy policy for a grav website and this is currently the only forum post (at least found by google) available. I have a few questions which you guys could

  • Flex-objects relations. Any examples? · 6 years ago

    Hm, thats a pitty! I think I need to use the database plugin for now, as I need a robust solution.

  • Flex-objects relations. Any examples? · 6 years ago

    I got the same question. Davay, did you manage to find it out yourself and want to share any experience?

  • YAML file locking and reading in Windows vs *nix · 6 years ago

    Did you manage to fix this issue? What is your workaround? There is also a file locking API here, but I have not yet tested it: https://learn.getgrav.org/16/api#class-grav-framework-file-abstractfile

  • Question about modular form layout & position · 6 years ago

    The form label defaults to the field name (capitalized) if no label was set. https://github.com/getgrav/grav-plugin-form/blob/4754239a60b4b2fa75e8162ea7185e02d3394a15/templates/forms/default/field.htm

  • Paginate a collection that was filtered by twig (CallbackFilterIterator) · 6 years ago

    Full workaround: {# Get the collection #} {% set collection = page.collection() %} {# Filter collection (currently does not filter anything, as always returns true. Used to demonstrate the bug) #} {%