Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Populate select field with function call (data-*@) · 6 years ago

    @domsson, You may have named the plugin 'Foo', but the php class will be named 'FooPlugin'. In the blueprint, you should be referencing the name of the class, not the name of the plugin. So try the fo

  • How to add Custom Fields to all subpages · 6 years ago

    @mrnaysilva, have you considered using a kind of blog structure? Or parts of the blog structure? Blog items (item.md) typically contain a field 'taxonomy' with categories/tags. These could be your in

  • Our main site with Grav · 6 years ago

    @ryanz, Have you considered using Grav's honeypot field? It's less intrusive then reCaptcha. I haven't used Grav's honeypot field myself, but my experience with honeypot is quite good.

  • Our main site with Grav · 6 years ago

    @ryanz, Congrats! I like "static/functional" designs without all sorts of nervous js behaviours and without huge amounts of image to spice it up. A few notes if I may... Google's Lighthouse shows som

  • Download counter · 6 years ago

    @marc63400 with a bit of help from Google I found the following plugin. It is not listed in the "official" Grav plugin repository, but if it works... https://github.com/filisko/grav-plugin-downloads-

  • Installing themes · 6 years ago

    @designsbydesire, I've had a look at Grayscale and I have had troubles using it too. When installing in a default Grav installation, it looks uhh sub-optimal... When copying the demo data into the s

  • Html/markdown caching issue · 6 years ago

    @ariel, You said: the problem is that these html’s will never be cached and always compiled at runtime for each request Grav is not a static site generator and does not cache generated HTML. HTML i

  • Should I use Grav for a project with around 3500 pages and 25 languages? · 6 years ago

    @Oleh, I haven't experimented with it yet, but the new FlexPages of Grav 1.7.0 should be able to handle tens of thousands of pages. With Flex Pages we have tested Grav sites with over 50,000 pages!

  • How to migrate Wordpress Metadata to Grav · 6 years ago

    @Turum, but cant get latest 5-6 posts from all categories You could try Collection::slice(0, 5) in Twig to get the latest 5 posts if sorted by date. and everything is within /blog When adding the

  • Bug report? Copying a theme · 6 years ago

    @ranman, I'm afraid I can reproduce the issue when copying an inherited theme. Updating the stream fixed the issue. Please create an issue at the repo of Grav or the devtools plugin.