pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Custom JS in Page Grav1.7
· 5 years ago
@cleblond, I cannot reproduce the issue using Grav 1.7.28 when embedding the following inside page Typography: <script> alert('Hello world!'); </script> it seems to wrap the js in <!
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus, A bit of nitpicking: Although your example works because the value is a string, the Twig extension should return a value instead of echo-ing a value. What if you would like to do something
-
Using URL parameters in custom plugin via $_GET does not work
· 5 years ago
@Markus, To extend on the remark of @Karmalakas... @Markus: In “normal” php and other cms this is not a problem at all, the script does not crash like in grav. PHP (AFAIK, there is only one of it) c
-
Updating Grav - Error
· 5 years ago
@adamf-int, For other members who might bump into the same issue, would you mind sharing: what caused the issue how did you solve the issue Thanks
-
Browser language priority problem on multi-language site
· 5 years ago
@goraht, and you discovered it first Not quite, it was Werdi who discovered it first. See this thread
-
Browser language priority problem on multi-language site
· 5 years ago
@goraht, Have a look at existing issue on Grav repo: Default language unreachable when preferred browser language is different NB. It's a Grav core issue, hence LangSwitcher will not solve this issue
-
[Beginner] Creating a 3-column page
· 5 years ago
@monin, I thought so... Suggestion: Download Site Blog skeleton and take a look at: the folder structure of /user/pages/01.blog page /user/pages/01.blog/blog.md and its collection (= 'content' variab
-
[Beginner] Creating a 3-column page
· 5 years ago
@monin, OK, nice, your initial technical question has been solved, but is it the best solution for the desired goal? I'm just wondering... What are these teasers? Are they perhaps summaries of pages t
-
Date picker in contact form
· 5 years ago
@maria, I can imagine the docs are a bit confusing... Try: validate: min: "2022-01-01" max: "2022-01-10" You will see that the dropdown allows the user to only pick (or enter) a date between J
-
Date picker in contact form
· 5 years ago
@maria, What have you tried sofar? Is the DateField not working for you? <img src="https://learn.getgrav.org/user/pages/06.forms/02.forms/02.fields-available/date_field.gif">