Replies: 2 comments
-
Hey @taytayp took a peek your commits and you have all the right pieces -- here are some pointers to help clarify. Main difference is comments use pointers :
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the tips @Natay ! I think I have it mostly working minus one exception. I am unable to get the checkbox's value within the Pushed changes to the GitLab repo above if you want to see my changes. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
This is less an issue more a feature I am trying to implement, so a discussion topic feels more appropriate.
I am running my own instance of the biostars forum for use within our school, and we are interested in having an "anonymous" post feature. A user can select a checkbox on submission/edit and their account will be hidden from everyone besides moderators when posting.
I have managed to implement it successfully within answers and original posts, adding a field to PostLongForm and PostShortForm inside
biostar/forum/forms.py
and adding a column to the database to record this boolean result.What I can't seem to figure out is how comments on posts and answers work, since I want this to be anonymous too. They seem to also use the PostLongForm class but I can't seem to figure out how they differ from full posts/questions and it is driving me slowly insane.
I have made a number of changes so forgive the lack of examples here, but if you want to get into the weeds with me please check out my recent commits here.
Any guidance would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions