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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3127 posts · 12 topics · 1010 reputation

Badges

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

Recent posts

  • Grav/twig tutorial · 8 years ago

    @antoine0579 In my opinion the Grav docs at https://learn.getgrav.org/ are a great starting point to get insight in Grav's basics and how to build themes and plugins. The first 4 chapter will take you

  • Photographer menu/submenu · 8 years ago

    @antoine0579 I'm afraid I do not quite understand what you mean by "easier to work with"? Tintamarre? Did your mean Photographer?

  • Get html in plugin · 8 years ago

    @finanalyst Have discovered the same. The redirect jump out immediately. I also wondered how you would display a page's full HTML inside a <div> without collisions... Back in the days when I use

  • Quark theme's language · 8 years ago

    @obeliksz Yes, it is the 'translations: true' that makes the difference. By default it's 'true'... As said elsewhere... so many yamls, so may properties... To get rid of the 'hu' to your urls set 'inc

  • Mangled base url on localhost/gravsite/ · 8 years ago

    @obeliksz Oh well, there are so many yamls, with so many properties, that mistakes can happen easily.

  • Get html in plugin · 8 years ago

    @finanalyst What do you mean by 'dumping'? When looking in the debugger the tree: > $this > grav > output shows indeed 'null'. When digging deeper in the tree: > $this > gra

  • Mangled base url on localhost/gravsite/ · 8 years ago

    @obeliksz In a fresh install of 'Open Publishing Space' skeleton from the download section of https://getgrav.org/downloads/skeletons: I created a new folder '/user/pages/06.mypage' containing file

  • Get html in plugin · 8 years ago

    @finanalyst When I edit the page in vscode and refresh the browser, 'output' contains the new HTML. So it probably isn't from cache. Whether cache is enabled/disabled also does not make a difference.

  • Quark theme's language · 8 years ago

    @obeliksz I have downloaded the skeleton and tried the following: In '/user/config/system.yaml' added Hungarian (hu) to the list of supported languages. languages: supported: - hu In '/user/confi

  • Get html in plugin · 8 years ago

    @finanalyst After some digging using the debugger, I found a variable 'output' in the object tree of '$this->grav'. This variable 'output' contains HTML. With some trial and error I finally found i