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.

Olivier Sens Newcomer

@sensomusic · Joined 9 years ago · 4 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Create a folder listing with twig · 9 years ago

    hi, That what I thought. The folder is not listed as a page by GRAV. But I found a soluce, it's great for me. senso++++

  • Create a folder listing with twig · 9 years ago

    hi, My folder is located in /user/pages/downloads and contains only zip files the following code doesn't work for me: {% for file in pages.find('/downloads').media.all %} {{ file.url }}: {{ file.h

  • Create a folder listing with twig · 9 years ago

    hi, Thanks a lot, the first example works if I put all the files in the current page folder. It does the trick. It seems that page.find doesn't work for a folder which contains only zip files and no .

  • Create a folder listing with twig · 9 years ago

    Hello, I'm trying to create automatically the list of files in a folder, for example in /page/downloads/ where there is pdf, zip, or whatever. Then I want to display a direct link to the listed files