Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Proposed Grav Q&A site on Stack Exchange - Please vote for it by following the proposal
· 5 years ago
Grav isn't really new anymore, it was popular enough to win the CMS Critics Award for best open source CMS as far back as 2016. I agree that the forums are not ideal for the Question and Answer format
-
Lots of spam topics on forum
· 5 years ago
This should be relatively rare, I've not seen much spam other than what needed manual moderation for as long as the forums have been up. Most of it gets hoovered up automatically before it needs to be
-
Blueprints function call for theme settings
· 5 years ago
You only specify the options-property once, I think subsequent definitions may override it. config-options@: theme.variable is valid, and assumes a variable is set in mytheme.yaml that contains a hash
-
Installing Grav outside of document root
· 5 years ago
Some frameworks and Content Management Systems do, usually to protect resources because they're otherwise exposed in an untoward manner. Grav itself (Core) has no such resources. And all source code i
-
How can i list the content of a directory using grav?
· 5 years ago
This is something that lacks direct helper-methods in Grav itself, as far as I am aware. It is relatively easy to facilitate with PHP, however. You could try something like the Directory Listing-plugi
-
What are Flex Objects/Collections/Directories?
· 5 years ago
The documentation for Flex is getting built, and will probably be ready by the time 1.7 reaches stable. Did you read the pages on Flex for version 1.7 of the docs?
-
Is this able to do either of these 2 things? if so how?
· 6 years ago
I am not aware of any pre-built templates/extensions for this. This thing is mainly for managing content and rendering it in an efficient way; there's very little feature-overlap for niche-cases such
-
How to auto-backup and auto update?
· 6 years ago
You could do this with a cronjob that runs a shell-script, there should be plenty of applicable tutorials online relevant for the server you run Grav on. You can also follow the tutorial in the docs o
-
Skeleton development environment
· 6 years ago
There is not, but a lot of Skeletons are just packaged from a working installation of Grav that includes the necessary extensions. A lot of developers will just have a base installation and symlink in
-
Mermaid diagrams extends page limit
· 6 years ago
It largely depends on the DOM-structure and CSS that the theme uses, but normally you'd just ensure that the container width for the diagram cannot exceed it's parent element's width. Just display: bl