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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Can't login after upgrade · 9 years ago

    How are you running it? Localhost or on some webhosting? It sounds like the permission issue is related to the ownership of files which, Grav being file-based, is very important. I suggest taking a l

  • Admin with apache reroute · 9 years ago

    Probably the simplest solution is to drop an index.php in your webroot with a redirect to 2017/: <?php header('Location: http://mydomain.org/2017/'); http://php.net/manual/en/function.header.php

  • Massive Wordpress migration to Grav · 9 years ago

    Grav is a flat-file system and as such it does not need an admin. In fact, many people don't use the admin plugin at all. Because of this Grav (and skeletons too) actually don't come with the admin

  • Infinite redirect loop on fresh installation of Grav · 9 years ago

    You seem to be missing the PHP section. You should look a the sample we include in the webserver-configs/ folder of Grav: https://github.com/getgrav/grav/blob/develop/webserver-configs/nginx.conf

  • Backend (Admin Plugin): Ability to create/clone field on the admin site · 9 years ago

    That sounds like it would require a new custom field that handles the ability to 'copy' the current field and inject a new field into the form. Something along the lines of Array or List field, but j

  • Language specific pages · 9 years ago

    If you don't want a page to show up at all for a particular language, simply create the page for the language (e.g. yourpage.de.md) and set published: false. Did you try that?

  • Variable to input form via link button · 9 years ago

    I would put your products into an array in the frontmatter. Try this: title: Products Page process: twig: true products: - title: Product A link: products/product-a - title: Product B l

  • Website is very slow in spite of grav core feature (crazy fast..) · 9 years ago

    Cool we'll continue the conversation via email. Cheers!

  • Using Facebook plugin · 9 years ago

    You should post this question on the plugin's issues list: https://github.com/mikahanninen/grav-plugin-facebook/issues

  • Gantry Helium based multilingual site · 9 years ago

    Some multi-language support was just added to Gantry! https://github.com/gantry/gantry5/commit/9c487faa05b7ac8a054e4be001a8e22e1497ff7f