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.

Richard Hainsworth Member

@finanalyst · Joined 9 years ago · 96 posts · 30 topics · 9 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Grav & security vulnerability in jquery? · 6 years ago

    Been trying to do that. Broke Grav admin, broke my site. Now trying to get back to where I was this morning. Not happy at this moment! Can't discover whether Grav Admin plugin needs Jquery 2.1.4 or no

  • Grav & security vulnerability in jquery? · 6 years ago

    Vulnerabilities are a going to be a pest in internet land for ever! So, in a sense finding a good way of tracking down where Jquery is loaded would be useful. Using a search in an editor assumes all t

  • Grav & security vulnerability in jquery? · 6 years ago

    @unleashed Thanks. I looked through the Admin interface. Found that reference. But jquery v 2.4.2 is still being added somewhere. I looked in the assets and js folders of the theme, but I haven't foun

  • Grav & security vulnerability in jquery? · 6 years ago

    I am trying to figure out where the jquery 2.4.2 dependency is. I deleted from system/assets the reference to jquery 2.4.* and a plugin (isotope) broke. But I am looking at isotope - which is being up

  • Grav & security vulnerability in jquery? · 6 years ago

    I tried to locate where the 2.4.2 dependency is by deleting the jquery library in system/assets. admin still works, my website still loaded, but photographer uses isotope to filter images in a gallery

  • Grav & security vulnerability in jquery? · 6 years ago

    i just ran snyk.io/test/website-scanner on my website, built with Grav, updated to the latest version. I modified the latest version of the Photographer skeleton. I have the same report of vulnerabili

  • Putting twig into a form · 6 years ago

    Hi Ron (@bleutzinn ) Thanks for the response. a) I have not looked at that plugin. b) I tried to set site.frontmatter.process_twig to true, and the whole site bombed! I did not want to debug the whole

  • Documentation on Forms seems to be Incorrect · 6 years ago

    Been working on this problem of mine /forum/general/obtaining-a-form-object-for-use-in-a-twig-template-t2313 It states clearly in the main Grav documentation (see https://learn.getgrav.org/16/forms/fo

  • Putting twig into a form · 6 years ago

    I wanted to display some text on a form including the date. In the fields section, I put - name: date label: 'Today is {{ "now"|date("d M Y") }}' type: display co

  • Obtaining a form object for use in a twig template · 6 years ago

    I have had great difficulty getting the functionality given in the documentation on Forms to work. I have tried a number of different ways, but cannot either of two things to work. I'm sure that I'm d