Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ian Newcomer
@Slartibartfast · Joined 10 months ago · 9 posts · 3 topics · 2 reputation
Badges
Recent posts
-
Http to https redirect issue
· 9 months ago
Thanks - I had tried that one already. I think that the issue is somewhere in the way that chrome caches the site. If I set all the secure options false and clear the grav cache chrome still redirects
-
Http to https redirect issue
· 9 months ago
Trying again this morning it seems that the redirect to index.php was a browser caching issue not a gravid caching issue, so my http to https redirect is now working nicely. I’m still none the wiser a
-
Http to https redirect issue
· 9 months ago
If I use http rather than https to access my site grav is redirecting to https but it appends index.php to the end of the URL and then gives page not found. I can’t get my head around where this behav
-
Safe way to make changes in Grav Common
· 9 months ago
Thanks. I’ll do some more reading!
-
Safe way to make changes in Grav Common
· 9 months ago
Actually got stuck in a whole ‘nother set of config and forgot to add my unsafe little tweak in the core to the to-do list, so thanks for the reminder. Yes, the twig filter does what it says on the ti
-
Safe way to make changes in Grav Common
· 10 months ago
Thank you both I will check those out
-
Safe way to make changes in Grav Common
· 10 months ago
Is there a safe way to make a change to code in a core Grav Module, so it won’t be overridden next time I update grav? A case in point right now is that the page summary hard truncates at the summary
-
Change the page title based on collection type/name
· 10 months ago
Thank you! I’d not spotted the URI class. For the record I’ve currently settled on {% if uri.param('tag') %} <h1>Posts tagged {{ uri.param('tag') }}</h1> {% elseif uri.param('a
-
Change the page title based on collection type/name
· 10 months ago
I’m new to grav. I’ve managed to create a new theme based off pure-blind for a blog with tags and an archive sidebar. All working nicely. When I click on a tag, or on an archive link it helpfully take