Badges
Creator of Grav CMS + other things...
Recent posts
-
How can i change upload file field text
· 9 years ago
Simple way is to create a folder called languages/ and then in that folder create a file called en.yaml (or whatever is your primary language). Then in there simply put: PLUGIN_FORM: DROPZONE_DEFAU
-
After importing 10,000 pages, the site began to slowly load
· 9 years ago
You will probably want to look at TNTSearch plugin rather than simplesearch as it uses a sqlite based fulltext search index. Much more efficient and fast for a large dataset.
-
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.