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

  • Is it possible to assign the creation date to the folder of the sub-page? · 8 years ago

    @dydaevskiy I have tried to move blog pages into a folder structure like `/user/pages/blog/2018/09/mytitle/item.md, but it appears not to be that easy... What problem exactly are you trying to solve?

  • How to include a twig variable in a twig variable ? (on a config yaml file) · 8 years ago

    It depends on your decisive selection criteria of the solution. Only then can be decided which solution fits best. I don't know yours, but I could think of criteria like: ease of implementation ease

  • How to include a twig variable in a twig variable ? (on a config yaml file) · 8 years ago

    @nicolasG Did some more research and managed to get the suggestion I made above working... I'm using the Quark theme for convenience, but an inherited theme should be used for production. These are th

  • Multiple collection pages and popular tags · 8 years ago

    If you don't mind changing the code of the plugin, you might try the following. As said, when 'children_only: true' is set, the method 'getChildPagesTags()' is called, which only looks at children of

  • Application Insights · 8 years ago

    I have only small sites of max 10 pages and max 10 regular visitors a day and therefor, the free accounts are tempting. However I never actually tried any PaaS hosting because the pricing 'calculators

  • How to include a twig variable in a twig variable ? (on a config yaml file) · 8 years ago

    I found the following in the Twig docs: {{ include(template_from_string("Hello {{ name }}")) }} It seems this is what you are after, but I couldn't get it to work... Prerequisite: The template_from_

  • How to have rss per tag? · 8 years ago

    Hi @jodumont Had a look at the feed plugin for you... TL;DR: Solution is at the bottom. Rationale: NB. I used the Quark based 'Blog Site' skeleton. It seems the issue is not in the feed plugin itself.

  • How to reference hero image in the images file · 8 years ago

    Hi @normawhite, long time no see... Hate so say, but it seems to be working in my environment... In 'One-Page Skeleton' which uses Quark, I did the following: Using $ bin/plugin devtools newtheme I c

  • Accessing custom user variables · 8 years ago

    @markic Are you sure? I cannot reproduce that behaviour. When not logged in, I do get a 'user' object showing the definition of the 'account.yaml' and default values are shown, but no sensitive data b

  • Alternatives to '@slugify-title' · 8 years ago

    Maybe the following sample might give you some thoughts to handle your use case. Created the same blueprint as above (kept the @slugify-title) and created a plugin with the following code: public func