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

  • Updating to 1.7.9 · 5 years ago

    What do logs say? Usually in /logs/grav.log

  • Migrating from Ghost CMS to Grav · 5 years ago

    Looks like forgot to replace names here 🙂 @Peleke: I don’t how to use that output in a Kirby friendly way. Maybe he's just deciding where to move, but simple copy paste feels like no research was d

  • Fixed blueprints for children of a page? · 5 years ago

    Your linked post might be a good start. I'm not at my machine right now, so can't test it, but could you add a similar condition and, if it matches, replace the default of template field?

  • How to connect a database to a table in Grav · 5 years ago

    CSV is a different story :) These are fine As @hoernerfranz mentioned, you could try that plugin in CSV case

  • How to connect a database to a table in Grav · 5 years ago

    @TonHaarmans: to fill and update from an Excel sheet would be enough Databases are so much easier :) And I mean SO SO MUCH easier :D Parsing Excel sheets is a pain.. Been there, done that :D

  • How to connect a database to a table in Grav · 5 years ago

    @hoernerfranz: for mysql, you will probably need symfony/doctrine. Isn't PDO enough? I thought it was 😕

  • How to connect a database to a table in Grav · 5 years ago

    I might try to write a plugin actually later. Sounds interesting and might be challenging :)

  • How to connect a database to a table in Grav · 5 years ago

    @TonHaarmans: i need to know what code and where to put it What I understand from the docs, you'd need to create a plugin, that would connect to your DB by using $this->grav['database'], which is

  • Tag cloud can work for multiple blogs in one site? · 5 years ago

    I was thinking you could keep two blogs, but change structure a bit. But even with one blog you could have kinda two of them by using category taxonomy. Although you might need to extend templates may

  • How to connect a database to a table in Grav · 5 years ago

    Didn't have to deal with DBs on Grav, but I'm afraid you still might have to do some coding. To get your connection. Also might find this article useful.