pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
External Media, embedding Twitter, markdown not rendering
· 4 years ago
@AlaskaTheBlog, I can confirm that Markdown is no longer correctly parsed beyond the embedded Twitter code string. I guess Markdown is getting confused by parsing the string. To prevent Markdown from
-
Could not find driver
· 4 years ago
@unefamilleavelo, You haven't shared much about what steps you've taken and what you've configured. I can only suggest you follow the READMEs of both plugins and let us know what you've done.
-
How to access theme blueprint attributes like author.name
· 4 years ago
@gravnoobie, Try {{ grav.theme.name }} and {{ grav.theme.author.name }} in your Twig template.
-
Markdown URL with &noprocess flag
· 4 years ago
@crusnac, Grav manipulates it by encoding the / into %2F which makes the URL invalid A url with a query containing %2F isn't invalid. Google, for example, turns a search for "invalid/url" into url h
-
Markdown URL with &noprocess flag
· 4 years ago
@crusnac, Yes, I got that... I'm afraid my question was a bit confusing... I was hoping for some more information because I don't know how you interpret the given url, what you are expecting and what
-
Markdown URL with &noprocess flag
· 4 years ago
@crusnac, What result are you hoping to get?
-
How to generate blog-item folder dynamically based on current date
· 4 years ago
@leon, Do you want the folder structure to be generated dynamically based on the current date? If so, I guess you will need a plugin for that. I've never played with this use-case though.
-
How to debug using dump and xdebug?
· 4 years ago
@hughbris, I doubt you can help in my situation I've never used Docker (I'm using WSL on Windows 11), so indeed I might not be of much help in you situation. This is all a diversion from the origi
-
Error grav running on aws lightsail
· 4 years ago
@stefanjanssen, Would you mind sharing what went wrong and what you have done to make it work? The forum is not only about asking questions but also for sharing solutions which might help others... Co
-
LiteSpeed Cache - Purge
· 4 years ago
@lisekbox, According the debugger the $event['object'] should be a PageObject, which also implements interface PageInterface... Just to nitpick, $object should be used in the if-statement. ;-)