Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Import pages from CSV · 9 years ago

    Either copy and paste the contents into an md format, or write a script to do it. There is no tool to do this magically.

  • Import pages from CSV · 9 years ago

    You'd have to write a script that interprets the CSV and outputs individual files in folder-structures, as there is no inherent way for a CMS to know the structure of your CSV-files.

  • Import pages from CSV · 9 years ago

    Hello, community! I have a lot of articles in CSV file. How can i import it into pages for GRAV My csv contains title, metadescriprion, content. So, how can i convert into pages?

  • Skeleton Deliver · 9 years ago

    The latter caused by infidelities of Wamp, and fixed with Caddy-server.

  • Skeleton Deliver · 9 years ago

    Hi Flavio I have the same issue I guess: 'about' and 'services' are displayed normally in the menu, but when clicked it results in This page can’t be displayed •Make sure the web address http://local

  • Skeleton Deliver · 9 years ago

    They are not listed in the menu, or there is an error when opening them?

  • Skeleton Deliver · 9 years ago

    Hi I download grav-skeleton-deliver-site-v1.2.0.zip and i install it. I'm under Windows 10 with Wamp. I never could see the About and Services pages. I did'nt do any modifications. These pages work on

  • One form on multiple pages [not sending] · 9 years ago

    The result: All the forms: are placed on one page, they are nicely found by grav Then you can include {% include "forms/form.html.twig" with { formName : 'contact-form' }%} inside your template and e

  • One form on multiple pages [not sending] · 9 years ago

    Great! Can u also show how to?

  • One form on multiple pages [not sending] · 9 years ago

    OK, some testing, and looks like i did find i solution