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.

Werner Joss Regular

@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Creating content dynamically from a csv file using PHP · 4 years ago

    you could also take a look at this plugin which creates an events listing page from an .ics (calendar) file. should not be too hard to modify this so it can read events from a .csv file instead.

  • How to delete tag · 4 years ago

    I guess you don't really want to delete a tag, but just consolidate, in your Example, convert 'drones' to 'Drones' or vice versa, right ?. In that case, you can use a text Editor which can replace str

  • How to work with a JSON file? · 4 years ago

    hi @FedorovDeomid , my recommendation is, just search for an existing plugin that deals with JSON files and see how this can be handeled. then you can derive the code you need for your application fro

  • Any option for Summary separate from blog Item?! · 4 years ago

    @zambala , I have no clue about Drupal, but I see, what you like to achieve is a feature that is also available with Contao which I use also for some projects. Grav does not have such a thing by defau

  • Domain doesn't resolve with docker-compose + traefik setup · 4 years ago

    well, that behaviour seems quite normal to me 😄 wget does fetch and store something when just called like you did (without protocol). the saved file should just be there where you are inside the conta

  • Domain doesn't resolve with docker-compose + traefik setup · 4 years ago

    @Europa2010AD , you should be able to shell into the container with docker exec -it grav bash as for another docker image, you could try the official grav docker image

  • Using Grav Skeletons in Docker · 4 years ago

    I can confirm docker is a very useful platform for developing grav sites, I use it all the time. for anyone interested, I have modified the official grav Dockerfile to also contain xdebug, which is us

  • Calendar shows wrong times for recurring entry · 5 years ago

    ok, @all - now there have been created several issues on the github project page, covering this discussion and others, I propose closing this thread on the forum for now. I'll now see what I can do on

  • Calendar shows wrong times for recurring entry · 5 years ago

    well, after reading some more docs/issues on the rrule package, it seems clear that the compiled rrule.js that is used here, does not support timezones. the reason is, a package named luxon is not inc

  • Calendar shows wrong times for recurring entry · 5 years ago

    the timeshift issue with recurring events is not really clear to me - I don't use recurring events but tried to implement it as far as possible. with fc4 I had to use Jakub Roztocil's rrule repo to ge