Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Invalid input in "Content" Failed to save entry: Form validation failed, please check your input · 4 years ago

    Please have look at issue https://github.com/getgrav/grav/issues/3643. For some reason, Grav 1.7.32 has added a default max size of 65536 bytes for text (multiline) and textarea fields of pages. Admin

  • Set Category and Tag (Taxonomies) as required · 4 years ago

    @pireba, Have a look at Using Function Calls (data-*@)

  • How to debug using dump and xdebug? · 4 years ago

    @myscha, Because one didn’t know that it’s possible :see_no_evil: Uh... wasn't that part of course Programming 101 ? ;-) Are you talking about Xdebug, too? Yes. See Xdebug docs. Here is a screensh

  • How to debug using dump and xdebug? · 4 years ago

    The reason why dump() doesn't show during onAdminSave is because the Save action is performed by multiple task requests to the server. When hitting Save on a page: The first request: onAdminSave is

  • How to delete tag · 4 years ago

    OK, here is a proof of concept for the plugin I suggested. What can it do: CLI $ bin/plugin taxonomy-case-guard set-case --case capitalize # one of capitalize|uppercase|lowercase This command will

  • How to delete tag · 4 years ago

    Taxonomies are case-sensitive. Have a look at the code that adds taxonomy/values to the taxonomy_tree when looping through all pages: Taxonomy::addTaxonomy() lines 59-86 The taxonomy tree has the fol

  • Duplicate content · 4 years ago

    @NataliaB, There are even more urls pointing to the same content. Try: https://mydomain/typography https://mydomain/typography.html https://mydomain/typography.htm https://mydomain/typography.xml http

  • How to remove /home? · 4 years ago

    @NataliaB, Have you tested it? The settings does not have any impact on OPs urls. In sytem.yaml, the setting hide_in_urls: false|true will only have effect on the Urls of the children of the home page

  • Mobile menu icon displaced to right off screen · 4 years ago

    @normawhite, Since Quark is working fine using position: fixed on several elements, I suspected the issue must be somewhere else. Because you already found out that "[it] Turns out that on a phone it

  • Admin panel Notifications & News Feed do not update · 4 years ago

    @Numpty, Funny, you made the same typo as I did... Updated my post.