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

  • Position images · 4 years ago

    @Karmalakas: it depends purely on a post template +1, tell us which theme and template you are using please @Henning007. This is totally doable.

  • Expand URL variable in custom languages.yaml · 4 years ago

    @AquaL1te: No URL, but also no HTML/markdown. Just the text. Yep agreeing with @pamtbaau, can you show us your email form action? You can generate both plain text and/or html (multipart) emails, whic

  • Expand URL variable in custom languages.yaml · 4 years ago

    I thought of translation placeholders. It really depends on context and preference. But yes, a selection of options.

  • Expand URL variable in custom languages.yaml · 4 years ago

    Go the duck 🙂 There might be a better way. I got this working with: {{ evaluate_twig('THEME_TZM.PRIVACY_STATEMENT_QUESTION'|t)|raw }} You need to process it through Twig and escape the HTML in there.

  • Pages created with same prefix number · 4 years ago

    Thanks for the update. I wonder if there was a collection defined in frontmatter or a template which prescribed another ordering. Let us know if you find anything more. Cheers.

  • Collection ordering doesnt work · 4 years ago

    @hughbris: 'by': 'header.publish_date', Try changing this to 'by': 'publish_date', though, it's quite simple and might work.

  • Reading progress bar in Grav CMS · 4 years ago

    It seems the missing piece in your understanding here is how to add external and inline JS (and CSS). Basically you need to add them into a twig template, probably the base one that includes the other

  • Collection ordering doesnt work · 4 years ago

    I had a quick look into the Grav core code and found a resolved issue that gave me some clues. I still don't fully understand how it is sorting this because even as a string, it's not in order. Try th

  • Protected Specific Content (only for specific user)? · 4 years ago

    @wmcig: Maybe you can contact the person who is more familiar with this API Access Level topic to get into this topic? It doesn't work that I'm afraid. The people who know (not sure who) would need t

  • Collection ordering doesnt work · 4 years ago

    Interesting. I'd start by looking at your date format settings, although it looks like whichever format is being used (sensible or US ridiculous :P), they are out of order. Could you please post here