Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
joh Newcomer
@joh · Joined 6 years ago · 8 posts · 3 topics · 0 reputation
Badges
Recent posts
-
Tailing slash problem on root urls Multilanguage
· 6 years ago
Good afternoon, I am having a problem with the tailing slash on the route URLs. Everywhere else, tailing slashes are being removed (redirected to the URL without slash). Just for the ones that are on
-
Custom contact form as php post script in Grav
· 6 years ago
@pamtbaau: thank you a lot for making that list. Maybe someone looks for a similar thing. So I quickly talk about my solution: In the end it became a version with the initially suggested frontend for
-
Custom contact form as php post script in Grav
· 6 years ago
@pamtbaau I am struggeling. My markup of that form is quite unique. I cannot do in the frontmatter code since it does not allow to du custom divs and stuff. :-/
-
Custom contact form as php post script in Grav
· 6 years ago
@pamtbaau Oeps, maybe I should. Thanks! Will be back soon after checking this.
-
Custom contact form as php post script in Grav
· 6 years ago
Hello there, I am trying to bring a custom-made contact form to graph. It is made in PHP: it gets the data from the UI-form via post then fires off either errors or an email and a success message. Pre
-
Render pages in different menus
· 6 years ago
yes, that could work. I was too lazy doing that and hoped I was missing a feature :-D It could even be a multi-select if you have several menus. Thanks AmauryH
-
Render pages in different menus
· 6 years ago
So what I have found out so far... I found a quite ok solution. I add every link that I want to appear in a specific menu with the following code: {% set c_page = page.find('/blog') %} <li class="m
-
Render pages in different menus
· 6 years ago
Hello folks, I am doing a multi-lang project. I need to separate the menu in two sections: 1) Main menu for the core navigation of the website 2) Footer navigation for stuff like legal, privacy, ...