Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 338 posts · 28 topics · 184 reputation
Badges
Recent posts
-
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...
-
Page.summary === doesn't work after updated 1.3.3
· 9 years ago
Pretty sure this is resolved with current develop branch. Will be released as 1.3.4 next week.
-
Taxonomies: Is "category" and "tag" mandatory?
· 9 years ago
They are not required, but if you change them you will probably have to update your plugin configurations for archives plugin as they are defaulting to use category. TaxonomyList should just work tho
-
[PRIME Theme] Contact form theme doesn't send messages
· 9 years ago
You should create an issue on the GitHub repo of that project then.