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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • 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

  • Plugin Comments not working · 8 years ago

    @codiergott The values for '$path | $route' are written to the console. In your case: /techwiki/sonstiges/dyndns-domain-mit-ssl-support-auf-einer-fritzbox-einrichten | /blog '/techwiki/sonstige

  • Possible to get Date value in form field? · 8 years ago

    @thejame Have a look at Using Function Calls (data-*@) Below is a working example. I have done the following to get 'now' as default value in the Admin page of my plugin. Create new plugin $ bin/plu