Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Gibberish in index.php
· 8 years ago
This is a common injection-attack, that typically stems from compromised access to the server. I've seen it most commonly with regular FTP-credentials being sniffed in transport, and easily remedied b
-
Plugins and caching
· 8 years ago
One strategy I implemented recently, to solve basically the same problem - assets would not render properly that were instantiated by a specific template (not global) - is to disable the cache for tha
-
On what strengths was Spectre.css chosen for as the base of the Quark theme?
· 8 years ago
Arguably, modern browser standards alleviate a lot of the fallbacks in CSS frameworks. Grids, for example, can easily be achieved with flex- or grid-properties.
-
On what strengths was Spectre.css chosen for as the base of the Quark theme?
· 8 years ago
I did not code anything in the Quark-theme, but Grav is entirely independent of CSS frameworks. Spectre, in my opinion, is a good choice because of high lightweight it is. It delivers crisp, good look
-
Conflicting-blueprints
· 8 years ago
After some discussion with @paul about his SEO-plugin, the resolution is for the plugin to hook into a different event and extend blueprints programmatically: public function onBlueprintCreated(Event
-
Any XSS code can be stored?
· 8 years ago
This is a known attack-vector, and not related to Grav itself. Any person given editor-access to pages must be trusted to not abuse this privilege, and the Admin-interface is not written to be a publi
-
Custom blueprints in themes—is this the right way to get it work?
· 8 years ago
There is nothing wrong about explicating the streams for the theme, but blueprints in /user/themes/mytheme/blueprints are picked up by Grav automatically if they conform to the expected file-structure
-
Conflicting-blueprints
· 8 years ago
I have a conundrum that I've so far not found a programmatic or pragmatic way to bypass: A theme and a plugin both hook into a blueprint by extending in, but the latter breaks the former. In the theme
-
Best practice for plugin dependencies
· 8 years ago
In my opinion, always use the dependencies in the plugin's blueprints, and use them exhaustively. This will ensure that GPM installs the dependencies only if they resolve with the current Grav-environ
-
I ask support in solving the bug
· 8 years ago
What content-encoding is the HTML set to?