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.

jeff milton Member

@jeff.milton · Joined 8 years ago · 14 posts · 5 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Relatedpages not seeing posts in subdirs · 8 years ago

    Ah, ok. But I am still a bit confused... The docs refer to anything that is a twig and in the templates folder as a template or at least one form of template. For example templates/blog.html.twig te

  • Relatedpages not seeing posts in subdirs · 8 years ago

    NICE! I had tried @self.descendants. but that did nothing, so I am obviously still not clear on the scope and meaning of some references. I did not try @page.descendant' (yet) because the posts have

  • Relatedpages not seeing posts in subdirs · 8 years ago

    I just split my user/pages/01.blog into user/pages/01.blog/dsposts user/pages/01.blog/oposts Within each folder are various posts of type 'dsposts' and 'oposts'. But when I did that the relatedpages

  • Docs on the basics of the guts · 8 years ago

    YES! Thanks (regarding lifecycle) I see.. so, the 'relatedpages.php' is the controller for the plugin, and the templates/partials/relatedpages.html.twig is the 'view'.

  • Docs on the basics of the guts · 8 years ago

    Knowing very little about Twig or Grav (although I did a lot with Symfony some time ago), it is not clear where the controllers are for some things. I can see the more obvious controllers, like syste

  • Hero_image setting ignored · 8 years ago

    Yes, I just discovered that myself. Ok, problem solved. So, I keep my site-wide images in user/images (in subdirs as well). Is there a specific advantage to putting them in user/pages/images or som

  • Tags automatically uppercase? · 8 years ago

    oh, jeesh! I was sure I had seen a config option at one point, so I was looking for that and totally overlooked the css option. I feel rather stupid now :/

  • Hero_image setting ignored · 8 years ago

    I see. I am surprised it was not finding the image, as once I renamed it to 00_* it worked, but I will double chain again to make sure the correct image is actually there. I store the images in the d

  • Tags automatically uppercase? · 8 years ago

    Are tags always converted to uppercase? Is this configurable? I would like my tags to be presented as I have typed them, but I can't find any config option that allows for that.

  • Hero_image setting ignored · 8 years ago

    I am running Grav with a child theme of Quark. In my page's yaml frontmatter I have hero_image: hanging.jpg However, in the directory of the images, Grav/hero will find the first image it hits, whic