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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

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

Recent posts

  • Is Quark Open Publishing available on Grav 1.6.9? · 4 years ago

    @BigDC, It appears you've asked the exact same question at the repo on Sept. 20, 2021 You have resolved the issue and closed the issue yourself. Would you mind sharing why you are repeating the questi

  • Order collection by 'custom' or 'manual' in Twig · 4 years ago

    @Markus, Have had a discussion with the dev team: manual should not be used. [...], after some investigation, it looks like the order_manual is leftover from backward compatibility and should never b

  • Is Quark Open Publishing available on Grav 1.6.9? · 4 years ago

    @BigDC, The theme's blueprint.yaml lists the following dependencies: dependencies: - { name: grav, version: '>=1.6.0' } - ... But you might ask the developer on his repo to be sure.

  • Relocate pages folder · 4 years ago

    @christiana83, I'm using Windows Subsystem for Linux (WSL) with Ubuntu. I have about 15 symlinked installations linking to a single Grav installation. Only /cache, /images, /logs/ and */user are not b

  • Admin Event Hook for Flex Object · 4 years ago

    @christiana83, Thanks for the follow up on you own question. NB. The reply you respond to is however being flagged as spam.

  • Linux permissions - still confusing · 4 years ago

    @gobs, True, but.... element <center> is already deprecated and might already have been removed by some browsers. Currently, according to caniuse, only 47% of users use browsers supporting it.

  • Linux permissions - still confusing · 4 years ago

    @gobs, Not sure why you are writing HTML inside Markdown, but that's another topic...

  • Linux permissions - still confusing · 4 years ago

    @gobs, To me it looks more like an incorrect src attribute of the image and not a matter of permissions. This is img tag being used: <img src="Artwork.jpg" ... > The page's url is https://gobs.b

  • Order collection by 'custom' or 'manual' in Twig · 4 years ago

    @Markus, Yes, I got the 'hardcoded' and Admin part, but if that is all there is, it could also be achieved, even simpler, as follows: Same folder structure as above. /pages/footer/default.md --- cont

  • Order collection by 'custom' or 'manual' in Twig · 4 years ago

    @Markus, Here is an example for using 'manual': Folder structure /pages user/pages ├── 01.home ├── 02.typography └── footer ├── default.md ├── x │ └── default.md ├── y │ └── de