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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Importing Blueprints broken with 1.7? · 5 years ago

    @domsson, Have you read the upgrade docs? Did you run $ bin/grav yamllinter?

  • Plugins: vendor/autoload.php - it broke; why and best practice? · 5 years ago

    @domsson, After upgrading to 1.7, the command $ bin/plugin devtools new-plugin creates a plugin containing new recommendations. See the 1.7 Upgrade docs and its recommendations. Yes, you can remove th

  • Plugins: vendor/autoload.php - it broke; why and best practice? · 5 years ago

    @domsson, Composer is bit like 'npm' for Nodejs. Yes, if you followed the steps in the tutorial correctly, there should be a '/vendor' folder. Autoloading will allow you to easily reference classes p

  • Getting modular form to work with Typhoon template · 5 years ago

    @TonHaarmans, Not knowing much about your infra, I can only ask questions... What is the error output of '/logs/grav.log' What's is the content of '/user/config/plugins/email.yaml' Don't forget to re

  • Getting modular form to work with Typhoon template · 5 years ago

    @TonHaarmans, I have no Typhoon license, so I cannot help you with that specific theme. However... is seems to be more of a form issue then a theme issue. For clarity's sake: What is not working? The

  • Upgrade flex-objects to v1.0.2 · 5 years ago

    @epb, Every file in the tree of a plugin, or theme should be considered potentially lost when an upgrade arrives. Therefor, new or updated templates, config files, blueprints etc. should be placed out

  • New lazy loading in Grav 1.7 · 5 years ago

    Bug has been fixed in repo and will be available in 1.7.4

  • Set another "extends" to page template · 5 years ago

    @mkukulka, Since you are working with 'modified copies', the following steps are tested and should work: Using fresh copy of Grav 1.7.3, with theme Quark Create an inherited theme. If not, all change

  • Some Font Awesome icons not usable · 5 years ago

    @AquaL1te, As far as I know, Font-Awesome 4.7 does not contain fa-mastodon. Admin uses a fork of Font-Awesome which seems to have added 'fa-mastodon'. So, no online lookup. Workaround: Use the Twitte

  • New lazy loading in Grav 1.7 · 5 years ago

    @jordan, Haven'd found any documentation on it, but according the code you should be able to do the following in Twig: {# Gets default from 'system.images.defaults.loading' Unfortunately not work