I created most of the user aspects I want to users to have on their profile, but now when I run the website through my domain name, the upload-able profile picture doesn’t work. I can upload an image, but it doesn’t save after I go to a different URL and then return, it just shows that the upload-able image is empty. It would only work if its pulling info from facebook but thats it.
Also, is there a way to do an “or statement”? so that users with a profile can display their facebook profile picture OR upload another image instead?
Hey cflux - can you please share more details, via support@bubble.is so we can take a closer look at your profile page? Recreating the situation on the forum app should be faster to debug.
A condition of "when the user’s Facebook’s profile picture isn’t empty’ should do the trick.
@david1 You would need to create a field in the User data-type for “profileImage”, or whatever you want to name it. It will hold the data for the profile pic. Make they type of thing “image”.
You need to have the user log in.
Alternatively you could create a dummy user that and save your users data to that.
Here’s a link to a tutorial on User Functionality…
I have a user log in instance. Then I have an account page with load picture element and a save button. Id like to have this photo show up on my users “dashboard” the main portion of my app. But I cant get the picture thats loaded in on the account page to save and therefor wont display on the users dashboard page. I have tried everything.
the steps I have tried:
On my users account page: I add workflow to the save button: WHEN button save is clicked > Action Create new Thing > Type: Profile Pic (which I added perviously in the database)
Then on the dashboard I have an image element set using dynamic data to user Current UsersProfile and I get this error. Pic
anyone able to do an end to end video on how to accomplish this? Thanks!