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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Jared Member

@csixtyfour · Joined 9 years ago · 82 posts · 13 topics · 22 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • GDPR 2018 Data Protection · 8 years ago

    Hi I'm no expert but I've been reading up on GDPR lately and would like to throw out a couple of ideas. The ePrivacy Regulation isn't coming into effect with GDPR - probably not until 2019 (at least i

  • Suggestion: Can we have a confirmation on 'upgrade grav' · 8 years ago

    I know its not quite what you're asking for by there is an option to "automatically check for updates" in the admin panel, maybe that would help as the new update notification wouldn't pop up.

  • Updated to Grav 1.4.4 + login plugin now can't log in - fetch failed · 8 years ago

    edit: I've just realised I can still login if I don't enter a 2FA code and just press login I'm able to log in. I've just updated to Grav 1.4.4 through the admin panel - this went fine. I updated the

  • Call each url image in the quark modular feature loop · 8 years ago

    Hi Is {{ feature.bimg.url }} an actual field name or are you adding .url to try to make it into a url? If you want to create a whole image link you can do it with this line: {{ page.media.images[ feat

  • Trailing slash redirect from lang url on homepage · 8 years ago

    Hi I've don't have trailing slashes on my site however I've noticed that for the translated home page the url is page.com/es/ which 302 redirects to page.com/es this redirect confuses Google and is un

  • Modular page anchor link field · 8 years ago

    Hi @hughbris I was hoping for some built in field I missed for the id but I guess custom field is the most flexible. Thanks for taking a look.

  • 100 folders for 100 posts? · 8 years ago

    The way Grav knows what template to use for your text is based on the file name of the markdown folder so basically post1.md, post2.md would need to equate to a template: post1.html.twig, post2.html.t

  • Replacing Title for Homepage · 8 years ago

    Hi There are a couple of ways to do this but I assuming the home page title isn't going to be changed once set so this is what I would do. in header.html.twig -> line 14 Change: <h1>{{ page.t

  • 100 folders for 100 posts? · 8 years ago

    Hi Doson, You would want 100 folders, one per post. Within each folder would be your md file (blog_item.md or whatever) which has your blog entry text and also any other things for that post (images,

  • Modular page anchor link field · 8 years ago

    Hi I'm looking for some advice on how people handle this situation - I've got some modular pages that I want to create anchor links to from other pages on the site. How do you create the links? I've b