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.

Justin Young Member

@superhua · Joined 7 years ago · 39 posts · 13 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Flex Objects getRoute() error when running scheduler · 5 years ago

    Thank you. I filed an issue on the FlexObject repo.

  • Flex Objects getRoute() error when running scheduler · 5 years ago

    After updating plugins, I now get the following error when bin/grav scheduler runs: PHP Fatal error: Uncaught Error: Call to a member function getRoute() on null in /home/example.com/gravsite/user/pl

  • Timeout when updating plugins · 5 years ago

    Update: I was able to successfully update the plugins using the bin/gpm update command from the command-line.

  • Timeout when updating plugins · 5 years ago

    In Grav v1.7.25, when I try to update a plugin, the screen is stuck on this: It will eventually return an error of: Fetch Failed: www.example.com | 524: A timeout occurred Looking at the logs I see

  • Display text on a certain day? · 6 years ago

    Here's a solution {% set message = { "01": 'foo', "02": 'bar' } %} {# each date has a message #} {% set date = now | date("d") %} {{ message[date]|default('no data for given day') }}

  • Ability to Upvote / Like? · 6 years ago

    By embedding the Tricider page in a page on our Grav-based website, I was able to accomplish what I was trying to do. But like I mentioned in #2, I now think I could have sufficiently replicated this

  • Ability to Upvote / Like? · 6 years ago

    Sure – Tricider allows users to submit ideas as well as vote on other ideas ... which is what I was originally looking for.

  • Display text on a certain day? · 6 years ago

    Is there a way to display a short text based on the date or even month? This would be similar to the Fortune plugin, but not random.

  • Ability to Upvote / Like? · 6 years ago

    I ended up using https://www.tricider.com/, but I think this could be done using the Add Page by Form plugin with the Star Ratings or Thumb Ratings plugin.

  • Ability to Upvote / Like? · 6 years ago

    Within Grav, is there a simple way to upvote / like posts – similar to Reddit or Discourse – on a page?