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

  • contentMeta is NULL while looping through a collection · 8 years ago

    Glad you solved it! In future we need much more info to solve a problem like this. A crucial one for Twig templates is which theme you are using.

  • "Page must be saved before you can upload files" · 8 years ago

    Yeah, you mean save after the initial modal dialog? There would need to be enough information to create a "skeletal" page. It might be because the blueprints could contain required fields that don't g

  • "Page must be saved before you can upload files" · 8 years ago

    I asked this on Slack on June 28 and unfortunately got no answer. Your need seems greater than mine. I can see the technical reasons for this limitation, though it's an annoying UX. I can imagine crea

  • Redirect "Page not found" to homepage · 8 years ago

    Redirecting 404s also makes it difficult to track down broken links! So you're also making it harder for your migration task. All the best with your task anyway :)

  • Redirect "Page not found" to homepage · 8 years ago

    I've seen sites do this and I think it's a really poor idea. Please think through carefully whether that's what you want to do. Ask yourself why we have 404 errors and why most sites don't do this eve

  • {% if config.plugins.login.enabled and grav.user.username %} not working · 8 years ago

    Have not noticed this, well spotted. Are you able to submit this as a bug report on Github? I just described this process on another thread if you are not familiar. Doing that will get the attention o

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

    Sorry, my bad assumption! Log in to github.com (create account first if needed), and go to the Quark repository. The easiest way is to submit an issue and someone else will investigate and make the ch

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

    I stumbled across this template investigating something else today, and I think it's a bug/copy-paste error and should be: {% set show_pagination = header_var('show_pagination')|default(true) %} I thi

  • 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.