Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Static code analyzer for grav and admin plugin
· 7 years ago
Grav uses PHPStan, and to my knowledge there are no new reported, public vulnerabilities at this time.
-
Easiest way to modify a theme
· 7 years ago
Generally, a lot of themes will let you edit a css/custom.css-file that persists across versions. For anything beyond that, it's recommended to create a child-theme. With a command or two in the termi
-
Grav v 1.6.6 crashing
· 7 years ago
It is the theme, not Grav, throwing the error. It has been reported: https://github.com/smartgravity/grav-theme-bones/issues/41.
-
Having difficulties getting my plugin into GPM
· 7 years ago
It's there: https://getgrav.org/downloads/plugins#changelog:antispam. GPM takes time to wait for GitHub API.
-
Wrong php again
· 7 years ago
No, Grav 1.6 requires 7.1.3 to operate largely because of dependencies. 7.0 is out of date and end of life, and should not be used generally.
-
My PHP minisites in subfolders now in "error 404" upgrading from 1.5 to 1.6
· 7 years ago
We need to know what the error says to find out what's wrong.
-
Language support for a plugin: undefined variable $grav
· 7 years ago
You can easily edit the page by clicking "Edit" at the top, that creates a Pull Request on GitHub.
-
Iframe not saving
· 7 years ago
Change system.yaml to allow it.
-
Language support for a plugin: undefined variable $grav
· 7 years ago
$grav should probably be $this->grav, unless the instance was previously declared as a variable in the method.
-
[SOLVED] How *exactly* do I make a new plugin installable via GPM?
· 7 years ago
Like it says on that page, create a release for it on the GitHub repo, and then create an issue on Grav's repo requesting it be added to the GPM.