Hi, I install your component successfully, but can’t show my images. I upload images into discourse shared folder and google drive. No results and only spinner loading
You need at least two items in the settings, is that the case?
Hi,about this component,may I ask what’s the size of image I should upload?
Hey guys
Regarding this TC here: GitHub - discourse/discourse-big-carousel-component: Work in progress
I see that it’s being worked on, but could not find anything about it on Meta?
When I try to install it on “3.5.0.beta8-dev”, the TC is not being displayed (tested via tc preview)
Het lijkt er nog steeds op dat het een WIP is. Heb je de plugin_outlet-instelling gewijzigd?
Bewerken: laat maar, heb net gemerkt dat het alleen wordt weergegeven op de categorieënroute…
How should I set it up if I want users to see the carousel as soon as they enter the homepage? Because your video seems to require clicking on the category to display the carousel, but I hope that users can see it as soon as they enter the homepage, rather than having to manually click on the category to see it, because some people may not be interested in the category.
I think you’d need to fork it. The logic limiting the route is here:
I think you’d need to import defaultHomepage and then do something like:
import { defaultHomepage } from "discourse/lib/utilities";
...
@discourseComputed("router.currentRouteName")
shouldDisplay(currentRouteName) {
return currentRouteName === `discovery.${defaultHomepage()}`;
You may have to adjust this further, it may not be fully accurate (but perhaps something along the lines of what you are trying to do). I haven’t tested this. Though, from what I see, this is how the Robotime community does it.
Oh my god, it’s so difficult ![]()
Just a heads-up: The repository was archived.
Try this:
-
In your theme component, upload a picture:
-
Copy the URL of the picture you uploaded:
-
Paste it into the
image_urlsetting:
Save it and it should work.
Note that the background repeats, if you upload too small a picture.
Nee, de themacomponent uploadt. Ga in de Big Carousel-component naar de instellingen onderaan; daar is een Upload-knop.
Heel vreemd… Ik heb je forum bekeken en het lijkt erop dat je Big Carousell-component een bestand heeft in templates/components/big-carousell. Je zou het moeten verplaatsen naar components/big-caousell.
I was using this component, should I delete it now and re-download GitHub - discourse/discourse-big-carousel-component: Work in progress
right?
It’s just a warning, you don’t have to follow it. But it seems that you installed Topic List Previews twice, and it’s causing a bunch of errors. You’ll have to remove one of them.
I still don’t know why you are missing the upload button though
.
I think the button is not visible on themes installed from GitHub. A workaround could be a custom component where the images are uploaded.









