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

  • How to assign meta data for taxonomy output pages (for categories and tags pages) Using the SEO plugin v2.3.4? · 8 years ago

    Two disclaimers... I don't know the plugin 'grav-plugin-seo'. You might consider going to the source and file an issue. I'v never looked at the Open Graph Protocol. The only thing I know about it is

  • How can I display the contents of the blog page text for the first page only? · 8 years ago

    Looking at the pagination buttons at the bottom of a blog, it is clear that the pagination plugin knows if it is at the beginning, or end, of the collection of blog pages. When digging into the plugin

  • Installer problem · 8 years ago

    I understood it is an installation on a hosted server. But shouldn't you be able to see the folder structure using an FTP client? I would expect something like: .../public_html/ assets/ backup/

  • Installer problem · 8 years ago

    Could there be remnants of a Sybase installation on this server? How does the folder structure look like where Grav is installed? Not just its own contents but from the top down and its sibling neighb

  • Installer problem · 8 years ago

    Just wondering... what is there to "install"? Grav only requires an unzip. Also, I did a $ grep -r 'you should not' and $ grep -r 'on the pass' but nothing found.

  • Sub navigation collection on each page · 8 years ago

    @freeyland You could define a twig template and define the collection inside the template. Have a look at the docs on Collection Object Methods for an example of a collection created in Twig. Then {%

  • How to remove the logo and footer of Quark? · 8 years ago

    @Bendik If you want to make changes to a theme, the best thing you could do, is making an inherited theme based on Quark and make changes in the derived theme. If you do not, every time the Grav team

  • How can I remove this drop meny? · 8 years ago

    @bendik The 'visible' property of a page determines if the page is visible in navigation. You can set it in the Admin panel for the page using tab 'Advanced', or add 'visible: false' manually to the f

  • Filepicker inside a list · 8 years ago

    @jacfab This seems to be a copy/past induced problem... Try renaming the field's name from '.header.a_file:' to '.a_file:' and it should work...

  • Conditional Fields in blueprint · 8 years ago

    Glad it's working... Twig variables: Also Twig does not handle variables containing a dash. When the attribute contains special characters (like - that would be interpreted as the minus operator) [