Mahima Bhatnagar
Posts: 0
Joined: Tue Apr 28, 2015 5:53 am

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

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello Mahima,

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

Return to “Issues”