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

  • Composer error on new version of Grav · 5 years ago

    did you check if the vendor/autoload.php created by composer is there ? another hint: you seem to run composer as root, which is bad. if you do so, you should do chown -R www-data * afterwards (and ma

  • Template from Plugin not usable in Admin · 5 years ago

    just to complete this issue, after some more investigation, I found a much more elegant solution here, which actually allows direct selection of plugin-provided templates in the admin. this is now als

  • Template from Plugin not usable in Admin · 5 years ago

    ok, the solution seems to be simple, I had to use the Override Option for Display templates: so, as a conclusion, page save in admin does work and preserve the correct page type, but that ist not sel

  • Template from Plugin not usable in Admin · 5 years ago

    I'm currently stumbling over an IMHO strange behaviour when trying to use a template from my plugin in the admin backend. I followed the official docs and then created calendar.html.twig in my plugin'

  • Is it possible to change Quark theme navigation menu from one page to multi page? · 5 years ago

    yes, that is what I meant: if you use an archive page, the only addition to the standard menu is a link to this page, which will automatically be added. an no, you do not have to code to use the archi

  • Is it possible to change Quark theme navigation menu from one page to multi page? · 5 years ago

    Hi @nakliyeci - welcome to Grav, hope you enjoy it 😃 I'm not sure if I understand your question right - you say you have a blog with 200+ pages, right ? if so, why not just use the archive and/or arch

  • Weird Admin Backend after Grav update to 1.7.5 · 5 years ago

    excellent, @Karmalakas - re-enabling translations did the trick, thanks 😃

  • Weird Admin Backend after Grav update to 1.7.5 · 5 years ago

    today I updated my site from Grav 1.7.3 to 1.7.5 (plus 5 plugins) and now the backend looks like this: everything cluttered with PLUGIN_ADMIN.xxx text... additionally, something similar happens on on

  • Statistics counter · 5 years ago

    Update: this plugin has now been added to the official Plugin repository and can hence be installed via gpm. There is now also the option for a graphical representation of dayly visitor count data. En

  • Site Crash after Grav Update - short story · 5 years ago

    so, I found the reason for the crash: Grav 1.7 obviously requires a type cast when storing numeric data to a text file - issue solved 😃