pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3184 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
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.
-
Theme installation issue
· 5 years ago
@berni51, Theme 'Clean-Blog' is indeed not 'autoescape' compatible with Grav 1.7, which can be fixed using one of the solutions mentioned above. Besides the autoescape issue, themes are not necessaril
-
Grav 1.7 Yamllinter does not detect failing translation files
· 5 years ago
@filo91, There still seems to be some activity of the owner... Also, a Pull Request has been issued on 2021/02/22, to fix the issue. You might want to subscribe to the PR to get notified of its progr