How to make the username visible if any user enters a comment?
Posted: Mon May 18, 2015 11:32 am
A user signs in and posts a comment. I need the username to be displayed or maybe post as anonymous, from the database.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
A user signs in and posts a comment. I need the username to be displayed or maybe post as anonymous, from the database.
Hello Mahima,
Add column to "comments" collection with type=poiner (https://devcenter.appery.io/documenta...) that points to the user (comment's author)