hughbris Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation
Badges
Recent posts
-
I'm researching GRAV CMS for project use
· 8 years ago
1 - 4: yes! 5: depends on the theme you choose 6: err, I think so (??) 7: getting there 8: you be the judge 9: I don't understand. Sell what you want, generally, but it's not the rat-infested commerci
-
What is the best way to download all site content and migrate it to a new Grav Install
· 8 years ago
I make a git repository of the user folder locally, and sync that with a remote private repo (Bitbucket has free ones, I think Gitlab do too). I also track the remote repository on my server (test and
-
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