Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Lots of spam topics on forum
· 5 years ago
Can something be done to battle spammers? I've never seen so many on other discourse forums :/ Every day at least several topics appear :( Maybe some stricter registration? I'm not familiar with disco
-
Create new theme from Typhoon
· 5 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?
· 5 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
· 5 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
· 5 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
· 5 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
· 5 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
· 5 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
· 5 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
· 5 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.