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
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.