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 · 3197 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Add readingtime to each blog item in blog list · 6 years ago

    @marcocevoli, Do you mean something like the following, where each blog item in the blog list shows its own reading time? <pre> <br/> </pre> If so, you should add the the code sni

  • TNT Search results - how to keep them narrow · 6 years ago

    @dan-james, What part of true and false in the docs didn't you understand...? ;-) fuzzy: false phrases: true Btw. Still going for Shopify?

  • Where can i set the author url? · 6 years ago

    @d3s1gn3r, Not sure what 'author' you are referencing. Do you mean the author of the site, a theme, skeleton, plugin, a page? Site: There is an 'author' defined in the config of the site ('/user/confi

  • TNT Search results - how to keep them narrow · 6 years ago

    @dan-james, If the platform being used cannot provide the requirements of the client (or you just don't know how), just say so... There is no single platform that meets all requirement of the client

  • Disable Online Users / Admin · 6 years ago

    @GravZahl, Grav is a flat-file CMS, which means all configs and content are stored in flat-files. These flat-files can be accessed by any text-editor or shell tool. There is nothing Admin can do whic

  • TNT Search results - how to keep them narrow · 6 years ago

    @dan-james, What happens when you set the fuzzy option to false> From the TNTSearch plugin: fuzzy - matches if the words are 'close' but not necessarily exact matches

  • Disable Online Users / Admin · 6 years ago

    @GravZahl, Do you mean the login screen for Admin? If so, know that you can run Grav without the Admin plugin. If you install Grav core only on your production machine, there will be no Admin plugin a

  • TNT Search results - how to keep them narrow · 6 years ago

    @dan-james, If I understand correctly, they see everything matching 'Chanel Bag' + everything matching 'Chanel' + everything matching 'Bag'? Right? Isn't that what everybody expects to get when using

  • Currently using PHP include in my site, any alternative in GRAV? · 6 years ago

    @iagovar, Prevent caching of page: Add the following to frontmatter of page: cache_enable: false Invalidating the cache: Save page with included html This will invalidate single page. $ touch /user

  • Currently using PHP include in my site, any alternative in GRAV? · 6 years ago

    @iagovar, I see two possible avenues: Using plugin 'Page Inject' Copy '/user/plugins/page-inject/page-inject.yaml' into folder '/user/config/plugins/' In the copied config file, set property processe