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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • HTML Code Popup · 4 years ago

    @judie, May I presume you're trying the sample from tutorial https://sabe.io/tutorials/how-to-create-modal-popup-box? To complete the tutorial: You also need to copy the styling between tags <styl

  • Typhoon Theme - gpm php-zip · 4 years ago

    @jimbo, There is a dedicated repo for all Premium products. There you will get all the attention and love from the developers themselves. grav-premium-issues Official Grav Premium Issues repository t

  • How to get processed content from a modular page in a custom plugin · 4 years ago

    @danielkoptak, Please help the community helping you by providing clear and succinct questions containing relevant information. What are you trying to achieve? What should the result look like? What

  • Type number field in form not validated · 4 years ago

    @maria, I have no experience with Gantry, but a form created in plain Grav using your form definition works fine... I'm sorry I have no more help to offer...

  • How to override content of login.md from plugin Login · 4 years ago

    @rokun, Try copying /user/plugins/login/pages/login.md into subfolder /user/pages/login/ user/pages ├── 01.home │ └── default.md ├── 02.typography │ └── default.md └── login └── login.md In Gr

  • Custom JS in Page Grav1.7 · 4 years ago

    @cleblond, Theme Learn2 Git Sync is compatible with Grav 1.7 with respect to Twig auto-escape. I haven't tested other aspects.

  • Custom JS in Page Grav1.7 · 4 years ago

    @cleblond, I cannot reproduce the issue using Grav 1.7.28 when embedding the following inside page Typography: <script> alert('Hello world!'); </script> it seems to wrap the js in <!

  • Using URL parameters in custom plugin via $_GET does not work · 4 years ago

    @Markus, A bit of nitpicking: Although your example works because the value is a string, the Twig extension should return a value instead of echo-ing a value. What if you would like to do something

  • Using URL parameters in custom plugin via $_GET does not work · 4 years ago

    @Markus, To extend on the remark of @Karmalakas... @Markus: In “normal” php and other cms this is not a problem at all, the script does not crash like in grav. PHP (AFAIK, there is only one of it) c

  • Updating Grav - Error · 4 years ago

    @adamf-int, For other members who might bump into the same issue, would you mind sharing: what caused the issue how did you solve the issue Thanks