pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
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 , 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