pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3184 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Plugins: vendor/autoload.php - it broke; why and best practice?
· 6 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?
· 6 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
· 6 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
· 6 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
· 6 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
· 6 years ago
Bug has been fixed in repo and will be available in 1.7.4
-
Set another "extends" to page template
· 6 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
· 6 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
· 6 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
-
Config-default@: grav.user.email does not work for email field in frontend form
· 6 years ago
@Netzhexe, I don't know if it's the best solution, but it seems to work: Create plugin $ bin/plugin devtools new-plugin I called it 'xx' (yes I'm lazy) In plugin add: public static function getEmai