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

  • Panel access for editor just for editing pages, not setting the site · 10 years ago

    See Managing ACL, use admin.pages

  • Panel access for editor just for editing pages, not setting the site · 10 years ago

    Hi, is there a way how to grant user access to admin panel for edit pages, but not to configure the site or change the theme? access: admin: login: 'true' super: 'true' site: login: 't

  • Iterating over external data · 11 years ago

    I'll have a closer look at the GitHub plugin and see if I can twist it into either a Flickr-plugin or an API-reader implementation.

  • Iterating over external data · 11 years ago

    You really are best off interacting with the data via the API in a plugin, then setting the resulting array as a Twig variable. Then it's very easy. Most of the plugins in the GPM/Downloads follow t

  • Iterating over external data · 11 years ago

    I've seen a few mentions of how to read external data on this forum, mostly in the form of JSON, XML, or similar streams not native to Grav at the moment. Setting it up in Javascript is quite easy, bu

  • Next/Prev page vs Collections · 11 years ago

    Understand, that is not problem crete pull request. But first I will test patch at all. I need to be sure it is not not causing some unexpected problems.

  • Next/Prev page vs Collections · 11 years ago

    If you really feel you need this, submit a Pull Request to add this method. We are not averse to adding functionality that people need.

  • Next/Prev page vs Collections · 11 years ago

    Hey guys, Thanks. But I'm sorry. This is not working for me again. I have no parent pages for these pages. All of them are root pages. I tried cacti approach, but without luck. Otherwise: What happen

  • Next/Prev page vs Collections · 11 years ago

    Yep sorry I was misinformed on @self.siblings. As @lexyk says, that collection returns the siblings without the current page, so the collection does know know at which point it is in the current colle

  • Next/Prev page vs Collections · 11 years ago

    @lexyk yep, this is way if you know your path and slug. That's funny I'm trying solve so easy task almost one day.