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

  • Add a custom YAML file via plugin · 5 years ago

    @modal_mous, I'm afraid there might indeed be some misunderstanding... I understand that the values are stored in user/plugins/myplugin/blueprints/config/details.yaml That file does not contain "val

  • Twig code in Prism Highlighter with Twig processing enabled · 5 years ago

    @Karmalakas, Try the following: <pre> {% verbatim %} {{ 'now'|date('Y') }} {% endverbatim %} </pre> This will yield: {{ 'now'|date('Y') }}

  • Grav-plugin-prism-highlight - Line wrapping? · 5 years ago

    @antineutrinos To test a solution to fix line-wrapping in prism, I'm using a PHP code snippet leading to the following result: When Googling on "prism line wrap": The first hit points to https://p

  • Add external php page in root · 5 years ago

    @Maaike, I'm afraid I do not understand the question...

  • Link containing "?id=" is truncated when markdown is processed · 5 years ago

    @mathmax, but I would still like to understand why this is happening… It happens because that behaviour is designed to happen :-) According the docs on Link Attributes A great new feature you ca

  • Multilingual sites and format of dates · 5 years ago

    @UtherboneDEV, I think it is more convenient for the developer of a plugin if issues are being reported at the repo of the plugin itself: https://github.com/Karmalakas/grav-plugin-translate-date/issue

  • Where to add language selector code? · 5 years ago

    @alkan, Sorry, you're right. An oversight by me... As mentioned by Karmalakas, there is a dedicated repo for Premium products. You'll get support from the devs on issues and questions.

  • Where to add language selector code? · 5 years ago

    @alkan, could anyone kindly tell me exactly which folder, file, and line number to add the code for the language switcher in the Typhoon theme Nobody can... It entirely depends on where you wish the

  • Call dump() inside onFlexObjectAfterSave · 5 years ago

    @danielkoptak, Is there a way to pause the grav before redirecting after saving? To display the result of the dump function? Isn't that exactly what XDebug is created for: Pause on breakpoints and e

  • Customizing composer.json - do I need `vendor` in VCS or on my server? · 5 years ago

    @johnsgp, You should have used composer at the theme level, not the root level. Anyway, I would advise to use npm. Bootstrap provides the correct tooling like a package.json with dependencies and scri