Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation

Badges

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

Recent posts

  • Contact Form: Confirmation to any email address · 5 years ago

    @SimonJ, The question is not quite clear and open for multiple interpretations... My guess is you do not want to prevent a user to fill-in an email address for confirmation and/or follow up, but want

  • Image thumbnails being cleared after updating · 5 years ago

    @Nicede, There is IMHO no difference between upgrading from Admin or the command prompt. Both use '/system/src/Grav/Common/GPM/Installer.php::install()' So, if you do create an issue, I would use the

  • How to specify width and height for images in the editor (markdown) · 5 years ago

    @joordiii, The size of an image is determined using the GD library function getImagesize(). However, svg is not an image but an xml file...

  • How to specify width and height for images in the editor (markdown) · 5 years ago

    @joordiii, You might want to take a look at the docs about Configuration. Especially the Images setting 'cls' or 'Cumulative Layout Shift'. In Markdown, you can use something like ![](image.jpg?autoSi

  • Image thumbnails being cleared after updating · 5 years ago

    With clear_images_by_default: false, in my fresh Grav 1.7.18 install, the '/images' folder is not being cleared when using $ bin/grav cache... Steps: Copy image to '/user/pages/02.typography/' Add !

  • Image thumbnails being cleared after updating · 5 years ago

    @Nicede, When performing a search on either Google or here on Discourse using 'grav clear cache images' you'll find the following existing post Images deleted after Clear Cache. The post points to the

  • Change css style of inline code · 5 years ago

    @raven2cz, Do you call some recompile of template? Or something else? If I had made any more changes or steps, I would have mentioned it... And what about php version, or some nginx settings I've

  • Change css style of inline code · 5 years ago

    @raven2cz, I've tried to reproduce your issue, but can't... I'm using a fresh install of Grav 1.1.18 + Admin. Windows 10/WSL (Ubuntu 20.04, Apache, PHP 7.4.3), Chrome Added the following css to '/us

  • Showing different headings on blog page · 5 years ago

    @johnsgp, You could use Uri to get the params. An unpolished example: {% set params = uri.params(null, true) %} {% if not params %} <p>Blog</p> {% elseif params['archives_month'] %}

  • Plugin URL hook · 5 years ago

    @redstone, I first placed an .php file in the main plugin directory This smells like a lack of insight in the concepts of plugins. You might want to take a look at the docs on plugins first to get