pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, Updated previous post by adding another alternative to include form: forms({ 'route': page.route ~ '/form')
-
How do I modify the confirmation message after form submit?
· 6 years ago
@Netzhexe , Looking in the debugger at the definition of the Form object, it also seems to have a property 'message'. Updating that field seems to work. Try: $event['form']['message'] = 'Your vote c
-
How do I modify the confirmation message after form submit?
· 6 years ago
@Netzhexe, Sorry, too quick... I'll have to rethink
-
How do I modify the confirmation message after form submit?
· 6 years ago
@Netzhexe, Just a quick guess... Can't you use a regular translation in the form definition? In the form: message: CONTACT_FORM.THANK_YOU And in the 'languages.yaml' file: en: CONTACT_FORM: THANK_
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, To be honest.... I'm afraid I couldn't follow the into 😇 Your demo does not match your intro. They seem different stories. The intro is quite long-winded and not succinct. You didn't mak
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, Ahh, I just remember a post dating back a few years: How to get the slug url using the LangSwitcher plugin? . I responded back then because I had created my own Language-Switcher some tim
-
Sidebar content using Quark
· 6 years ago
@louigi, What exactly do you want to achieve? Do you want to display/reuse the content of a certain page (or module) inside the sidebar of another page or pages? Or do you want to create a sidebar co
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, You probably have a good reason to use it, would you mind explaining what the purpose is of the following setting: pages: redirect_default_route: true
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, Added LangSwitcher and added separate slugs for each language per page and module. Still working fine.
-
Multilanguage forms missing until cache is cleared
· 6 years ago
@Karmalakas, I'm afraid I cannot reproduce the issue... Fresh install of Grav 1.7.3 Added the following to default '/config/system.yaml' languages: supported: [en,lt] Created regular page + modular p