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

  • Photographer Gallery · 10 years ago

    I mean two gallery in one modular page. Can i do that?

  • Photographer Gallery · 10 years ago

    You would need to adapt the regular template page into a modular page. The complexity of this depends on the current theme. I'm assuming there's a header with information about the photos, and a tw

  • Photographer Gallery · 10 years ago

    Is it possible to use the gallery in one page(modular)? I am using photographer theme.

  • Custom page access rules unclear · 10 years ago

    Well, In fact I indeed meant restricting the admin access to certain pages

  • Custom page access rules unclear · 10 years ago

    If you are talking about frontend page restrictions (not admin), then you could put something like this in the page header: access: site.login: true site.private: true Then you just need to ensure

  • Custom page access rules unclear · 10 years ago

    Currently there is no per-page editing ACL in Admin. If a user is granted access to edit a page, it can edit other pages too.

  • Custom page access rules unclear · 10 years ago

    email: [email protected] access: admin: login: true (super)pages: true fullname: 'Your Name' title: Administrator hashed_password: $2y$10$7XbXqoQWz.Zz6gWkA7LkWOO3NkrwlXBkzX8D08ODM5JW8BawgJ0rG just simply

  • Custom page access rules unclear · 10 years ago

    Hi Andy, could you give us an example of the yaml headers needed to have a custom access rule. For example: I want to allow a certain user access to only certain pages, forbid him to edit others. How

  • Check if certain tag poll is not empty · 10 years ago

    oh it was easy if page.collection() is not empty

  • Check if certain tag poll is not empty · 10 years ago

    have structure with several topics, and tag base with FAQs, and need to validate if the tag array has any tag records inside so i can either display the faq section it or not