Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Cannot run GPM on win cmd · 6 years ago

    @hellen_sfms Mistakenly you changed your working directory to the php installation. As OleVik said, you have to change your working directory to the root of your Grav installation. That's the folde

  • "Embedding Form (import@)" example not saving data in page header · 6 years ago

    @giulio.scattolin, I presume you are using the example in a page blueprint? When creating a blueprint for a page, fields that need to be saved into the header of the page need to be prefixed with head

  • Count-views records unusually many visits on the "error" page · 7 years ago

    @falkm, I installed and took a quick look at the count-views plugin and did some tests... Every request to a non-existing url seems to add to the count of the /error page. Because of the sudden large

  • Shortcode Core: Markdown not parsed inside column tags · 7 years ago

    @hschneider, Start the content of the shortcode on a new line... [columns count=2 gap=40px rule="1px dashed #d6d6d6"] ## Headline2 Some Text [/columns]

  • Create form with fields side by side · 7 years ago

    @jason, If the following responsive layout reflects your requirement, read-on, else I'm sorry... I did the following using a fresh Grav 1.6 install, Quark and the sample Contact form from the docs (

  • Admin Panel - Can users create or edit image.meta.yaml files? · 7 years ago

    @clivebeckett, Your plugin won't crash if there is no 'classes' folder. To preserve the 'classes' folder, a common practice is to add a '.gitkeep' file to it. The actual name doesn't matter, it is onl

  • Admin Panel - Can users create or edit image.meta.yaml files? · 7 years ago

    @clivebeckett, If I'm not mistaken, the function 'autoload' will only be called by Grav 1.7.x. When creating a plugin using Devtools it shows the following warning: Make sure to run composer update t

  • Admin Panel - Can users create or edit image.meta.yaml files? · 7 years ago

    @syntaxErrr, It's best to create an issue at the repository of the plugin. That will help the developer in managing, discussing and fixing issues...

  • Add the text "no posts found" in archives · 7 years ago

    @bleutzinn, 'items' is an array, so the correct syntax should be: {% if (items | length) == 0 %} ... {% endif %} The syntax {% if items = 0 %} would have thrown an error: 0 - Unexpected token "ope

  • Add the text "no posts found" in archives · 7 years ago

    @maria, Having taken a look at the Archives plugin, I get the impression that the array 'archives_data' only contains year/month combinations for which at least 1 item exist. That means that {% if (it