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.

James Olewiler Newcomer

@thejame · Joined 8 years ago · 7 posts · 3 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Extending blueprints multiple times through plugins and theme · 4 years ago

    I was able to get this to work: '@extends': type: modular context: blueprints://pages My page blueprint is in a "modular" subfolder of blueprints/pages

  • Listing all values of taxonomies · 8 years ago

    This is SUPER HELPFUL, thank you! This method produces a collection that I can now filter and sort. I also was able to do a count of the matched entries like so using findTaxonomy(): taxonomy.findTaxo

  • Listing all values of taxonomies · 8 years ago

    I'm just trying to list all entries of a passed in taxonomy for a collection of pages. I have a collection of sermon pages and they have an author and book associated: title: 'The Title of the Post' t

  • Invisible Captcha · 8 years ago

    I'm having the same issue. There's a templates/plugins/forms/fields/captcha twig file for this but I don't see how to tweak it for Invisible, since you essentially have to modify the form's Submit but

  • Yet Another File Upload Thread · 8 years ago

    Oh man this took a good two days to figure out but I think I got it. The giveaway was that the Dropzone.js was throwing an error and not even rendering the form on the page. The problem was that the r

  • Possible to get Date value in form field? · 8 years ago

    I'm trying to submit a field in my form that includes today's date, but get errors (obviously) when trying to do something like this: name: hidden_date type: hidden default: {{ now }} What allows the

  • Yet Another File Upload Thread · 8 years ago

    New to Grav, but have looked through plenty of threads here regarding this issue. Hopefully someone will spot something and assist. I have an application form that I need a file uploaded to. Upon subm