Need page to show image fields of all records

Hello, I have a map background and on that map background want to show ONLY all the image fields from the all the records in a connected dataset. Imagine a monopoly board where each property shows the image from the db of the owner of that property.

Been working very hard and reached out to others. No answer yet. Can you help?

Hi,
can you be a bit more clear about what you exactlmy like to do?

Maybe draw an image to explain better?
And what do you already have of code?
What did you already tried?

Kind regards,
Kristof

each of the player images above is a record from the db of star systems and the image shows who owns the star system.

Oke i think i understand.
So the start map is 1 big image,
The face images are images that need to chagne depending on the "owner " of that star?

How many starts will there be?

I think you have to load the images by code,
or you have to add a dataset for each image.

Kind regards,
Kristof

just to be clear there is no start map and there are 40 properties or star systems

so there are 40 star system records

i meant star map instead of start map :stuck_out_tongue:

Make 2 database’s
DB name : Stars
Star - owner
star1 - player1
star2 - player1
star3 - player2
star4 - player 7
star5 - player 14
etc…

DB Name: Players
playerName - image
player1 - imagePlayer1
palyer2 - imagePlayer2
palyer3 - imagePlayer3
palyer4 - imagePlayer4
palyer5 - imagePlayer5
palyer6 - imagePlayer6

make a function that loops trough the stars db and returns a player
Then search for the player in the payers db and return the image.
Place that image to the correct starImage.

Run that code in the onReady function of your website

Thanks for the help. Your instructions must be right but doesnt say how to do it.
make a function (a what?)
that loops trough the stars db (Loops?)
and returns a player (returns?)
Then search (search?)
for the player in the payers db and return (return?)
Place (place?)
that image to the correct starImage.
Run that code in the onReady function of your website" (no idea how to do that)

Hi ImagineImage,

Seems like you have no knowledge of any code?
best you can do is find a wix expert to do it for you.

[https://www.wix.com/marketplace](https://www.wix.com/marketplace

Kind)

[Kind](https://www.wix.com/marketplace

Kind) regards,
Kristof

The simple workaround was that I created a new DB called Map and it has only one record, but it has 40 fields all the fields are image fields, so all the fields are showing on a page with the map in the background. Players access a dynamic page of 40 upload buttons, each tied to one of the image blocks on the map page for the image location they are trying to change