verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.
Other
137 stars 33 forks source link

How can I edit the nickname of anonymous guest commentators #280

Open Jones-S opened 1 year ago

Jones-S commented 1 year ago

Question

If guest comments are allowed the nickname is made up of email and some name. The overview shows "User" which is fine to me. But how can editors change that name? This would be necessary to effectively curate the comments.

"User" in the list:

image

But here I can't change it:

image

Thanks for any help here. Cheers.

Additional context

No response

engram-design commented 1 year ago

It should no longer show "User" for guests (https://github.com/verbb/comments/commit/0b421b369d6bd1daf78beea222be0dd268afde4d) as of 2.0.6.

But yes, being able to edit it isn't really an option at the moment, we'll have to add it to the todo list.

Jones-S commented 1 year ago

Hm Ok. So if a guest user choses a name that is offensive or otherwise not acceptable there is no way we can publish the comment without publishing that name too, right?

Are there any other ways to edit that name, aside from opening the DB and changing the name there? If so, yes please add it to the feature requests. That would be great.

Thanks

engram-design commented 1 year ago

No other way, unless manually editing as you mention. You could include offensive values in spam checks, which will also check users' provided names. You could also override the templates to change the display of the user name.

But yep, will add it to the feature list.