Image component that changes every 30 minutes #10448
Answered
by
Skrypt
GregFinzer
asked this question in
Q&A
-
I need an image component for Orchard Core that will randomly pick from images in a folder every 30 minutes and display it. Is this something that already exists? If not, how would I begin to create it? |
Beta Was this translation helpful? Give feedback.
Answered by
Skrypt
Oct 11, 2021
Replies: 1 comment 1 reply
-
This will require that you create a custom field with a custom service. Though, highly recommend that the service that requests this folder index be cached, else if this folder has a massive amount of files it might become slow. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GregFinzer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will require that you create a custom field with a custom service. Though, highly recommend that the service that requests this folder index be cached, else if this folder has a massive amount of files it might become slow.