pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@eskah, Please help the community help you... Formatting: If the layout of your form is as you've shown, it is incorrect... If the form definition is not as shown, then please add some proper formatti
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@pikim, I'm sorry to say that I'm not a fan of your forked Guestbook plugin. It is based on a 7 years old plugin using a structure from the early days of Grav. Please have look at how a proper plugin
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@eskah, In function onPluginsInitialized, add the subscription as follows: // Enable the main events we are interested in $this->enable([ // Put your main events here 'onFormProcessed' =>
-
Is it possible to display form results in admin or a frontend page?
· 3 years ago
@eskah, I have no prior hands-on experience with FlexObjects, but the following seems to be working: Follow the Introduction on FlexObjects Enable 'Contacts' directory in FlexObjects plugin. Install
-
Is it possible to display form results in admin or a frontend page?
· 3 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?
· 3 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
· 3 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?
· 3 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?
· 3 years ago
@mikselli, Please drop all questions and/or issues regarding Premium products at https://github.com/getgrav/grav-premium-issues
-
Page field extending
· 3 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