Wix Code: Members only comment?

So far managed to build a working comment section with Repeater, Database and User input that includes only comments. However i need to get the UserID(Full Name) in my database so it can show up in my repeater.

How to get Username and Display picture to show up in my repeater?

Comment = Working
Date/Time = Working
Database = Working
Repeater = Working
UserId(Name/Username) = Not working
Display Picture = Not Working

Hi,
You need to create your own members area in order to reference each comment with the relevant user and get his data.

Hey there,
So now i have successfully created members area.
But cant figure out how to reference each comment with current logged in user and display commenters “Name” from the database.

Hey, have you figured it out? Allowing LOGIN MEMBERS to write directly on the comment box without entering their names?