Summary: | Warning about too few tags |
Description: | The simplest way to do this would be to insert some javascript onto the post page that checks if there's at least 5 tags when a user uploads an image, and pops up a warning dialog box if there isn't.
Even if it doesn't stop the users from uploading the image, the fact that it makes a window pop up might be enough to stop some users from uploading images with few tags. And if it does actually stop the user, all the better, though that's not necessary and might cause some problems. |
Additional Info: | Despite all the warnings on the upload page and that we throw around at users when we catch them uploading too few tags, users still end up doing it, whether they're new users or older ones that just got lazy. This is a simple solution to that, and it can probably be adapted from existing code. |