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

  • After update new version 1.3.0 order of pages has changed · 9 years ago

    Hi, can you make a quick screenshot of your pages structure to replicate the issue? Are you in a linux environment? Is the intl PHP extension installed? (search for it in the /admin/config/info panel

  • PHP XML library is not installed · 9 years ago

    Most likely the CLI version of PHP is different than the Web Server one, and it lacks php-xml. Clearing through Admin should work.

  • Imprint link in an multilingual setup · 9 years ago

    Grav will find the current translation version of the page, and put the correct URL in that Twig code. You can also write an if in the Twig, and check for the current active language, and output a di

  • Authentication plugin - how to start? · 9 years ago

    The Login plugin has OAuth integration https://github.com/getgrav/grav-plugin-login-oauth but Discourse is not in the list of the supported providers (and needs a little bit different configuration si

  • PHP XML library is not installed · 9 years ago

    This is a problem with Scotch Box: https://github.com/scotch-io/scotch-box/issues/311

  • How to integrate Bugsnag? · 9 years ago

    Grav uses Monolog, so it's easy to add new error logging capabilities. I found this handler for Monolog and Bugsnag https://github.com/meadsteve/MonoSnag (there are others too). You should make a smal

  • phpFormGenerator installation verification · 9 years ago

    Did you already go through the permissions guide?

  • Displaying a form within a modal · 9 years ago

    You wrote modal, I assume you mean "modal" and not "modular", right? In any way, the concept is the same. Multiple forms can be defined in the page, and then you include the form in your Twig, specify

  • Redirect top Home doesnt work · 9 years ago

    The problem is, the form has one field with autofocus turned on.

  • Where would you put favicon's? themes or user/pages/images? · 9 years ago

    You can check if an image is there in user/images/favicon.png and fallback to the default theme one using: <link rel="icon" type="image/png" href="{{ url('user://images/favicon.png') ?: url('theme: