pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
No archives shown in sidebar
· 4 years ago
@hannsmattes, Only thing left: The title is shown as “Archiv”, which is correct in german, but the Names of the months aren’t translated. Don’t care much about this. Have you had a chance to search
-
Agency theme: TypeError when using email form
· 4 years ago
@les.moore, When using the Agency skeleton, don't forget to edit module 01.home/_contact/form.md and add: - email: subject: "[Site Contact Form] {{ form.value.name|e }}" body: "{% include 'for
-
404 Error "Object not found" after installing admin plugin (on fresh install)
· 4 years ago
@nk74000, Nicely done! Question: Why installing using composer instead of downloading a grav-core+admin zip? Anyway, you're up and running, that's what counts. Please mark you last reply as "solution"
-
Agency theme: TypeError when using email form
· 4 years ago
@les.moore, dependencies: - { name: grav, version: '>=1.7.32' } - { name: form, version: '>=6.0.0' } These are minimal versions requirements: Anything equal of bigger than. Maybe I shou
-
Agency theme: TypeError when using email form
· 4 years ago
@les.moore, A few questions: What do you mean with: On Agency, as per documentation I have installed Grav 1.7.26 and Form 6.0.0. What "documentation" are you referring to? I hope you didn't down
-
Can you set a viewable permission to a collection
· 4 years ago
@dean_007, Small correction, its grav.user.groups which is an array.
-
Can you set a viewable permission to a collection
· 4 years ago
@dean_007, Grav's permissions does not provide the granularity on a image by image basis. A user either has or has no permission to see the page. Having said that... Inside your loop, I suspect you ca
-
Theme variable for content without title?
· 4 years ago
@avolve, I'm sorry you perceive my reply as passive aggressive. It certainly wasn't intended that way. I also don't believe that you are lying. I do believe you are seeing something happening on your
-
Theme variable for content without title?
· 4 years ago
@avolve, You keep repeating that variable content contains the body and title of the page, while others claim it doesn't, which I agree with. {{ content|raw }} does not output the value of {{ page.hea
-
Site.yaml routes taxonomy not work
· 4 years ago
@msa, Not sure if it fits your needs, but using redirects it will work: The following config in /user/config/site.yaml on a default Blog Site skeleton... redirects: /mushroom: /tag:mushroom ...wil