Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
This must be so simple....Antimatter's Blog config
· 10 years ago
Thanks. I know it should be a matter of common sense, but there isn't actually an explanation in the docs that you -need- the archive plugin installed to activate it on the sidebar. I know it should b
-
This must be so simple....Antimatter's Blog config
· 10 years ago
In this file change the very first line enabled: false to enabled: true. If the file does not exist, copy it from /plugins/archives.
-
This must be so simple....Antimatter's Blog config
· 10 years ago
{% if config.plugins.archives.enabled %} For example. So, where is config.plugins.archives.enabled set?
-
This must be so simple....Antimatter's Blog config
· 10 years ago
Rather than the actual coding of the sidebar, I mean the options that a config can switch it on or off
-
This must be so simple....Antimatter's Blog config
· 10 years ago
Antimatter's blog sidebar is defined in https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/sidebar.html.twig - which option you have in mind in particular?
-
This must be so simple....Antimatter's Blog config
· 10 years ago
I'm struggling to find what should be relatively simple. On the sidebar of Antimatter's blog twig there are some config options that can be rendered. Where abouts are these set? Is it the theme's yaml
-
Add username to filename
· 10 years ago
Please add this as an issue/request here: https://github.com/getgrav/grav-plugin-form/issues
-
Add username to filename
· 10 years ago
Is there a way to add the {{ grav.user.username }} to the filename or prefix of a form post? I was wondering if the form template could output something when the post is generated, was trying with th
-
Spacer in forms
· 10 years ago
Generally fields are described like this: fields: spacer1: type: spacer title: Basics text: 'Lets start with your information.' name: ty
-
Spacer in forms
· 10 years ago
The ordering works if you add a "name" to the spacer: - type: spacer title: 'Contact Information' text: 'How can we get in touch with you?' name