Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Is it possible to display form results in admin or a frontend page? · 4 years ago

    @eskah, But now I have another problem, there is no part on flex forms in flexobjects documentation ? That's because there are no "flex forms". Your form saves its data into a file and FlexObjects w

  • Is it possible to display form results in admin or a frontend page? · 4 years ago

    @eskah, Two options: Have a look at FlexObjects. Chapter Introduction shows an example. Or get some DIY inspiration from plugin Comments which lists data from /user/data/comments/[pageslug].yaml into

  • TWIG: Translation dependent on page header (frontmatter) content · 4 years ago

    @pikim, An alternative is having the blueprint write 'PLUGIN_EVENTS.EVENTS.FREQ_DAILY' into the frontmatter. But you might find that ugly too... Or, in your languages.yaml, you could use FREQ_daily: d

  • Strategy to customize/simplify Grav for end-users? · 4 years ago

    @Flop, Another strategy which will save you a lot of time: Adopt Python's philosophy "We're all responsible users" and write a clear and succinct user-manual the editors should stick to... And when u

  • Typhoon theme width? · 4 years ago

    @mikselli, Please drop all questions and/or issues regarding Premium products at https://github.com/getgrav/grav-premium-issues

  • Page field extending · 4 years ago

    @Deight, You know that Grav caches a lot of stuff? With that in mind, try the following: After creating your new page template and page blueprint First run: $ bin/grav cache Then logout of Admin and

  • Remove page type from parent theme · 4 years ago

    @Flop, AFAIK, there can only be a single config file for a plugin/theme. You could try creating a plugin and inject JavaScript into Admin and hide page types based on the current user.

  • Typhoon H1 not shown in safari 13.1 · 4 years ago

    @david1, Please submit all your questions regarding Premium products on https://github.com/getgrav/grav-premium-issues

  • File Upload form - no file loaded · 4 years ago

    @jzedward, Did some debugging and created a new issue. A better workaround would be to add upload: true to the process array. Removing 'reset' might cause some unwanted side effects in the UI after su

  • File Upload form - no file loaded · 4 years ago

    @jzedward, See https://github.com/getgrav/grav-plugin-form/issues/550#issuecomment-1368121197 Had a similar issue, was trying for hours. It worked for me when I removed "reset: true". With "reset: tr