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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

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

    Sounds like you will need a custom plugin. You can start by checking this one and then implementing your own logic

  • Error displaying plugin-in-all-txt in admin panel · 4 years ago

    /forum/plugins/issue-with-translation-in-admin-t3294?u=karmalakas

  • Buildin staff page · 4 years ago

    Check here how media meta works. In your case I think you don't even need the frontmatter list of photos or meta files - Grav automatically finds media if it's in the same page folder. And in your tem

  • Buildin staff page · 4 years ago

    If there's no page for each person and list will be available only on one page, then I would do just a simple array in page frontmatter (similar to your example) and access it in that custom template

  • Get page load time with twig filters · 4 years ago

    I don't think you can get the actual load time on server side. Use JS for that. Check this post on SO https://stackoverflow.com/questions/66078180/displaying-page-load-time-on-webpage

  • How to align Text and Picture · 4 years ago

    Do you have a visual example how it should look?

  • Site unavaliable after update 2022-10-07 · 4 years ago

    Not sure what's happening, but quite often I find installation messed up if updated from UI, so in such case I usually run php bin/gpm update And this fixes it. Strangely this happens only on local en

  • images in the editor with cntr+v · 4 years ago

    Didn't find any on GPM, but shouldn't be very difficult to implement 🤔 https://gist.github.com/kidatti/f93feba1ec4be2117d1b

  • How to restore a Grav Backup to a new server · 4 years ago

    I guess best thing would be to check error log

  • Image url in css theme · 4 years ago

    I really doubt any SCSS/SASS compiler supports Twig. And I don't really see how it would. Unless you're compiling to CSS on every single page load, so that it could check variables and use them.