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

  • Restrict media/file access with special permissions · 6 years ago

    @schneech, Maybe an earlier discussion on protecting video/image inside a page folder might give some insight/ideas: /forum/general/how-to-protect-video-and-photos-from-folder-t3040?u=pamtbaau Summary

  • External link in header menu? (Antimatter) · 6 years ago

    @werdi, Have you tried the directions for adding custom menu items from the README? By default, Grav generates the menu from the page structure. However, there are times when you may want to add cust

  • Adding <iframe> to .md not working · 6 years ago

    @Francois, I ran my test (again) on a fresh Grav 1.6.26 installation and it worked without any changes to Grav, except adding the snippet into '/pages/02.typography/default.md' using vscode. Would you

  • Adding <iframe> to .md not working · 6 years ago

    @Francois, Markdown is not being processed when embedded inside an HTML block element. I added the following snippet (showing an OpenStreetMap) to a Markdown file using vscode. I made no changes to s

  • How to change header height/logo size in quark theme? · 6 years ago

    @silaz, Follow these steps to alter the size of the logo: Create an inherited theme to prevent a future upgrade of Quark to undo your changes. In your inherited theme create file '/user/themes/mythe

  • Language switcher with short language notation · 6 years ago

    @TonHaarmans, Try the following steps: Copy file /user/plugins/langswitcher/templates/partials/langswitcher.html.twig from the Langswitcher plugin, into your inherited theme's folder /user/themes/my

  • Address in mailbox given [] does not comply with RFC 2822, 3.6.2 · 6 years ago

    @martian, When the 'email' plugin has not been configured, the error you mentioned will be thrown.

  • Fixed navigator removal · 6 years ago

    @daredevil, I cannot reproduce your issue when following the following steps: Create inherited theme using CLI from Quark Open config of 'Mytheme' in Admin and set 'Fixed header' to 'disabled' and sa

  • How do I get a page's media onAdminSave if the page is a flex object? · 6 years ago

    @Netzhexe, Try the following in '/user/plugins/resize-images/resize-images.php': Import the new Flex page object use Grav\Common\Flex\Types\Pages\PageObject; When a flex page is being saved, $event

  • Multilang routing / redir · 6 years ago

    @ondrejv, In the issue I've created, you could ask the devs if there will be a backport.