Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Newsletter plugin? · 7 years ago

    Harald, I value your contribution, however, I think the community would appreciate and benefit more from contributions written in English... Which is the lingua franca for forums/communities. Would yo

  • How to make list of gallery pages? · 7 years ago

    @mera.inventio, If I understand correctly, you want a page that automatically generates a list of available galleries in you site. If so, a possible solution could be to add taxonomy tags to your gall

  • Further question on collection items · 7 years ago

    @taylorren, In a fresh site using Quark theme, I have created the following folder structure: 07.thinker ├── 01.weekly │ ├── 01.monday │ │ └── item.md <-- shows 'Previous Post' │ ├── 02.

  • Configuring email address · 7 years ago

    @maria, It looks like this post contains two separate questions. 1. Configuring the Email plugin and 2. Google captcha not working in your form. If so, would you mind opening a second post for the cap

  • Horizontal FlexSlider (Halcyon) · 7 years ago

    @tlsnine, Not sure what you mean by 'scroll horizontally' because it already scrolls horizontally... Maybe you want to show only a single team member on mobile instead of 3 vertically stacked? TBH I’

  • Find all pages with a custom header field · 7 years ago

    @lilive, A few answers/suggestions: To get all pages in PHP you can do: $pages = $this->grav['pages']->all(); See docs \Grav\Common\Page\Pages::all() To filter all pages you could use \Grav\Co

  • $page->save() in plugin does not do anything, no errors either · 7 years ago

    @Netzhexe, I guess this thread is getting too specific to be of interest of others, so I'll give an answer on your github repo.

  • Hey, my show case here! · 7 years ago

    @taylorren, I took a brief look at the website you mention in your profile. Not sure if that is the same site and shown above. An analysis using Google Lighthouse in Chrome returned the following resu

  • Img on footer shows only on home · 7 years ago

    @mera.inventio, The 'src' of the images seem to be fixed, but the 'href' of the surrounding <a> have not been fixed... Yet...

  • Img on footer shows only on home · 7 years ago

    @mera.inventio, You are using relative urls for your images and anchors (<a>) This means that the urls in href and src are prepended with url of the current page. Eg. on home page: http://biog