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

  • URL parameters in plugin · 8 years ago

    @crusnac You might try the following: $this->grav['uri']->param('role'); 'param()' is a method of class Uri.

  • Meta: description does not show up · 8 years ago

    TL;DR: It is a mix of issues caused by plugin and theme: Plugin 'Social & Seo Meta Tags' falsely overlooks a 'metadata:description' definition in pages and generates a description based on the su

  • Wordpress to Grav · 8 years ago

    @steev You might try and ask TrilbyMedia for an indication/quote. They are the people that build Grav. Or you could ask around here on the forum. Many of the visitors are developers.

  • Wordpress to Grav · 8 years ago

    @steev It seems that two concepts are being mixed: 'static sites' and 'flatfile CMS'. Static sites: The developer you talked to is right with respect to 'static sites'. These sites are plain HTML (whi

  • Default taxonomies for specific pages · 8 years ago

    @grelle Celebrate the solution as long as it lasts... The next release of Quark will wipe it. @pamtbaau: After you have mastered applying changes in Quark, you might want to take up the challenge of

  • Default taxonomies for specific pages · 8 years ago

    @grelle I guess that at some point, staring any longer at code doesn't make us see what is staring in our face... When fields have sub-fields, they have a 'fields' property that contains the definiti

  • Default taxonomies for specific pages · 8 years ago

    @grelle You might want to take a good look at the structure of the changes you have made. You are missing out the definition for the tab...

  • Default taxonomies for specific pages · 8 years ago

    @grelle, I may have lead you astray by referring to '/system/blueprints/pages/default.yaml' as a point of reference... The blueprint '/user/themes/quark/blueprints/blog.yaml' is derived from 'default

  • Default taxonomies for specific pages · 8 years ago

    @grelle Blueprints are not the easiest part of Grav. And especially the pickiness of Yaml on indentations, make it hard to create correct blueprints. It is hard to judge from the snippet you copied, b

  • Default taxonomies for specific pages · 8 years ago

    @grelle: But I can not get it to work Please share which steps you have taken and what happened. We might then better understand/reproduce the issue...