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.

M Member

@myscha · Joined 8 years ago · 30 posts · 10 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • (SOLVED) Translation doesn't work · 7 years ago

    I’m trying to extend the events plugin (https://github.com/kalebheitzman/grav-plugin-events ). There are the following code snippets in calendar.html.twig: {{ 'MONTHS_OF_THE_YEAR'|ta(calendar.date|dat

  • When to add virtual pages? · 8 years ago

    @pamtbaau Thanks for your tips. My idea was having an iCalendar file, e.g. from Thunderbird/Lightning, and provide the events therein either as a list or as a calendar. The mentioned plugin already of

  • When to add virtual pages? · 8 years ago

    Hello, at the moment I'm trying to extend the events plugin (https://github.com/kalebheitzman/grav-plugin-events) so that it allows to read and display events from an iCalendar file. To achieve this I

  • How to install a library in a custom plugin? · 8 years ago

    Thank you very much! That helped me and now the library was installed and seems to work as expected. I'll proceed now and come back if I have another issue.

  • How to install a library in a custom plugin? · 8 years ago

    I tried to, but to be honest I have no idea how to do that correctly. I'm coming from programming in C and Python and therefore I have no idea how to use the composer. Could you help me with the corre

  • How to install a library in a custom plugin? · 8 years ago

    No there is no autoload.php. Where do I get that or where does it come from?

  • How to install a library in a custom plugin? · 8 years ago

    Thank you very much for your reply. I copied the whole folder of the library manually into /vendor in my plugin and added the line require DIR . '/vendor/autoload.php'; at the top of my plugins PHP

  • How to install a library in a custom plugin? · 8 years ago

    Hello, i'd like to develop a plugin that reads an iCalendar/ics file and provide the events for further processing/displaying. As a first step I have created the plugin skeleton as described in the tu

  • Creating serially numbered sub-pages · 8 years ago

    I think I forgot to mention that I'm talking about creating items with the admin plugin.

  • Creating serially numbered sub-pages · 8 years ago

    Hello, my Name is Michael and I'm a new Grav user. I'm trying to set up a blog page according to the howto in the documentation cookbook. This works so far. When I migrated the blog posts from the cur