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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Thumbnails for odt files · 5 years ago

    @pzul, First of all... don't make any changes in a downloaded theme! Instead, create an inherited theme. If changing Quark itself, you will loose all changes when Quark gets upgraded. We need a tad mo

  • Css question (theme quark) · 5 years ago

    @pzul, It depends on how fluent you are with scss... Plain css: Create an inherited theme. If you don't all changes will be lost when Quark gets upgraded. Create file '/user/themes/mytheme/css/custom

  • Json filetype in (Contact)form with flex · 5 years ago

    @epb, a frontend form must generate a json file with records. Any front-end request can be caught by a plugin which writes the posted form into a json file: $file = File::instance($filename); $file

  • Send email after login with one-time-login plugin · 5 years ago

    @mcambronero, The same error happens when the initialization of the email plugin happens later then when the one-time-login plugin calls $this->grav['Email']. Looking at the code of one-time-login

  • Send email after login with one-time-login plugin · 5 years ago

    @mcambronero, When plugin 'email' is not installed, command $this->grav['Email'] will throw the following error: [2021-03-11 19:09:44] grav.CRITICAL: Identifier "Email" is not defined. - Trace: #0

  • GRAV 1.7 page blueprint pagemedia vs file · 5 years ago

    @seb3000, Shouldn't it be destination: 'page://media'? See definition of File field and streams. When I add the following to Quarks '/blueprints/default.yaml', an image is correctly added to folder 'u

  • From WP to Grav · 5 years ago

    @lucy66t, Nice indeed... According to Google Lighthouse, there is some room for improvement though... desktop mobile: To improve the loading of assets, you may want to take a look at the Asset Ma

  • Page blueprint with conditional tab · 5 years ago

    The question, whether conditional tabs are supported, has been answered on Github: This is currently not possible as tabs field only allows children to be fields of type tab . A workaround can be f

  • Grav YouTube Plugin ignores options once placed into Gantry 5 HTML particle · 5 years ago

    @01K, I'm afraid not that many members use Gantry...

  • Theme installation issue · 5 years ago

    @berni51, Never ever change any file in the /system folder and below! Config changes should always be made in /user/config folder and below.