Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Is it safe, secure and sophisticated enough? · 9 years ago

    hi, I am new to programming and want to start several start-ups. I learned a little C and java for android development before, then decided to work on the web. so I choose to go after drupal, but it s

  • Suggestion for the default robots.txt · 9 years ago

    Hi, you can propose an edit by making a Pull Request on https://github.com/getgrav/grav/blob/develop/robots.txt . That said, it's weird as the CSS should be allowed. In which directory is that denied

  • Suggestion for the default robots.txt · 9 years ago

    Some Google Search Console tools are unable to load CSS files and report errors when you check a "mobile friendly" site build with Grav. I suggest to add these two lines in the default robots.txt of G

  • Multilanguage regional · 9 years ago

    update: native-name Twig function is added at initialisation by LangSwitcher php code. It wraps LanguageCode.getNativeName(). Basic over-ride question remains the same.

  • Multilanguage regional · 9 years ago

    Grav documents Multilanguage with regional variations. But there are several issues I have found when working on a site for Hong Kong. The mandate is for the site to have a choice between English, Tra

  • Uploading image by browsing from site root · 9 years ago

    Thank you for the explanation. I get it.

  • Uploading image by browsing from site root · 9 years ago

    Simple answer is forms are not easy. Installing the plugin form is a doddle, just bin/gpm install form, or if you have the admin, you already have it (as admin requires it), but creating a form, requi

  • Uploading image by browsing from site root · 9 years ago

    I totally agree with making it a plugin. My question is why isn't the installation of this plugin is not easy as others.

  • Uploading image by browsing from site root · 9 years ago

    Uploading files is by its very nature an HTML form submission. So it makes sense that the form plugin is the place for this file field. Not only that, grav itself is laser focused on supporting pages

  • Uploading image by browsing from site root · 9 years ago

    This is interesting. May I ask why this feature is not included by default without the need for configuring it in Yaml?