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.

Nico Petri Member

@npetri · Joined 9 years ago · 65 posts · 14 topics · 12 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Move whole section of a blueprint to another tab? · 4 years ago

    Hi @Netzhexe, if you ment a page blueprint which is available via the admin plugin, then you can do something like this: Create a default.yaml inside of the theme's blueprint folder and extend it usin

  • Module blueprint · 4 years ago

    Hello @sdesergi, I' am not sure about having many blueprints with the same name at the same time. The example i posted last time is a working example from my last grav project. My folder structure is

  • Module blueprint · 4 years ago

    Hello there, your approach is correct. The file/directory structure is correct. So it may fail at another point. Maybe the yaml is malformed, you did'nt deliver an example. This is one of my blueprint

  • Admin: Page list display field not working · 5 years ago

    Hello there, i tried to define a list display title: --- title: Imprint cmsTitle: This is a cmsTitle --- I set the the 'pages_list_display_field' option in the admin.yaml like: pages_list_display_fiel

  • Login form - forgot button · 5 years ago

    Hello, very good work! Just want to add, that in login version 3.4.1 the statement is missing a 's': {% if page.header.form.login.forgot_button ?? true %} so that variable is 'null' an the expression

  • Url('theme://') fails · 7 years ago

    Hi dougwgough, ofc, it is that one: https://github.com/getgrav/grav/blob/develop/.htaccess I only changed the second rule 'RewriteBase /' according to my subfolder.

  • Url('theme://') fails · 7 years ago

    Hello there, i installed grav in an subdirectory like this: xyz.de/sub/ (I used the ReWrite rule in the .haccess as usal and everthing works fine). Since i ve updated to V1.6.6 this twig command deliv

  • Grave updated issue: MONTHS_OF_THE_YEAR[7] 15, 2018 · 7 years ago

    With theme folder i meant /user/themes/gateway

  • Grave updated issue: MONTHS_OF_THE_YEAR[7] 15, 2018 · 7 years ago

    MONTHS_OF_THE_YEAR is used within this template to translate the date to different languages. Grav looks in different files for a translation. As is said, create a file named en.yaml (for english, de

  • Grave updated issue: MONTHS_OF_THE_YEAR[7] 15, 2018 · 7 years ago

    Hi there, try to setup a languages file in /user/languages/en.yaml with: MONTHS_OF_THE_YEAR: [January, ... ]