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

  • Change folder number from admin · 5 years ago

    @Karmalakas, Isn't it?

  • Blog page Drop-down menu missing tag · 5 years ago

    @Nando, Maybe I wasn't clear enough when I said: @pamtbaau: When creating a new blog item in Admin and adding a new Tag, the new Tag is shown in the list when creating a new blog item. Maybe I shoul

  • Blog page Drop-down menu missing tag · 5 years ago

    @Nando, I'm sorry, but I cannot reproduce the issue on both theme 'Quark' and 'Quark Open Publishing'. When creating a new blog item in Admin and adding a new Tag, the new Tag is shown in the list whe

  • Difference sorting collection on local and production site · 5 years ago

    @Karmalakas, Sure, the statements you show are different. page.collection.visible.order('folder','asc'): page.collection: Create and order collection based on frontmatter. page.collection.visible

  • Difference sorting collection on local and production site · 5 years ago

    @pzul I can imagine that the differences in folder/file ordering used by operating systems can play a role here. For example, take the differences between Windows and Ubuntu: Windows: a AA b Ubuntu:

  • Difference sorting collection on local and production site · 5 years ago

    @Karmalakas, Well spotted, but I think that will not make much difference because Collection::visible() does not take any parameters. The resulting collection will still be all visible pages, with the

  • Website search without php? · 5 years ago

    @christiana83, The fact that the resulting site is a static site makes quite a difference... Have you tried Google? Here is an article that mentions different options, like Algolia, Lunr, ..

  • How to display sub tree structure as a ToC · 5 years ago

    @porru, Essentially, the logic is the same as how a menu is build. See Quarks '/user/themes/quark/templates/macros/macro.html.twig'. Or have look at the way the menu is created in theme Learn. This

  • Is there some sort of numerical user id? · 5 years ago

    @MildlyDeviant, No, out of the box, Grav does not maintain userIDs. However... Grav is very flexible and almost any part of its internal functionality can be used/extended in your app. But before ela

  • Grav 1.7 curl - PHP Curl in local host - Wamp · 6 years ago

    @cidelab, I've taken the liberty to change which reply should be considered the 'solution'. As you said yourself, upgrading Apache was the solution that solved the issue.