show items for current member.

I created a database and connected to objects on the members page.
How do I make the information entered by the user in a collection appear to him and when viewing another member’s page, the information entered by the other member appears?

I will explain what I want to do.

On the member page, member#1 looks at his information. But, when member#1 looks at member#2 's page the information that appears is that of member#2 and not member#1 and member#1 goes back to his profile he looks at your information.

is there how to do this?

Hello,

Start from checking Creating Custom Member Profile Pages article to see if it will suit your needs. It explains how to create a page where the information will be displayed depending on a currently logged-in user.

You could create different static pages for your members but using dynamic pages is a better approach when you need the same layout and just want to display different information depending on a certain condition.

I would recommend to try implementing it using dynamic pages with a filter by user’s ID (that you need to save in a database once the user submits anything).
https://www.wix.com/corvid/reference/wix-users.User.html#id

Good luck!

Hi,
I connected texts to a database and put them in a container box to appear on all member pages. Only when member # 1 looks at the profile of member # 2, member # 1 looks at your information and not that of member # 2.

If you use the Wix Members app or the Wix tutorial for member profile that Anastasiia has already linked too, as well as this one here…
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

Or if you simply connect a text box to your Members collection and show that as you have done.

Then it will always show the info of the specific user that is currently logged in as it is setup to be site member author only.

You can make use of the Community Profile page from the Wix Members app for something like this.

Which you can get by doing this.
https://support.wix.com/en/article/about-members-pages

Note that this community url is only available to logged in mmembers, any member who is not logged in and tries to view the community url will get an error as they do not have the correct permissions to view it.

Otherwise, if you want to make up your own members profile page that is viewable by all members and not just site member specific, then you need to be using Wix Data Options in your sites backend to bypass the checks etc.

https://www.wix.com/corvid/reference/wix-data.html#WixDataOptions

@GOS

I followed all the steps in the tutorial and your tips. Only I connected items from the collection to texts and put them on display on all pages. However, when I see member#1’s profile I just see my information. I need that: When I access member#1’s profile I look at his information and when I see my profile I see my information.

Example:
Member#1 accesses member#2 's profile and sees member#2’ s information, when member#1 returns to his own profile page, member#1 sees his information and not that of member#2 .

Can you do this function?