Hello, I wanted to ask a question if it is possible for my site members to add as (grid list). / some networks list on their dynamic site if yes, how can I do this in any good way. sorry for my bad english.
If you want a dynamic page with the members, it can be done, can you tell me more about it?
@ Bruno Prado
I’m trying to give users the ability to add photo one by one to their account making it possible as something (lists / networks)
the site is dynamic which means having the ability to add as the user sees fit in his profile
(with button to add)
any idea ?
@qlirim-qh1 When you want to add photos, that means you want to upload to wix-data-manager?
Then your first step would be creating an upload-button / upload-option…
https://www.media-junkie.com/tutorial-muploader-free
Perhaps you you should also create a DATABASE to store the ulr-source of the uploaded image/pic/photo ? This would be the second step.
You will need the User-ID of the current logged-in-user to identify, who is the current —> UPLOADER.
When a user do an upload, he get a image-url back as result after uploding the file. This url you can save in your DB in a datafield of your choice.
The user-id and owner-id are created automaticaly for every uploaded file and of course for every specific user.
Now imagine you have a big database with a lot of different photo-urls inside, from different users.
How to pick-up the right one you once will need for further processes?
Exactly you implement a search/filter-engine.
Of course you also could use an external place to store your pics/photos like drop-box or similar 3-party-services.
@russian-dima
What I want is something like let’s say like facebook
We are on the same path from what you said?
Not sure if we are on the same path.
The question is now…
- Do you want just to change the user’s profile-photo?
- Or do you need the ability to upload files fotos into a storage depending on the logged in user?
How is structured your project?
Did you already designed something?
Do you have already any part of code?
@russian-dima
I have already designed it but i have no idea nor any code about how i can do it
what I want is for every registered member to have the ability to insert their photos on their dynamics page and have the ability to see those photos again on the page whenever the user logs in with their account his.
Which means that every user has the ability to insert the photos he has entered and can view them again in his profile.
Now let’s say the user has inserted a photo
Now he wants to add another picture again.
now the picture the user had already entered should go one line below and the next new picture should be above it.
(List view)
@qlirim-qh1 That means, we are talking about point-2…
- Or do you need the ability to upload files fotos into a storage depending on the logged in user?
Now he wants to add another picture again.
now the picture the user had already entered should go one line below and the next new picture should be above it.
To create such a function u will definetely need a DATABASE + REPEATER + upload-function.
what I want is for every registered member to have the ability to insert their photos on their dynamics page and have the ability to see those photos again on the page whenever the user logs in with their account his.
You will also have to work with User-ID / Owner-ID or user-Email to identify the right logged-in user and the related uploded-file.
now the picture the user had already entered should go one line below and the next new picture should be above it
Just to give you a very small insight, how this could look like…take a look here…
similar example…
https://russian-dima.wixsite.com/meinewebsite/download-list
Click on Load-default-Setup or add a new line manualy.
@russian-dima Yes something like that but of course from what I said above you will be able to help me somehow I have already created the link to the database which is the user info which are the email name, surname, etc. but you could help me somehow by getting me on the right track about it because i’m not that bad with wix but also very well i’m not.
the user link is wixLocation.to (/ member / $ {name}
);
for sending to that user page.
@qlirim-qh1
First take some time to make a plan → brainstorming
-what to do?
-how to do?
-which elements are needed for your project?
-which will be the flow of your project?
-structure also your database (it will be almost the most important part)
all depends later on how is structured your DB.
Then you will be able to imagine your project and all it’s functions a little bit better.
@russian-dima I am at the end of the project and I know what I want from this project but I can not find a solution to this issue.
@qlirim-qh1
1)Do you already have created the function for the upload-process?
If you want to store images into your DB, then you first will need the url of the uploaded image, after the upload. → First generate an UPLOADER.
-
When you have the right upload-URL of the wished image (after upload), then you can continue, by taking this image-url and putting it into your generated DATABSE.
-
But before you can add the URL into your DB, you will need the right user-id of the user who wants to upload the file. When you got this user-ID, you can save the URL into your PIC-DATABASE into the right DATAFIELD (for example called —> “picUrl” or something like that.
How do look like your database? Do you use 2-separate DBs (1xUser-DB / 1x PIC-DB) ?
I think you underestimate the whole thing a little.
@russian-dima
Can this be done because i’m really in a situation where i need to finish this project, i see that maybe i really need a professional job for this and i’m willing to pay you for this to finish this part for me.
If you need someone to do a job for you, you always can go to the wix-market-place, or you simply take a look on my profile or my website.