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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Paul Massendari Regular

Grav Forum Moderators

@paul · Joined 9 years ago · 143 posts · 0 topics · 53 reputation

Badges

ModSquad Team Member ✏️ First Post ❤️ Well Liked

Recent posts

  • Form - conditional field · 9 years ago

    Hi, The conditional field will only evaluate the condition when the page is generated, not dynamically. Condition has to be a ternary twig condition. You therefore have to use javascript to achieve wh

  • Deliver additional webp images · 9 years ago

    What did you try as for now? A simple setup would be to serve jpeg or png images, and install mod_pagespeed for apache, which will serve webp version of images to chrome users automatically.

  • Get Sibling Image · 9 years ago

    That's what I tried to explain with Therefore, the parameter page.path in progress.nextSibling(page.path) is here to tell grav where you are in the array. For Grav to know which page is next and wh

  • Get Sibling Image · 9 years ago

    Hi dan, you have to keep in mind that progress is an array ( a page collection ). Therefore, the parameter page.path in progress.nextSibling(page.path) is here to tell grav where you are in the array

  • (Solved) Extend custom page creation modal · 9 years ago

    Yes, if you add the snippet I posted in a file named default.yaml it will be used by all your other template, because in most case, all blueprints extends default.yaml. As you have a default.yaml in y

  • Conditional field depending on another radio field selection · 9 years ago

    Hi @parijke, What do you need exactly?

  • (Solved) Extend custom page creation modal · 9 years ago

    Greetings! What you want to achieve, as far as I know, is done through the blueprint itself, and not on the creation modal, even if you overrided it. You have to extend and match the structure of the

  • Have Big Picture Skeleton installed, but want to install admin plugin · 9 years ago

    if you have a ssh access, you can just run bin/gpm install admin at the root of your project. If you unzipped the admin plugin inside user/plugins, make sure its folder is named admin (especially if

  • Content that goes again on several pages · 9 years ago

    Paul already provided a good solution. With native feature, you could achieve that by creating a module which store your FAQ and then call it with {{ page.find('/_yourmodule').content }} This should d

  • Adding "Related Pages" Plugin to Antimatter Theme · 9 years ago

    @tanz1r Can you enable the debugger, clear cache, and tell us if you see a message? Also, can you try by adding some explicit_pages on some of them?