Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

hughbris Veteran

Regular

Grav Forum Moderators

@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation

Badges

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

Recent posts

  • Regex-Based aliases · 8 years ago

    Are you running PHP5 and/or Nginx @samuele?

  • Regex-Based aliases · 8 years ago

    I am also seeing this, so I'm pretty sure we are following the docs correctly. I just logged an issue as I need this too and there may be a recently introduced bug.

  • 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