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.

Stephan Strate Newcomer

@stephan-strate · Joined 5 years ago · 4 posts · 0 topics · 2 reputation

Badges

✏️ First Post

Recent posts

  • How to override content of login.md from plugin Login · 4 years ago

    Depends on what you want to do. You can configure the route in the plugin configuration to match any page created by you (see https://github.com/getgrav/grav-plugin-login#login-page). The login plugin

  • Integrate Messaging/Community-Features in a Grav-Website · 4 years ago

    I do not know any plugin that has these features out of the box. But the login plugin is crazy powerful and you can definitely implement all these features yourself. For example you could store commen

  • Grav scheduler is not working · 4 years ago

    There are two reasons coming to my mind that can cause this issue: I am citing the documentation on this: "You need to be logged in to the shell with the same user as your webserver. This is to ensur

  • Understanding deferred on twig blocks · 5 years ago

    Does still only work with never_cache_twig: true? Or is there an alternative to that? I would be interested in adding css files in modular templates.