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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • 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

  • FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page? · 6 years ago

    @rsandu, Basics of a menu: A menu is usually based on a collection of pages. Normally that will be the collection of children from folder '/pages'. The collection is passed by a page template to a na

  • FAQ: How can I EASILY create a multi-level responsive drop-down menu bar on a page? · 6 years ago

    @rsandu, Multi-level dropdown menu: What is your idea of a "multi-level dropdown menu"? In what way is it different from the image I have shown above? Do you have an example that shows your intentio

  • Antimatter Favicon and Logo · 6 years ago

    @superserfer, Update 2025-01-17: Made answer Grav 1.7.* compatible by adding | raw. Default logo and favicon for Antimatter are located in folder '/user/themes/antimatter/images/'. The favicon is use