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

  • How to get filename image's extensions · 10 years ago

    How to get filename image's extensions

  • Can't create a tab in modular page · 10 years ago

    Thanks, it worked. :)

  • Can't create a tab in modular page · 10 years ago

    Use .yaml not .yml. Should work then.

  • Can't create a tab in modular page · 10 years ago

    I am unable to create an extra tab in one of my modular page. 1) I have created Home/_start/start.md 2) templates/modular/start.html.twig 3) user hemes\antimatter\blueprints\modular\start.yml Still,

  • Chaining Page Collections · 10 years ago

    From what I can see, there is no way with page collections to get pages tagged under a specific category, limited by children of a page.

  • Chaining Page Collections · 10 years ago

    Was it not achievable without custom PHP functions? Also, surely it would be more efficient to allow for the addition of partial collections to a larger one, rather than filtering out content from mul

  • Chaining Page Collections · 10 years ago

    For anyone trying to do this, I had to do it like so: private function getItems($page) { $page->collection($params, $pagination)->filter(array($this, 'filter'); } public function filter($va

  • Chaining Page Collections · 10 years ago

    Basically everything that Collections can currently handle is detailed in these docs The multiple collections return the sum of the collections. The best thing to do is to get all the items then filt

  • Chaining Page Collections · 10 years ago

    Just wondering if there is any way to chain page collections. Some context: I want to find all of the child pages of 'Blog A' that have the category 'Tech'. Is that possible? Currently, if i do: cont

  • Hiding pages in Admin Panel · 10 years ago

    No currently there's no such feature in the Admin plugin.