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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Agency new page in menu bar · 5 years ago

    @ihcim1860, I'm having difficulty picturing the desired end result. Would you mind adding a tad more clarity to how the menu should look like and how it should behave? Also, would you mind sharing wha

  • Curl_multi_exec() has been disabled for security reasons · 5 years ago

    @DaniloP, After an another view, my previous answer appears to be less than "accurate"... The search I performed excluded the '/vendor' folder by default. :man_facepalming: curl_multi_exec is being c

  • Curl_multi_exec() has been disabled for security reasons · 5 years ago

    @DaniloP, A bit of research tells me that curl_multi_exec() is being referenced by vendor library CodeMirror, which is a Javascript based text editor and probably used for Markdown. Only Admin makes u

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

    @SimonJ, In that case, use a solution similar to the one referenced by @Karmalakas process: - email: from: "{{ config.plugins.email.from }}" to: "{{ config.plugins.email.to }}"

  • 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