Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Remove item from multiple language blog · 6 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 · 6 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 · 6 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 · 6 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 · 6 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

  • Send email after login · 6 years ago

    @mcambronero, The docs of the email plugin might give you the answers you need. It shows how to configure the plugin, to test it and how to send emails programmatically.

  • Different Language for Lightslider · 6 years ago

    @TristanKonrad, Cache You don't need to cache Grav, Grav will do that for you... :-) To clear the cache: open the terminal change directory to the root of Grav (that's the folder containing folders

  • Simplesearch Self-Controlled Page configuration doesn't work: it always display results even before launching a search · 6 years ago

    @kolsim, I cannot get it to work either... There are old issues reported (#51, #118) in 2016/2017 resembling yours. A fix was suggested, but I cannot get that to work either (Antimatter, nor Quark). Y

  • Different Language for Lightslider · 6 years ago

    @TristanKonrad, Yes, that's the HTML I was looking for. Clearly, no list of images has been created. That means, it either did not find any, or non passed the newly added if-statement... Q: Did you u

  • Different Language for Lightslider · 6 years ago

    @TristanKonrad, All is well on this side using your code and frontmatter. Would you mind showing the HTML that is being generated for the element <ul id="<some id>" class="lightSlider ..."&gt