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.

Danilo Puchelt Newcomer

@dapu · Joined 4 years ago · 7 posts · 3 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Collection ordering doesnt work · 4 years ago

    Hello @hughbris, thanks for effort to find a solution. I've tried using the sort_flags parameter without success. I think sorting a collection should not be that complex. Due to time constraints I wil

  • Collection ordering doesnt work · 4 years ago

    I've controlled all pages for publish_date and the date value and it's set for every single page. This is how a news page looks like: --- title: 'Spielbericht #12' firstTeamScore: 0 secondTeamScore: 0

  • Collection ordering doesnt work · 4 years ago

    I'm trying to order my news by publish_date. This is what I have so far: {% set collection = grav.page.collection({ 'items': { '@taxonomy': { 'category': 'Blog', 't

  • Taxonomy filtering not working · 4 years ago

    I've tried this: --- content: items: '@page.pages': /news '@taxonomy': category: Blog tag: Spielbericht leading: 0 columns: 1 limit: 5 order

  • How to use 'text' of Select field in Form as subject of email · 4 years ago

    @pamtbaau: {{ form.fields.topic.options[form.value.topic] }} Works perfectly! Thanks a lot. For the sake of completeness, I'll add my completed form here: form: fields: - name: subj

  • How to use 'text' of Select field in Form as subject of email · 4 years ago

    @pamtbaau I like this solution you've provided in topic Help adding Contact form with multiple contact, it's simple and easy. But how do I get the text (not the value) of the selected option as subje

  • Taxonomy filtering not working · 4 years ago

    Hello, I'm trying to filter for category and tag in a news collection. How do i get this to work? The news getting displayed but not filtered at all: --- content: items: '@page.children':