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.

flavio Member

@flavio · Joined 9 years ago · 58 posts · 0 topics · 22 reputation

Badges

Grav Core Team ✏️ First Post ❤️ Well Liked

Recent posts

  • Why is my theme not applied? · 9 years ago

    The theme is correctly applied. The page seems unstyled because that's how the Agency theme styles a page of type "default". The Agency theme demo in particular is built for a one-page site, the demo

  • Profile page variables · 9 years ago

    The user adds this data when registering, or once logged in there's a form to do that? Which kind of data does a user enter?

  • Uploading an image to remote server returns code: 0 · 9 years ago

    Looks a fairly common error message with the Dropzone library we use https://www.google.com/search?q=server+responded+with+0+code First, check the PHP config's upload_max_filesize value Next, could b

  • General Question · 9 years ago

    I believe this is something that was needed in the past, but you don't need anymore. I tried removing them and I didn't notice any change, Grav handles populating those fields just fine. Or if this is

  • Custom Page Creation Modal · 9 years ago

    The feature is documented in Learn but only available in the 1.5.0 release, which is currently an RC (https://github.com/getgrav/grav-plugin-admin/releases) You can enable it by turning on the GPM Tes

  • 403 Error when trying to access Grav admin on local test server · 9 years ago

    Can you paste your nginx config? Is that the one shipped with Grav? Did you edit it? It should be location / { try_files $uri $uri/ /index.php?_url=$uri&$query_string; } (reference: https://gi

  • Official Ubuntu install instructions · 9 years ago

    The DigitalOcean VPS instructions https://learn.getgrav.org/webservers-hosting/vps/digitalocean target Ubuntu. Also, we have a blog post on the easiest possible Ubuntu setup using ServerPilot: https:/

  • Knowledge loss due to new forum · 9 years ago

    Unfortunately this was not possible , due to the export file we could get from the previous forum. Explanation here: /forum/archive/about-the-archive-category-t6942 Hopefully we can over time move the

  • Modular page: link to next sibling · 9 years ago

    Can you make a PR on the Learn site? Oh one thing: you're using prev/nextSibling on the Page object. That is slightly different than the prev/nextSibling methods on the Collection object: https://lea

  • Modular page: link to next sibling · 9 years ago

    Ok now I recall this issue, prevSibling and nextSibling work in the reverse. https://github.com/getgrav/grav/issues/531 To quote @rhuk's answer on the topic, Ok taken me a while to decipher this. I t