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.

Bernd Herbig Newcomer

@dci · Joined 8 years ago · 4 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Why doesn't Gantry 5 run as Multisite? · 8 years ago

    Oh, I had not suspected that. I thought it would be only a little bug 🙂 So for all people who want to do the same thing as me, we can say that Grav with Gantry 5 is not running as multisite at the mom

  • Why doesn't Gantry 5 run as Multisite? · 8 years ago

    Hello, I have a gravstrap skeleton with Grav v1.3.1 as a multisite setting and it works fine. Now I setup a Gantry 5 Helium 5.4.22 skeleton and a learn3 skeleton from github. Both setups don't run as

  • Automatic URL manipulation via header.routes.default · 8 years ago

    Hello, I believe, I solved my issue by myself. On the file system/src/Grav/Common/Page/Page.php I expanded the function frontmatter. $this->frontmatter = (string)$var."routes: \n default: /".preg_

  • Automatic URL manipulation via header.routes.default · 8 years ago

    Hello together, I would like to remove the /folder/ part from the url. (The parent folder) I wrote header.routes.default: type: text autofocus: true style: vertical label: Meine URL default: "/" into