Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • 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. ;-)

  • LiteSpeed Cache - Purge · 4 years ago

    @lisekbox, Now question is how to purge (get /page-url) only for edited page? Try something like: public function onAdminAfterSave(Event $event) { $object = $event['object']; if ($object i

  • Complex Collections · 4 years ago

    @q3d, You are already differentiating pages using different templates. Adding an extra category tag to differentiate seem like an overhead... Although the template's blueprint can set the category aut

  • Shortcode gallery++ and TinyMCE editor · 4 years ago

    @gbenj, I must correct myself a bit... I'm not familiar with the TinyMCE Editor plugin and I expected it would be easy to insert Markdown elements. However, I just discovered that TinyMCE wraps everyt

  • How can I give a Grav user, access to manage only one particular plugin? · 4 years ago

    @joejac, Instead of spending time and money on building concrete walls to prevent a trusted (and hopefully instructed) Admin user from making changes despite all warnings, you might also think "We a