# Users change photos linked in buttons and backgrounds

**URL:** https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [September 30, 2021, 10:44pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498 "2021-09-30T22:44:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![kfelice2022u](https://avatars.discourse-cdn.com/v4/letter/k/c77e96/32.png) [@kfelice2022u](https://community.thunkable.com/u/kfelice2022u)
#### Post date: [September 30, 2021, 10:44pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/1 "2021-09-30T22:44:13Z")

</div>

Hi, I’m very new to Thunkable and I’m trying to create an app aimed at education, marching bands specifically. I need a way to allow an admin to change the photos that are linked in various buttons on other pages. I have already made it so admins have a page only they can access. And I have it designed so that all students and admins use the same sign in info, so that it makes it so if the admin changes something, everyone in the band can see it, but nobody else. so now all I need is a way for the admin to change the photos linked in the various buttons on other pages from the admin page. If any help could be given it would be much appreciated.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [October 1, 2021, 10:18am UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/2 "2021-10-01T10:18:08Z")

</div>

You need the images / components in the page use the URL or the photo or the asset name and you also need to create a `cloud table` such as Google sheet or Airtable and save the URL(s) of the photos in that table. Last thing you need is that in the app start or screen open to read from the table and assign the URL(s) to the correct images or components in the screen.

---

<div class="post-metadata">

### Author: ![kfelice2022u](https://avatars.discourse-cdn.com/v4/letter/k/c77e96/32.png) [@kfelice2022u](https://community.thunkable.com/u/kfelice2022u)
#### Post date: [October 4, 2021, 12:54pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/3 "2021-10-04T12:54:03Z")

</div>

Is a cloud table necessary for doing this, or is there no way for a user to add their own data straight into their app without the use of a cloud storage system? Because I can’t have preset data in the app, that isn’t how it is going to work, the user needs to put their own data into the app, and only their account on the app.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [October 4, 2021, 1:34pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/4 "2021-10-04T13:34:40Z")

</div>

No, you don’t need cloud table. You can use local table or even `stored variables` to save the info and images.

I created an E-Signature feature in one of my apps and used `cloud variable` to save the user’s signature in the phone.

---

<div class="post-metadata">

### Author: ![kfelice2022u](https://avatars.discourse-cdn.com/v4/letter/k/c77e96/32.png) [@kfelice2022u](https://community.thunkable.com/u/kfelice2022u)
#### Post date: [October 5, 2021, 1:56pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/5 "2021-10-05T13:56:06Z")

</div>

Ok thank you. How might I utilize these things? As I said, I’m brand new to coding. and once I have done them, how do I make it available for a user to upload their own images into the app?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [October 5, 2021, 2:09pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/6 "2021-10-05T14:09:06Z")

</div>

Try this from your phone.

This is a very simple example. If the photo is not already selected then it will show the gallery to select a photo. Otherwise, it will display the saved photo.

[https://x.thunkable.com/projectPage/615c5a828a5c8b0011fa15d3](https://x.thunkable.com/projectPage/615c5a828a5c8b0011fa15d3)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:15pm UTC](https://community.thunkable.com/t/users-change-photos-linked-in-buttons-and-backgrounds/1536498/7 "2024-11-08T13:15:01Z")

</div>


