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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • How to set language of UI of Admin Panel · 7 years ago

    @montty, There are 2 settings for language(s): Language of the content of the site. You set these settings in section 'configuration/system/languages`. That's what your image displays. The language o

  • Grav website down (HTTP 500) - can't troubleshoot solution · 7 years ago

    @rhys, Might be helpful to others in the community if you could share a bit more details about the solution...

  • Using blog as agenda · 7 years ago

    @Andrass, The Collection:order() function does not seem to provide for a nested 'by'... Collection extends Iterator, which has a method sort(\callable $callback=null, bool $desc=false): \Grav\Common\

  • Using blog as agenda · 7 years ago

    @Andrass, You might want to have a look at the docs on Complex Collections and Collection Object Methods. You could, for example, create 2 collections using the filter Collection::dateRange($startDate

  • Image gallery in blog post · 7 years ago

    @maria, Not many community members use Gantry based templates. Neither am I... If any non-Gantry based theme fits your design needs, I might be able to help you.

  • Insert an image results in background image change · 7 years ago

    @taylorren, No need to ask the devs, this can be done by yourself. Overriding templates is a common practice in Grav to adapt the layout to ones own needs. First create an inherited theme, else you w

  • Images don't show up in UniteGallery page · 7 years ago

    @TonHaarmans, Following the README of the plugin: Installed plugin: $ bin/gpm install unitegallery Added config to header of page '/pages/01.home/default.md' --- title: Home body_classes: title-cente

  • Nested list loop in Twig template · 7 years ago

    @ginofa, The suggested loop works as expected... At least wrt. my expectation :-) Copied your frontmatter into a page 'default.md' Copied the aforementioned loop into '/user/themes/quark/templates/d

  • Nested list loop in Twig template · 7 years ago

    @ginofa, That is the part at the top of the page between the lines containing the three dashes: --- title: My Title aktuelles: - bild.auswahl: filename.ext text: Some text etc. --- You

  • Nested list loop in Twig template · 7 years ago

    @ginofa, Thanks for the clarification. Since the frontmatter/header is the source for Twig it might be helpful to share it in your post/reply. Please don't use an image, but copy and format the text b