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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Question regarding the Antispam plugin · 5 years ago

    @jmsstuff, The plugin seems to be working fine in my installation. I thought this plugin would “hide” the email address from the user? Or am I misunderstanding what it does? This kind of plugins try

  • Upgrade Grav to a specific version · 5 years ago

    @gizmecano, You might consider writing a good use-case and request a new feature for bin/gpm at github.

  • Upgrade Grav to a specific version · 5 years ago

    @Karmalakas, Indeed, it does run some tasks. E.g. when upgrading from 1.6 to 1.7 the upgrade process will enable Twig compatibility settings in 'system.yaml' to prevent breaking changes when using old

  • Upgrade Grav to a specific version · 5 years ago

    @gizmecano, I don't think you can use bin/gpm selfupgrade to upgrade to a specific version, but you can download a zip of any version using: e.g. https://getgrav.org/download/core/grav/1.7.1

  • Thank You! and Presentation Theme Skeleton Error · 5 years ago

    @alin, The skeleton comes with old versions of Grav and themes/plugins... Did you run the following commands to upgrade Grav and all plugins/themes? bin/gpm selfupgrade bin/gpm update After running ab

  • Css question (theme quark) · 5 years ago

    @pzul, Have you been able to make some progress?

  • How to refocus on form if validation fails? · 5 years ago

    @jmsstuff If you take a look at the Agency skeleton demo, you will see it jumps to the top of the form after validation. Then if you take a look on Github at the form used by the contact module, it u

  • Change site title from "GRAV" to my Blog site title · 5 years ago

    @GeorgeW509, Never ever touch anything in and below the '/system' folder ! See the red note in the docs on System Configuration. The config files below '/system/config' are default settings which will

  • Change site title from "GRAV" to my Blog site title · 5 years ago

    @GeorgeW509, Adding to @paulhibbitts answer... It is always a good idea to take a look at the docs of the theme. The docs can be found at the home page of the theme's github repository. A link to the

  • Login 2FA form shows inline labels · 5 years ago

    @giminni, I cannot reproduce it either when using the Login plugin to login at a front-end page.