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

  • Get page content into template · 10 years ago

    thanks - this works, no more global error. But how do i get file user/pages/sidebar/sidebar.md into the twig-file?

  • Get page content into template · 10 years ago

    Well, with twig it is easy: {% include 'partials/sidebar.html.twig' %} There is several grav skeletons that use sidebar, take a look at antimatter or Pinpress. Hope it helps!

  • Get page content into template · 10 years ago

    I need a sidebar on my website which can be edited like normal grav page. The sidebar is in the template/partial. How can i get the content of my page "sidebar" imported?

  • ReCaptcha Fail · 10 years ago

    If have use the example and there was the error. today i have generate a new key and set the new keys in the code. Now it works. But where (in which folder) must i create the folder thankyou?

  • ReCaptcha Fail · 10 years ago

    For the recatcha, you have two keys, one is in "process", and the other one is on the form itself. See this example: https://learn.getgrav.org/forms/forms/example-form#setup-the-page Make sure you pro

  • ReCaptcha Fail · 10 years ago

    Hello, on my gmail account, i have create recaptcha. after it, i have the codes in my contactform, now i have the message: "Fehlerhinweis für Inhaber der Website: Invalid site key" what can i do? gree

  • Admin access to config but not superadmin · 10 years ago

    Yes! That works, thank you. It was the configuration: trueit needed. Cheers

  • Admin access to config but not superadmin · 10 years ago

    This should work (tested): access: admin: login: 'true' super: 'false' configuration: 'true' configuration_site: 'true'

  • Admin access to config but not superadmin · 10 years ago

    Yes multiple times. So that syntax was right?

  • Admin access to config but not superadmin · 10 years ago

    Tried logout / login?