pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Taxonomy separator
· 5 years ago
@Deight, That's because you keep using the for loop... For each tag on the page, you print the combined/joined tags.
-
Weird page name bug
· 5 years ago
@edi0th, I feel like I’m missing a really obvious thing… So do we, because you're not sharing much.... To prevent any confusion: One cannot create a "template" with DevTools. Only themes/plugins/bl
-
Change Quark Background Color
· 5 years ago
@logjammin, When performing the following steps, all seems to be working well... Fresh install of Grav 1.7.18 Install plugin 'devtools': $ bin/gpm install devtools Create inherited theme using $ bin/
-
Taxonomy separator
· 5 years ago
@Deight, Please have a look at the Twig documentation about join to get a basic understanding of how the filter works. Here are some examples from the Twig docs: {{ [1, 2, 3]|join }} {# returns 123 #}
-
Agency new page in menu bar
· 5 years ago
@ihcim1860, There has been a similar post which has a solution. Maybe you can have a look and see if you can refit the solution into your use-case.
-
Split content by regex and extract H2
· 5 years ago
@NEA, I think your reply would be so much more valuable to other community members if you add the definition of the custom filter you've created.
-
Agency new page in menu bar
· 5 years ago
@ihcim1860, I'm having difficulty picturing the desired end result. Would you mind adding a tad more clarity to how the menu should look like and how it should behave? Also, would you mind sharing wha
-
Curl_multi_exec() has been disabled for security reasons
· 5 years ago
@DaniloP, After an another view, my previous answer appears to be less than "accurate"... The search I performed excluded the '/vendor' folder by default. :man_facepalming: curl_multi_exec is being c
-
Curl_multi_exec() has been disabled for security reasons
· 5 years ago
@DaniloP, A bit of research tells me that curl_multi_exec() is being referenced by vendor library CodeMirror, which is a Javascript based text editor and probably used for Markdown. Only Admin makes u
-
Contact Form: Confirmation to any email address
· 5 years ago
@SimonJ, In that case, use a solution similar to the one referenced by @Karmalakas process: - email: from: "{{ config.plugins.email.from }}" to: "{{ config.plugins.email.to }}"