Hello everybody,
I have a problem with image management. I’ll give you a simplified example to make the problem clear.
I have a site similar to tripadvisor. I must be able to do 2 things:
1- View the images in a slideshow (i’m using slick slideshow) on the page of the single restaurant
2- Allow the user to edit the images by himself, giving him the ability to manage the order as well
I have so far found 2 different solutions, but each has a problem. I’ll explain it to you:
1- I created an “images” field configured as a list. In this way I risk without problems to visualize the images in the slider. The problem is that with bubble it is not possible to insert an element (in this case an image) in a specific position in a list field, you can only do “add”; therefore the user, if he wanted to modify an image, would always insert it in the last position, so I would lose the order.
2- The other solution is to create a column for each image in the database. In this way I solve the problem of sorting images when the restaurant owner edits an image. On the other hand, however, it seems not possible to be able to take the images in the slideshow if they are in different columns in the database.
Does anyone have a solution or suggestion?
I hope everything is clear, in case you ask.
Thanks,
Andrew