Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • 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

  • Photographer menu/submenu · 8 years ago

    @antoine0579 The macro loop Looking at navigation.html.twig... <ul class="nav sf-menu"> {% if config.themes.photographer.dropdown.enabled %} {{ _self.loop(pages) }} ... we see that