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

  • Newbie · 11 years ago

    easier if its the whole site as i can just unzip it and test.

  • Newbie · 11 years ago

    Do you just need the user folder or the whole site? Thank you

  • Newbie · 11 years ago

    If your continuing to have trouble, put a zip of the entire site on dropbox and send me the url to download to 'rhuk at getgrav dot org'

  • Newbie · 11 years ago

    Then all you should need to do is add pages in a tree structure by ensuring pages have the correct 'parent': 2015-09-16-20-5cz2g

  • Newbie · 11 years ago

    Thanks for the response. I'm not seeing the theme preview but it is antimatter and the drop down is enabled in the antimatter.yaml

  • Newbie · 11 years ago

    Not every theme necessarily has support for a dropdown menu. If your site has a theme based on Antimatter theme (default one that ships with Grav), then chances are the theme configuration (click on

  • Newbie · 11 years ago

    I just took over a Grav site where I need to fix and finish the site. I have been reading the documentation and it has the admin panel installed and working but I can't figure it out. My biggest

  • Import or include simple txt file · 11 years ago

    https://github.com/getgrav/grav-plugin-file-content There you go, that should do what your are looking for. Enjoy.

  • Import or include simple txt file · 11 years ago

    Actually give me a few minutes, and i'll do it :)

  • Import or include simple txt file · 11 years ago

    Twig doesn't support this out of the box. You can create a simple Twig extension (using smartypants plugin as an example perhaps) that simple does a file_get_contents(). Discussed here for Symfony fra