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

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

    so, yesterday I decided to try an Update to grav 1.7 on a local docker clone of my website. update was done via cli - gpm and directly gave me this at the moment the cache would have been cleared: In

  • Statistics counter · 5 years ago

    Hi @Jaksa, welcome to Grav 😃 - you can try my Ipcount Plugin, which is a simple Visitor Counter, no statistics (yet). It does, however, filter out bots. Note that Installation via GPM ist not yet supp

  • How to auto-backup and auto update? · 6 years ago

    Backups via the Grav Scheduler are described in detail here. The CLI command method is also described there and can be used with cron. Updates can also be done from the command line, see here. I'm not

  • Considering moving to Github Discussions, thoughts? · 6 years ago

    as for the ease of use for the main developers, I would recommend this proposal. however, this would be another breakage for new users, having to search in 3 different places, then (think of the old f

  • How can I apply different CSS style to just one page? · 6 years ago

    well, my proposal was more a general recipe, without knowing your actual theme/templates. if you already have a template home.html.twig that is only used for the page you want another background, and

  • How can I apply different CSS style to just one page? · 6 years ago

    yes, of course this is possible 😄 . all you need is use another template for that particular page: just copy the template you are using for the other pages such as default.html.twig, give the copy a n

  • Distant site admin · 6 years ago

    @Francois : I have a very similar situation here: my website is developed at home in a docker instance, the live site is out there on a web hosting, no admin plugin. I just use rsync to push changes f

  • Set Page Frontmatter Variable via Form · 6 years ago

    just for the record: I solved this issue by creating a minimalist plugin which lets the backend user switch a plugin variable via toggle buttons in the Plugin settings page. the page template then rea

  • Set Page Frontmatter Variable via Form · 6 years ago

    @pamtbaau : my usecase is very simple, and I was well aware I could solve this by creating a plugin - but hoped it could be easier 😄 I have a page which will show different Information based on the va

  • Set Page Frontmatter Variable via Form · 6 years ago

    short question: how can I set a frontmatter Variable for a specific page via Form ? (Form page is NOT the page I want to modify)