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.

Greet Peirelinck Newcomer

@greet · Joined 8 years ago · 7 posts · 4 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Date-format within form · 7 years ago

    I try to change the date format in my form. Do you need to add something in the field settings? For now I have > geboortedatum: type: date label: Geboortedatum validate:

  • Archive plugin: display archived items · 7 years ago

    I came to the following solution. The links had to look like ..../archives_month:feb_2019 I changed in the plugin partial (archives.html.twig) <a href="{{ base_url }}/{{ config.plugins.archives.tax

  • Archive plugin: display archived items · 7 years ago

    I try to implement the archive plugin for news-items. I do get a list with the right items but if I click on the items I don't get any news. What could be wrong? Since the right amount of items is lis

  • Submenu for specific page · 7 years ago

    I found the folowing solution that works for me. `{% for page in page.find('/page/subpage').children()%}` `<a href="{{ page.url }}">{{ page.title }}</a><br>` `{% end

  • Remove top icons from Quark Blog Theme · 7 years ago

    I think you can remove <i id="to-start" class="pulse fa fa-angle-down"></i> in /templates/partials/hero.html.twig.

  • Submenu for specific page · 7 years ago

    Hi, I'm new to grav and looking for a way to add subpages of a particular parent-page (not the current page) in the sidebar of my layout. Can someone point me in the good direction? Thanks in advance

  • User login failed · 8 years ago

    I created a new user as stated in the GRAV documentation. I tried another user thinking I did something wrong but I keep getting the same error "login failed".