Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Quark how to change the header and footer? · 6 years ago

    @MarkusRTP, First of all, don't edit the templates of Quark itself. Create an inherited theme first. If not, you will loose all changes when a new release of Quark arrives. Not sure if it fits your ne

  • Use only header from (grav) website in new webapplication · 6 years ago

    @digirent, Uhh... a bit more clarification would also be appreciated... :-) web application in another language Something like a vue/angular/react app and the likes? the (dynamic) header of the gra

  • CadPHP is not compatible with Grav 1.7 · 6 years ago

    @vlad73, This means you did not have CadPhp issue, but a template issue... ;-) Btw. the 1.7 upgrade docs, mention how to elleviate the auto-escape issue using the following in '/user/config/ssytem.yam

  • Page Blueprints doesn't load (doesn't show up in Admin) · 6 years ago

    @Mantas, Run $ bin/grav yamllinter inside your site and your will see an error similar to the following: /user/themes/quark/blueprints/project.yaml - The reserved indicator "@" cannot start a plain s

  • CadPHP is not compatible with Grav 1.7 · 6 years ago

    @vlad73, I cannot reproduce your issue. Created a fresh Grav 1.7.3 install $ bin/gpm install cadphp Config file '/user/config/plugins/cadphp.yaml': enabled: true p1: php/ functions_deny: - allow_url_

  • Enable login on a website with version 1.7 · 6 years ago

    @epb, For the benefit of the community, would you mind sharing how you enabled login on your website? And then mark your own reply as 'solution' by ticking the 'solution' checkbox.

  • Directly link to anchors inside a tab, or link to a specific tab · 6 years ago

    @AquaL1te, Did some playing around. Fresh install of latest Grav 1.7.3 Installed $ bin/gpm install shortcode-core Installed $ bin/gpm install shortcode-ui Created new page 'Tabs' user/pages ├── 01.ho

  • CRLF changes after every update · 6 years ago

    @Karmalakas, Hard to say with the information given... Firstly, I cannot imaging that the line-endings of Grav's core files change over time. So I would first seek for a cause/solution at your end. Th

  • GPM Uninstall script stops working after upgrade to 1.7 · 6 years ago

    @giloliveira_mg, If rhukster added the 'bug' label to the issue, there is not much we can do here to fix $ bin/gpm uninstall ... Try to disable all plugins and see whappens. My experience is that when

  • Directly link to anchors inside a tab, or link to a specific tab · 6 years ago

    @AquaL1te, I guess that if you execute some javascript that first opens the tab and then redirects to the anchor in the new tab, it might do what you want.