Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Aaron Dalton Regular
@Perlkonig · Joined 8 years ago · 144 posts · 3 topics · 28 reputation
Badges
Recent posts
-
List of most visited / read pages?
· 8 years ago
There's a list of available plugins. There you will find the Count Views plugin which is naive but functional. You can see the plugin applied in the Knowledge Base skeleon.
-
How do you create an author page?
· 8 years ago
The Knowledge Base theme has author pages. They're just another type of page. Nothing magical. The skeleton has the sample data you can use as a reference.
-
Encoding of URL: force lowercase
· 8 years ago
Twig has a lower filter.
-
RSS feed with the ability to optionally show and hide published posts
· 8 years ago
You can search the plugins directory to see if anything meets your needs. It doesn't look like it. So you'll have to write your own plugin. It should be relatively straightforward. There are a number
-
Https redirect does not work
· 8 years ago
If your certificate does not match the actual domain, it will never work. You can buy a single cert that covers multiple domains. Or you can use things like wildcard certs from LetsEncrypt. But that's
-
How to show two or more collections of blog items on the same page?
· 8 years ago
See the Knowledge Base theme for one way to do it.
-
Https redirect does not work
· 8 years ago
Dropbox doesn't allow previewing .htaccess files. The fact that your certificate is not issued for the domain you're trying to secure is a deal breaker. What exactly are you trying to accomplish?
-
Help on creating dynamic form fields based on collections
· 8 years ago
Nobody loves to learn from source code, but when you're doing something new, it's often the only way to figure it out. The lifecycle can help you locate what part of the process you need to hook in to
-
Help on creating dynamic form fields based on collections
· 8 years ago
I can't help with #1, but for #2, see the Grav Lifecycle and the rest of that plugin section to learn how to extend Grav. I'm afraid I don't use blueprints myself, but the docs and the source code its
-
Collections: why does @taxonomy not work?
· 8 years ago
The devil is in the details. We'd have to see the frontmatter of the offending pages.