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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3141 posts · 13 topics · 1013 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Is there a way to stop frontmatter yaml being sanitized? · 5 years ago

    @PatienceAllergy, When entering a date using Admin for the 'date' variable on the Options tab of a page, the selected date is being saved as: --- title: Typography date: '16-08-2021 13:59' --- This se

  • First ever GRAV site: Only displays blank page. Can't find the problem · 5 years ago

    @pr0m3th3u5, Infra is not my area of expertise, but I do know this issue has come up quite a few times on the forum. You might try searching for blank here on the forum. I believe the most common caus

  • Weird page name bug · 5 years ago

    @edi0th, Just an educated guess... The 'Pages' page In Admin lists all pages by their 'Menu' name as set in the header of the page like: --- menu: Typography --- Blueprint field header.menu defines t

  • Change Quark Background Color · 5 years ago

    @logjammin, Just noticed that you are using a modular page... To summarise the issue on Github, the main cause of the problem is !important in the following snippet in 'spectre.min.css': .bg-gray {

  • Taxonomy separator · 5 years ago

    @Deight, That's because you keep using the for loop... For each tag on the page, you print the combined/joined tags.

  • Weird page name bug · 5 years ago

    @edi0th, I feel like I’m missing a really obvious thing… So do we, because you're not sharing much.... To prevent any confusion: One cannot create a "template" with DevTools. Only themes/plugins/bl

  • Change Quark Background Color · 5 years ago

    @logjammin, When performing the following steps, all seems to be working well... Fresh install of Grav 1.7.18 Install plugin 'devtools': $ bin/gpm install devtools Create inherited theme using $ bin/

  • Taxonomy separator · 5 years ago

    @Deight, Please have a look at the Twig documentation about join to get a basic understanding of how the filter works. Here are some examples from the Twig docs: {{ [1, 2, 3]|join }} {# returns 123 #}

  • Agency new page in menu bar · 5 years ago

    @ihcim1860, There has been a similar post which has a solution. Maybe you can have a look and see if you can refit the solution into your use-case.

  • Split content by regex and extract H2 · 5 years ago

    @NEA, I think your reply would be so much more valuable to other community members if you add the definition of the custom filter you've created.