Text to Image Plugin Gallery Moderation Example
Text to Image Plugin Gallery Moderation Example

Text to Image Plugin Gallery Moderation Example β Perchance Generator

Unfortunately for now it's just phrase banning (with regex pattern-matching supported) and user ID banning - i.e. no ability to "login" and delete stuff, like you can do with the comments plugin. Hopefully this will suffice until I get around to making it easier (I want to make moderation easier on comments plugin at some point too - e.g. 1-click bans alongside existing 1-click delete).
- https://perchance.org/text-to-image-gallery-moderation-example
- https://perchance.org/text-to-image-plugin
There may be bugs! Please let me know if you find one in the comments below. I haven't thoroughly tested it, so I'm relying on y'all :)
Edit: Also, a reminder that when I'm short on time (like lately) I'm most likely to fix things that people complain about often. Thanks to Allo and others for posting and complaining about this. Feel free to complain repeatedly and tag me often. It helps me prioritize.
πππ
Just a suggestion, can we have a hide button to only hide images for ourselves? i.e. to self moderate the images for ourselves?
We might not want to block the user generating them, but only hide some images that we don't want to see.
Also, possibly the RegEx formatting here can be applied to the RegEx for the
comments-plugin
, since we still can't use commas (,
) on the RegEx for the banned words.Thanks again for the amazing update!!! πππ
Thanks! Just fixed the perchance-syntax-in-regex problem, and I added the ability to specify a list of ban patterns for
comments-plugin
. Let me know if you notice any more issues, of course.RE a hide button for gallery - the downvote does hide it, but I'm guessing you want to hide without downvoting?
yeah, I assume that it would be only hidden unless it passes the certain threshold specified in the
hideIfScoreBelow
or was that changed, which is why a hide button is suggested.