Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Get content of different pages on Homepage · 7 years ago

    @ramez, Although I'm not a fan of one-page website, I did some playing... Note: The quote you mention is from the overview of page types. That's only part of the story. There is more information to b

  • Config.theme empty · 7 years ago

    @bmcwilliams, Because of the labels you are using, my first guess is that you expect to see the dumps in the resulting Html. However, unlike {{ var_dump() }}, {{ dump() }} does not display its resul

  • How access to own class method in Twig · 7 years ago

    @pawel, A rough example might give you an idea to start from. I presume you have already found the plugin tutorial where you can learn the basic structure of a plugin. There are many events you can s

  • Acces page.raw_route in template? · 7 years ago

    You might consider creating an issue or feature request at Grav's repository at GitHub...

  • Acces page.raw_route in template? · 7 years ago

    @fosil Even more confusing perhaps: Page::route is also a protected property and Page::route() is a pubic function. And in Twig, functions can be called without the parenthesis... So you are calling p

  • Acces page.raw_route in template? · 7 years ago

    @fosil It seems {{ dump(Page) }} is dumping the properties of Page. Page::raw_route is a protected property, while Page::rawRoute() is a public function. I guess the debugger has access to the protect

  • Acces page.raw_route in template? · 7 years ago

    @fosil I don't think you're making a mistake... I just had a look and it's reproducible. Same happens with other properties with underscores. The resulting null can either mean that the value of the

  • Hide navigation and header [Antimatter] · 7 years ago

    @werdi, Does that mean you have all the info you need to continue and your issue has been solved?

  • A (probably) dumb question about the Skeletons and HTML5UP · 7 years ago

    @no-one, Never heard of the 'Custom Css' plugin, but according its readme: The Custom CSS Plugin for the Grav CMS allows to add additional CSS to your site, without editing the theme or having to c

  • Taxonomy Collections doesn´t show any article in home page · 7 years ago

    @martinlarrea If you created your own blueprint and get the error when editing a page's properties in Admin, I suspect you made an error in the definition of the blueprint..