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

  • Why twice the same files with same content in config? · 5 years ago

    @Andi, Are config files really being replicated over multiple folders? There was an issue with Grav < 1.7.21 about the creation of redundant security.yaml files in folder /user/<domain>/confi

  • Where can the long language names be entered? · 5 years ago

    @Andi, I think you will have to create a feature request at the repo of Grav. The language codes with names and native names are hardcoded in /system/src/Grav/Common/Language/LanguageCodes.php. Trans

  • Massive file creation slowing server · 5 years ago

    @Vince42, Is cache/doctrine also in your case the one that is growing to the max?

  • Pages erased when ordering them · 5 years ago

    @jordan, Are you, or have you been, using folder names with capitals (or maybe diacritics)?

  • How to use the content of a text field as a title for another field in a blueprint · 5 years ago

    @aGooa, The value of a property of a field can be fetched from the server using calls to static php methods. See Using Function Calls (data-*@). However, while entering the value for field header.tit

  • How to remove enqueued assets · 5 years ago

    @mark-s, Although I've never used it, it sounds logical to me that the file reference used in assets.addJs('<file reference>', options), should also be used to remove it. You can find it in the

  • How to remove enqueued assets · 5 years ago

    @mark-s, Never used it but maybe assets.removeJs() is what you are looking for: See API on Asset Manager: removeJs( string $key ) : \Grav\Common\$this Removes an item from the JS array if set Not su

  • Load partials via ajax · 5 years ago

    @christiana83, to append the partials content on click to a node, so that they just need to be loaded, when needed To recap our needs: you want to asynchronously fetch HTML from the server when the

  • Load partials via ajax · 5 years ago

    @christiana83, The more requirements and context is given in the question the higher the chance are to get a suitable answer... Back to square one: partials with data What are "partials with data"?

  • Load partials via ajax · 5 years ago

    @christiana83, Interesting question. I did some playing. Considering: You want to fetch new html dynamically from the server to add to the DOM. The html is generated using Twig with server data. The