Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Thomas Vantuycom Member
@TheDancingCode · Joined 7 years ago · 31 posts · 8 topics · 4 reputation
Badges
Recent posts
-
Question: sensible defaults for update notifications
· 5 years ago
Hi @aricooperdavis I did finish it and it's now waiting for inclusion in GPM: https://github.com/getgrav/grav/issues/3372.
-
URGENT help to install plugin - Grav from to GoogleSheet
· 5 years ago
Hi @sunil951 For others to be able to help, it's important that you provide enough information. What have you done so far, at what point are you stuck, which errors did you get? A short "help" or "I'
-
Override api class
· 5 years ago
I'd like to override the \Grav\Common\Page\Medium\ImageMedium api class to change the url function so that images are served from Cloudinary. How would one go about this in a plugin?
-
Grav Youtube Plugin: does lazy load functioning properly?
· 5 years ago
Did you set the option in the Admin dashboard, or manually? Because the option in the config file is lazy_load with an underscore.
-
Remove “Notifications” and “News Feed” in the admin panel
· 6 years ago
Hi @nclm, There's options in the config for that: https://learn.getgrav.org/16/admin-panel/plugins/options#dashboard. Much easier! 🙂
-
Question: sensible defaults for update notifications
· 6 years ago
Hi, I'm working on a plugin to send email notifications whenever updates are available for a site. The functionality is pretty much in place. I'd just like your input on a few names and settings to la
-
Programmatic creation of flex objects
· 6 years ago
I'm looking to save some data in the user/data folder as part of a plugin's functionality and I'd like to use the flex object interface for its promise of advanced CRUD operations. However, I'm not su
-
How to autoload vendor classes in a plugin?
· 6 years ago
Found the problem: I was using an older version of the devtools plugin, which contained an error in the autoloading. Fixed with this change.
-
How to autoload vendor classes in a plugin?
· 6 years ago
Yes, and Mollie sits in the vendor folder. That's what puzzles me, it should work.
-
How to autoload vendor classes in a plugin?
· 6 years ago
That does not work. Combinations I've tried: use Mollie\Api\MollieApiClient; $mollie = new MollieApiClient(); // Class 'Mollie\Api\MollieApiClient' not found use \Mollie\Api\MollieApiClient; $mollie =