pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Config-default@: grav.user.email does not work for email field in frontend form
· 5 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
· 5 years ago
@Netzhexe, Maybe you should try site.author.email instead of grav.user.email?
-
HTTP Error 500.52 - URL Rewrite Module Error
· 5 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
· 5 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?
· 5 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
· 5 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>
-
Archives - Translating the date
· 5 years ago
@01K, Try the following: Fresh install of Grav 1.7.3 Add the following to frontmatter of '01.home/default.md' title: Home date: 03/03/2021 Add the following to '/user/themes/quark/templates/default.
-
Archives - Translating the date
· 5 years ago
@01K, Have you tried his suggestion? @m4rkinh0: Sorry I do not have enough knowledge to understand the cookbook yet. I would like to use the second approach.
-
Windows installation issues: 'mbstring' extension is not loaded
· 5 years ago
@nemza, Enabled mbstring in the php php.ini-development and php.ini-production files in C:\php Did you copy/rename php.ini-development or php.ini-production to php.ini? Also note that Grav cli co
-
"home" item is not translated in a bilingual website
· 5 years ago
@maria, Had a look at your site, pulled the covers... and it appears to be Gantry using a paid theme called Zenith. Which means I cannot download the theme, test it, look at its code, ... I'm afraid,