pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
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
-
Config-default@: grav.user.email does not work for email field in frontend form
· 6 years ago
@Netzhexe, Maybe you should try site.author.email instead of grav.user.email?
-
HTTP Error 500.52 - URL Rewrite Module Error
· 6 years ago
Ever considered going for Linux on your desktop: Windows Subsystem for Linux? Choose your favourite Linux distro, (almost) seamless integration between Windows 10 and Linux, all powertools from Linux.
-
How to show a defined form from PHP
· 6 years ago
@Netzhexe, Not exactly sure what you are trying to achieve, but.. You can do: # variable = set by plugin {% include "forms/form.html.twig" with { form: forms(variable) } %} or # variable = set by plu
-
How do I modify the confirmation message after form submit?
· 6 years ago
@Netzhexe, I could have saved you 3 days if you had payed attention 2 days ago... ;-) I don't believe the debugger or clockwork show the access modifiers (public, protected, private). But the code doe
-
Archives - Translating the date
· 6 years ago
@01K , I presume you would like to translate 'January 2021' into 'YourJanuary 2021'. Right? Create file '/user/translations/<your language>.yaml' Add: January: <January in your language>