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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • How to get processed content from a modular page in a custom plugin · 5 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 · 5 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 · 5 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 · 5 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 · 5 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 · 5 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 · 5 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 · 5 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

  • Browser language priority problem on multi-language site · 5 years ago

    @goraht, and you discovered it first Not quite, it was Werdi who discovered it first. See this thread

  • Browser language priority problem on multi-language site · 5 years ago

    @goraht, Have a look at existing issue on Grav repo: Default language unreachable when preferred browser language is different NB. It's a Grav core issue, hence LangSwitcher will not solve this issue