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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • Beginner's question: Is there no logout button on this forum's homepage? · 3 years ago

    @Annemarie, In the upper-right corner, click your avatar, then click the "user" icon on the far right.

  • I got spam in my guest-book. How to delete the spam? · 3 years ago

    @Annemarie, See the docs of plugin Guestbook: Where are the messages stored? Also according the docs ( Visualize messages) , if you've got Data Manager installed, you might be able to delete the guest

  • Security to Theme Deliver · 3 years ago

    @Zbigniew, @Zbigniew: Please provide a step-by-step description of how to implement any security measures. Before asking the community to spend time on a "step-by-step instruction", please show wha

  • Duplicate modular page · 3 years ago

    @robin, I hope the following feature request is what you're after: https://github.com/getgrav/grav-plugin-admin/issues/2341 If you've got more suggestions, please add your comments to the feature requ

  • Can pagination be rendered in blocks of 10 page numbers? · 3 years ago

    @jzedward, On the outer div of the page numbers, you could use a grid. For example the following will position all children in 10 columns with each child having the same width. display: grid; grid-tem

  • How to redirect old website URLs to the new URLs on new Grav website · 3 years ago

    @joejac, I read the documentation and some forum posts: Routing | Grav Documentation Did you also pay attention to the following note: You must escape certain characters in any routes that you wa

  • Twig list of users/profiles · 3 years ago

    @nick1, You'll need to create a custom plugin for that: Create plugin Loop through folder returned by $this->grav['locator']->findResource('account://', true); Parse each yaml file Provide arra

  • Is it Possible to Defer or Async Pipeline for CSS/JS? · 3 years ago

    @ejstauffer, The <link> generated by Asset Manager might be slightly different from the snippet shown above, but... did rel="preload" change to rel="stylesheet" indicating the onload javascript

  • Text align quark theme modular page · 3 years ago

    @KlaasHDec, There is no single way how pages are laid out and styled and each theme (developer) may have its own way of doing things. Basically it is an interplay between: Settings allowed by the the

  • Chinese sign 自 causes trouble · 3 years ago

    @nicolas.mangold, I cannot reproduce this behaviour using the following setup on a fresh grav-admin-v1.7.38.zip install: Add languages section to user/config/system.yaml languages: supported: [en, cn