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

  • Call to a member function get() on null - Windows 10 · 10 years ago

    Update: using grav version 1.1.1 + xamp + php 5.6.23

  • Call to a member function get() on null - Windows 10 · 10 years ago

    Im getting error "Call to a member function get() on null" after downloading themes. It seems that "$this->dateFormat = $this->config->get('plugins.datetools.dateFormat.default');" in constru

  • Modules vs Partials - when best to use? · 10 years ago

    to give you a little example, look at this page. Every section is a _modular page. The good thing is, you're able to rearrange delete or add _modular pages wherever you want to in a template under tho

  • Modules vs Partials - when best to use? · 10 years ago

    Modular pages consist of sections with different layouts (say, three columns of text, image on the left with text on the right, image gallery, hero banner image with a heading and a button, and so on)

  • Modules vs Partials - when best to use? · 10 years ago

    @chidvanid give me some more specific example how would one benefit from having _modular files? What cool things I can do with them? 😜 Are there any themes/sites out there that demonstrate nicely powe

  • Modules vs Partials - when best to use? · 10 years ago

    If i understand you right you're trying to find out what's the difference between _modular files and twig files included into your template? If yes the big difference is, that the _modular pages aren'

  • Modules vs Partials - when best to use? · 10 years ago

    I am trying to wrap my head around modules and partials. To me, both are same thing - you call & display in certain place content from another file. Can you give me a clear example when one has i

  • Retreive data from stored files · 10 years ago

    Still learning, but I've thought and looked more into this. Let me know if I'm on the right track. I think I'm going to try making a form template that constructs .json variables. Then parse it to the

  • Retreive data from stored files · 10 years ago

    I've created a simple form that saves data to the website. Data folder These user submitted files contain some simple text information, I've used .yaml but another file format might be more relevant

  • Markdown text parsing issue · 10 years ago

    Yes, the correct markdown solution for a new line is two or more spaces at the end of a line.