I was able to build a forum on my app, but there are two issues I’m struggling with.
- I don’t want the comments to show the actual name of the commenter, instead I want it to show the Username. That way there is some level of privacy if the user wants it. (For instance it would show HughBenHad instead of my actual name). I created a field that pulls in the Username from the User table, but the comment block doesn’t allow me to map to that field for the “Commenter ID”
- I don’t want to include an avatar in the comments section, can I get rid of it.
If there is no way to address these two issues can I just build a comment section from scratch using other list blocks.