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

Ron Wardenier Regular

@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Summary/excerpt size · 7 years ago

    Grav uses a carefully selected set of top notch libraries. In this case it's Twig which comes to the rescue, see Grav issue "Word truncated in summary." #1510.

  • ÄÖÜ Problem Grav Blog · 7 years ago

    What is the source application of the text you paste? In other words in what application do you a copy action (Ctrl-C or Cmd-C)?

  • Forms: taxonomy field type for frontend forms · 7 years ago

    In general it would be great when there was no difference in backend and frontend form fields. There are a number of ways to take a step in that direction or in adding the Taxonomy field type only: A

  • New Plugin: Admin Frontmatter Yaml · 7 years ago

    Hi @igk1972, welcome to the Grav Forum! Seems like an interesting plugin you created. I'm not quite sure how to use it. Can you provide some more information about how to use it? Maybe write that in t

  • Set page frontmatter per link · 7 years ago

    I think you'll need to create a plugin for that. My route would be to setup a Grav form which submits via Ajax and let the plugin handle the onFormProcessed() event to add the logged in(!) user's user

  • Define data-options@ from plugin config file · 7 years ago

    Your function which returns a value to use as a dynamic field property needs to be a so called static function. As a consequence that function is not part of the other object oriented code and therefo

  • Forms: taxonomy field type for frontend forms · 7 years ago

    I think you mean the Selectize Field type which is available in Admin Blueprint forms only sadly.

  • Forms: taxonomy field type for frontend forms · 7 years ago

    The second example in the Add Page by Form Plugin README file includes adding extra taxonomy tags. It uses the regular field type text. I hope this helps but maybe I'm misunderstanding your question.

  • New plugin: Form Prefiller Plugin · 7 years ago

    Not a reply but an announcement instead. The Form Prefiller Plugin has had it's first public non testing release and will be available in the GPM soon I hope. A new feature is the ability to profile f

  • Multisteps form or wizard form · 7 years ago

    Your question puzzles me. Maybe we can work something out. Please regard my suggestions here as a starting point towards a solution. Using the Add Page by Form Plugin you can pass form field values fr