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

  • Modular page content chunks · 11 years ago

    Looks like your missing a ' before the last ) {% include ‘resource-render.html.twig’ with {'page': page.find('/resources/topic1)} %} should be: {% include ‘resource-render.html.twig’ with {'page': pag

  • Modular page content chunks · 11 years ago

    I'd love to contribute a Skeleton type package if I can get things going as I hope! Speaking of which, I've been able to get some of what you have described so far but I keep getting an error on a pag

  • Modular page content chunks · 11 years ago

    Yes, that would be fine. Also I think it would be a great idea to release a Skeleton type package for other educators that includes the theme you develop + sample content and configuration. You coul

  • Modular page content chunks · 11 years ago

    Thanks for the clarifications Andy, I always appreciate all the help you very patiently supply here on the forum! If I use Grav to create my project, I would want to share the results of my work with

  • Modular page content chunks · 11 years ago

    Well i'm not sure how you could make it completely theme independent. Your talking about rending bits of content in bits of the theme. There is no module/widget position concept in Grav itself, all t

  • Modular page content chunks · 11 years ago

    Starting to explore this approach, and before I too far I was wondering if the same basic idea would be possible without being theme independent? For example, would this technique still be effective i

  • Modular page content chunks · 11 years ago

    Thanks very much for the helpful info, I'll explore that approach and see how things go.

  • Modular page content chunks · 11 years ago

    I think rather than modular data which is quite specific to being included on a single page, you should simply create a folder pages/modules/ and put your modular/chunk/widget content in there. Then

  • Modular page content chunks · 11 years ago

    I am trying to use modular pages as a means to chunk and reuse content over multiple pages. For example, in one case I'd like to hide a module page section from being displayed in it's parent but be d

  • Why is the /assets and /images Directories not in the Cache Folder? · 11 years ago

    Also discovered changing (for example): /system/defines.php: 18: define('IMAGES_DIR', ROOT_DIR . 'images/'); to /system/defines.php: 18: define('IMAGES_DIR', ROOT_DIR . 'cache/images/'); Only affects