Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ron Wardenier Regular
@bleutzinn · Joined 9 years ago · 252 posts · 14 topics · 75 reputation
Badges
Recent posts
-
The best way to provide site-wide data?
· 8 years ago
The Flex Directory Plugin stores data in the 'user/data' folder and contains Twig templates for you to use as examples how to use that data in your templates.
-
GDPR 2018 Data Protection
· 8 years ago
It's clear to me that things aren't clear regarding cookies yet. The ePrivacy Regulation will bring that clarity hopefully. Either way if I understand what is said about the changes needed by May 25th
-
GDPR 2018 Data Protection
· 8 years ago
In this regard I've looked into solutions and my conclusions are diverse. The Cookie Consent Plugin (BTW sorry for this link but there seems to be no proper permalink to plugins in the Download sectio
-
How to exclude page frontmatter from being cached?
· 8 years ago
Setting cache_enable: false in a page header or frontmatter does seem to stop the content from being cached. The page is still present in the cache but it's content is always refreshed when the page i
-
Grav/Twig get title of twig expression
· 8 years ago
First make sure you have this included in the frontmatter of your page: home: linkOne: /One Second, try this in a Twig template: {% set link = page.find(header.home.linkOne).url %} {% set title =
-
Relative path in twig
· 8 years ago
Could it be that you are confusing paths and routes? '<grav root>/user/pages/operationis a (partial filesystem) path and URL's in Grav do not containuser/pages`. Perhaps you can use the value of
-
Username exists in frontmatter, need to see username when page is displayed
· 8 years ago
Any variable which is present in a page's frontmatter can be displayed using Twig in a template. To test this you can extend the template default.html.twig to: {% extends 'partials/base.html.twig' %}
-
Updated to Grav 1.4.4 + login plugin now can't log in - fetch failed
· 8 years ago
In /user/plugins/admin/admin.yaml change twofa_enabled: true to twofa_enabled: false. After that change you can login again like normal. Maybe you'll need to clear your browser cache. It appears this
-
Editable with SimpleMDE Plugin update
· 8 years ago
Assuming that no news is good news, I've created a new release (v1.1.0) which includes the multi user editing support as mentioned above. As a bonus code syntax highlighting in preview mode while edit
-
How to disable IP Address logging in Admin
· 8 years ago
That's great. Being a flat file CMS it's fairly easy to check for ip address storage and other sensitive data. Just use a tool to calculate checksums of all files of your Grav website. Then let it run