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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Theme installation issue · 5 years ago

    @berni51, Theme 'Clean-Blog' is indeed not 'autoescape' compatible with Grav 1.7, which can be fixed using one of the solutions mentioned above. Besides the autoescape issue, themes are not necessaril

  • Grav 1.7 Yamllinter does not detect failing translation files · 5 years ago

    @filo91, There still seems to be some activity of the owner... Also, a Pull Request has been issued on 2021/02/22, to fix the issue. You might want to subscribe to the PR to get notified of its progr

  • Grav 1.7 Yamllinter does not detect failing translation files · 5 years ago

    @filo91, It seems Admin is only running Yamllinter with default settings. Also, command $ bin/grav yamllinter does not check yaml files in e.g. translations folders. The following command will recurse

  • Modulars are not apparing · 5 years ago

    @nuv4, Please be kind to the readers and try to format the folder structure properly. It's hard to make sense of the folder structure right now. Which folder is supposed to contain the modular.md? W

  • Modulars are not apparing · 5 years ago

    @nuv4, You launch tree user/pages | clipe.exe from the command prompt aka terminal.

  • Modulars are not apparing · 5 years ago

    @nuv4, A tad more information might be helpful. For example: Which Grav version are you using? Which theme are you using? Did you add the child module using Admin? How does the folder structure look

  • Set date format per language in blog post · 5 years ago

    @TonHaarmans, What have you tried so far? Your suggestion doesn't seem to be too difficult to give it a go...

  • Remove item from multiple language blog · 5 years ago

    @TonHaarmans, Nice! Kind reminder... To enrich the forum, please mark replies providing a solution, or leading to a solution, as 'solution'. By doing so, people having a similar issue can see a post p

  • Remove item from multiple language blog · 5 years ago

    @TonHaarmans, Have you tried the following setting in '/user/config/system.yaml': languages: supported: [nl, en] content_fallback: nl: [nl] en: [en]

  • Send email after login · 5 years ago

    @mcambronero, To help future community members stumbling over the same issue, would you mind sharing in what way above command led you to the solution of your issue?