Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Ignore language path in link even if you are on language version of the site
· 10 years ago
I think you want to look at the include_default_lang setting.
-
Ignore language path in link even if you are on language version of the site
· 10 years ago
What I want to achieve is even if the user is on japanese version of my Grave site mysite.com/ja/when he click a link in navigation that leads to forum, it will take him to mysite.com/forum/ not mysit
-
Not sure why my grav site cannot be scanned by w3c validator
· 10 years ago
Either we do not support the content encoding specified ("none"), or an error occurred while decoding it. The error was: Don't know how to decode Content-Encoding 'none'
-
Putting a form in a modal on all pages?
· 10 years ago
Ill give it a shot thanks
-
Putting a form in a modal on all pages?
· 10 years ago
Forms are actually YAML based. You will be able to pull forms into pages and even modals with Forms 2.0. This is not yet released but is available for early testing in this PR: https://github.com/get
-
Putting a form in a modal on all pages?
· 10 years ago
Since forms are generated with markdown, how can I make a partial that goes inside a modal and uses its own md file to generate a form in the partial?
-
No Scrolling Down a Page
· 10 years ago
Replied in Gitter, looks an issue caused by a Chrome add-on
-
No Scrolling Down a Page
· 10 years ago
Installed Grav cms on Apache, Linux, PHP 7.1. Works great. However, when I tried to open a page to modify, the text box scrolling is okay. But there are other content below that, if I try to scroll it
-
Get Files in Admin panel
· 10 years ago
Hi, Thanks, i totally missed that one ^_^ thx. @flaviocopes
-
Get Files in Admin panel
· 10 years ago
This requires editing the Common\Page\Media class, and it's not ideal. Use the pagemediaselect or file fields instead.