Badges
Creator of Grav CMS + other things...
Recent posts
-
Send email in own cli plugin using the email plugin
· 9 years ago
That email object doesn't get initialized until the plugins are initialized. By default Grav CLI commands do not do this. Probably the easiest way would be to simply include the Email class from the
-
Massive Form Problem
· 9 years ago
Did you resolve this? I thought i saw something related to the fact that the form name was missing?
-
Any news on Admin Pro / Theme marketplace?
· 9 years ago
No real news i'm afraid. We're having to spend any time we're not focusing on Grav core stuff and support to consulting work.
-
I'm back baby!
· 9 years ago
I've not really been gone, but just too busy to monitor the forums. I'm going to do my best to partake in the forums more frequently from this point on. There's too much to look over from the past f
-
Again: Zend OPcache API is restricted by "restrict_api" configuration directive
· 9 years ago
The original fix is still there: https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/File/CompiledFile.php#L73 It should fail silently because of the @ prefix before the function call
-
Including a javadoc/scaladoc into grav
· 9 years ago
Grav won't understand an HTML tree as it's not in the format it's looking for when it comes to processing content (markdown .md pages). However, you can drop an HTML folder into Grav's structure and
-
Insert iframe witdh100% height100vh
· 9 years ago
Can you provide some information as to what you have already tried?
-
Translating image meta.yaml
· 9 years ago
This is not currently supported. There's a ticket about it already: https://github.com/getgrav/grav/issues/323 along with a possible workaround solution.
-
Create Custom Cronjobs
· 9 years ago
There's no built in support for cronjobs in Grav currently. However you can create a CLI command in a plugin that is easily callable via a cronjob. Quite a few plugins already have helper CLI comman
-
Weird Error - Saving page with new template
· 9 years ago
Did this get answered in Slack or GitHub already? Looks familiar...