pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Struggling with Blueprint: Custom header data form in Admin area
· 4 years ago
@Flop, Unfortunately I can reproduce the behaviour. I would suggest to add an issue at the repo of Admin
-
How to make the logo larger?
· 4 years ago
@tedodc, You've got two options to change the logo or any other styling: Using scss scss files first need to be compiled into css and the css will probably need further processing (prefixing, minify,
-
Admin plugin page blueprint, field type “pages”: slug (value) ignores translation
· 4 years ago
@clivebeckett, Not sure if this fits your needs, but you could play with the following: Using fresh Grav installation system.yaml languages: supported: [en, de] include_default_lang: false Pages: use
-
Twig Timespan? Show playtime of games in a readable format
· 4 years ago
@Paragrimm, You may have missed it, but Google recently released a search function... ;-) Try https://www.google.com/search?q=twig+include+passing+variables
-
Twig Timespan? Show playtime of games in a readable format
· 4 years ago
@Paragrimm, There are multiple suggested algorithms that can be found, but grosso modo they are the same. Turn this in a custom template in your theme like /user/themes/mytheme/templates/partials/play
-
Twig Timespan? Show playtime of games in a readable format
· 4 years ago
@Paragrimm, I have one solution in my head and that’s calculating 2 times (for hours and for minutes separately). Is there a better solution for this? Depends on what solution you have in mind...
-
Searching for expert
· 4 years ago
@metri, If nobody responds here you might consider trying the following: Post a job on Discord. That's where the dev team of Grav and many other community members live. To join Discord, see here. Con
-
Markdown failing
· 4 years ago
@dpdoug, Without examples of Markdown and their processed result, it's hard to tell... Anyway... The first know issue that comes to mind wrt Markdown and HTML tags is that Markdown will not be parsed
-
Server Response Time > 10 seconds for admin panel
· 4 years ago
@treminaor, You're right, my attention was drawn to the red tasks in the image, and not the first line...
-
Server Response Time > 10 seconds for admin panel
· 4 years ago
@treminaor, The tasks are trying to fetch data from Grav's servers. Maybe there's a delay over there?