Justin Young Member
@superhua · Joined 7 years ago · 51 posts · 18 topics · 3 reputation
Badges
Recent posts
-
URL to most recent page?
· 3 years ago
Thank you. I think I can do it by using https://learn.getgrav.org/17/content/collections Specifically, I created a page that will display the contents of the most recent page: --- title: Most recent p
-
URL to most recent page?
· 3 years ago
Given a folder of files, is it possible to have a URL automatically redirect to the most recently published file in that folder? (For example, in a folder containing 2020.md, 2021.md, 2022.md, and 202
-
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.