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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Set date format per language in blog post · 5 years ago

    Check this plugin I just created ;) Keep in mind it's tested only on my local with two languages and only a few cases. If you try and find some problems, don't hesitate to open an issue ;)

  • Set date format per language in blog post · 5 years ago

    Try this: {% if grav.language.getActive is same as('nl') %} <...> {% elseif grav.language.getActive is same as('en') %} <...> {% endif %} I think I'll try to make a simple plugin f

  • Can't save new page via Admin Plugin · 5 years ago

    That's actually a bit weird. Just yesterday I saved a few pages on my site without any description in Aura. Although I didn't try creating a new page. Will check some time later

  • Multilingual Site Problem with Menu · 5 years ago

    I think you have same issue as described here

  • Json filetype in (Contact)form with flex · 5 years ago

    You should create a JSON template in your theme. Eg. /user/themes/myTheme/templates/forms/data.json.twig with content: {{ fields|json_encode|raw }} (TBH, not sure about content of the template though

  • Multilingual form shown in wrong language · 5 years ago

    Yes, I guess an Issue on GH would be best, as it requires more debugging.

  • Bulk Save pages from cli · 5 years ago

    Just saw your comment on GH :) As I was fixing some issues there, from the code I encountered, Aura doesn't have such feature. At least yet.

  • Multiple languages in blog date · 5 years ago

    Nice workaround 🙂 Will keep in mind for when I need it

  • Multiple languages in blog date · 5 years ago

    If you want to translate months or similar, then check this If you want to change date format only... Well.. I'm going to need this one myself and was thinking a bit, but didn't get to implementing it

  • Can't save new page via Admin Plugin · 5 years ago

    Could you try disabling Aura and then create a new page? Now I'm just pointing fingers blindly, because I tried Aura some time ago and didn't have an issue, but still... Also if you could enable debug