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

  • Hide page when logged in · 9 years ago

    Thanks, that should hopefully put me on the right path.

  • Hide page when logged in · 9 years ago

    This solution by schwame is not exactly what you want but it might give some clues.

  • Hide page when logged in · 9 years ago

    Hi Using the login plugin, how can you hide a page in the navigation when you are logged in? Basically I want to hide the login page when you're logged in. Thanks

  • [Multiside-Setup] Stream(s) are not changed by setup.php · 9 years ago

    I have the following scenario: ( I'm using a shared hosting service (namecheap) where I can have several websites from one hosting account (called Addon-Domains). At the same time they also have to b

  • Multisite setup + langswitcher · 9 years ago

    @tidivoit hi i have same issue here https://github.com/getgrav/grav-plugin-langswitcher/issues/26 Here's my folder structure _ public_html __ user ___ sites ____ site A ____ site B so for example home

  • Multisite setup + langswitcher · 10 years ago

    Ok I have succeded in having languages with subdirectories.

  • Multisite setup + langswitcher · 10 years ago

    Hello Grav I have followed documentation on learn.getgrav.org and set a multisite setup. It's working well, except for languages. file structure user/site/<subdirectory> gives localhost/<subd

  • Php code in article? · 9 years ago

    Found it here: https://learn.getgrav.org/content/markdown :)

  • Php code in article? · 9 years ago

    How can I have php code inside an article? <?php echo BANG; ?> is displayed as BANG inside the article but I want <?php echo BANG; ?>...

  • Where can I edit the text in deliver theme? · 9 years ago

    I have found it in the file user/config/site.yaml with the command: grep -rli “search string” * The content is only available via file system, not via admin.