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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3184 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • 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?

  • Send email after login · 5 years ago

    @mcambronero, Without knowing your code and input parameters, it's hard to tell whether the config of email plugin is broken, or whether the address you're sending to/from are invalid. To test the con

  • Multiple languages in blog date · 5 years ago

    @TonHaarmans, You could try the following: Create file '/user/translations/nl.yaml' with content: DATE_FORMAT: d-m-Y Create file '/user/translations/en.yaml' with content: DATE_FORMAT: Y/m/d In Twig