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

Hugh Barnes Veteran

Regular

Grav Forum Moderators

@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation

Badges

ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Just curious. why would pagination in blog be connected to sidebar? · 8 years ago

    Which theme, Norma? Twig templates belong to themes, not Grav. I think the answer might be simply that this is the decision of the theme creator. They've chosen to determine whether to show pagination

  • Encoding issue of form content · 8 years ago

    I just heard about this new option a few hours ago, which sounds like it addresses your label problem: https://github.com/getgrav/grav-plugin-form/commit/e03fb0468c25ddafcc13be478341c0be3ef75f33 I've

  • Routes link to external file · 8 years ago

    Hi - I'm sure there's nothing wrong with you 🙂 Can you tell us how it is not working? What happens when you request the rerouted URLs? 404? Can you access the PDF URLs in the download folder directly

  • Music app development · 8 years ago

    This seems random. I'm sure you can find a much more specialised forum for this question.

  • Encoding issue of form content · 8 years ago

    Is it only the email where you are seeing this? I can see that your JQuery serialize function is likely escaping the line breaks. Grav and Twig will have no way to know that's happened because it is d

  • Making number_format respecting locale? · 8 years ago

    Are the digits in your locale different to 0..9? I'll assume not and it's simply the formatting. Have you seen the Twig filter number_format? You can also set the default format using that snippet of

  • Installation on localhost: stuck on an error 500 · 8 years ago

    The usual reason is file ownership and permissions and you don't say if you tried that. However, if you got it running with PHP's server, it's probably not that. So, it would be helpful to know what y

  • List the siblings of the current page · 8 years ago

    I think code formatting has made your code hard to understand. Could you try reformatting your Twig as it's not clear what it should say? You can format blocks of code by surrounding them with lines o

  • Any XSS code can be stored? · 8 years ago

    How can you compromise the site from doing that? I genuinely don't understand. I understand that an attacker (who must first obtain admin access) can generate some arbitrary Javascript, but so what an

  • Javascript not working · 8 years ago

    @rohankaos: but the javascript part is not working That's not enough information! What happens? There must be a thousand ways this could be "not working". Your Twig looks fine BTW, I doubt that's the