Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Create new theme from Typhoon
· 6 years ago
I also tried running Grav on Xampp and through MS Web Platform, but had no luck - always one issue or the other. But then, as I already mentioned in several topics, I checked the Requirements section
-
How do I change a user's email address in a plugin?
· 6 years ago
Try $user->save() Can't test right now and don't have the form set up, but I hope this should work- I see save() method in User object
-
Create new theme from Typhoon
· 6 years ago
How exactly do you try to copy? Or do you want to extend the theme? I didn't have any issues using php bin/plugin devtools (note the php part in front - it didn't work without it, but you have to have
-
Config-default@: grav.user.email does not work for email field in frontend form
· 6 years ago
@pamtbaau, any idea why wouldn't it work with any of my examples? Or even an example from docs?
-
Config-default@: grav.user.email does not work for email field in frontend form
· 6 years ago
From the docs I understand config-*@ takes "value from Grav configuration". I think you should use data-*@, but I'm not sure if it works at all :/ No matter how I tried to get user data it wouldn't wo
-
HTTP Error 500.52 - URL Rewrite Module Error
· 6 years ago
That's the exact issue I had while trying to run Grav on Xampp and then on some native Windows software. Spent a day without any luck solving it. Then I just got Laragon (as I already suggested) and t
-
Windows installation issues: 'mbstring' extension is not loaded
· 6 years ago
This won't answer your question per se, but did you try Laragon? It's listed as the first option in the Requirements section for Windows. It took me like 5-10 minutes to get going :)
-
Multilanguage forms missing until cache is cleared
· 6 years ago
Created a draft PR, which might be a start. @pamtbaau, would you mind to take a look at it and give some ideas? And BTW, are you related to Grav? I mean are you a dev there or just an enthusiast? :)
-
"home" item is not translated in a bilingual website
· 6 years ago
What happens if you set the default language in system.yaml (default_lang: en for eg.)? How does your menu template look like? Seems like Home element is separate from the rest.
-
Multilanguage forms missing until cache is cleared
· 6 years ago
Nope.. Not working either. But why would it? It's the same as forms({'route': '/susisiekime/form'}) No matter what you throw at forms(), it just simply won't find any form. But anyway, it's not by acc