Page 1 of 1

How to make the username visible if any user enters a comment?

Posted: Mon May 18, 2015 11:32 am
by Mahima Bhatnagar

A user signs in and posts a comment. I need the username to be displayed or maybe post as anonymous, from the database.


How to make the username visible if any user enters a comment?

Posted: Mon May 18, 2015 4:50 pm
by Serhii Kulibaba

Hello Mahima,

Add column to "comments" collection with type=poiner (https://devcenter.appery.io/documenta...) that points to the user (comment's author)