Thank you nexus team for your continued hard work! After reading through the news release, I would suggest a modification to the non author tagging process, currently, from the description on the home page, the function would work as follows: Three members must propose the tag - whereupon it is 'confirmed' Instead I would suggest an alteration similar to: 1. The mod uploader has a chance to set all available tags to 'agree' or 'disagree' (obviously only one can be true at one time, however it may be optional to assign ANY value to a tag - depending on how well that tag suits the content) 2. Any other member who has downloaded the file (more than two hours ago as is currently the case for endorsement) can then submit their own opinion on whether or not any specific tag applies (agree or disagree). 3. Whether or not the tag is 'confirmed' or would show as active would therefore depend on the cumulative value of that mod's specific tag's scoring by members. If the number of 'agrees' exceeds the number of 'disagrees' then it is automatically active. EDIT: I should clarify - in the following section I mean ratio as opposed to a simple increment It would also be possible to expand such a system's functionality in the future by use of a sorting algorithm based on the ratio of agrees to disagrees. In this way you could represent how well a mod suits that particular tag based on the user's opinions (for example it could assist in identifying which mods have a more consistently 'lore friendly' rating, such as those which are very lore friendly perhaps receiving several agrees for every disagree while others are only 'sort of' lore friendly receiving only slightly more agrees than disagrees (currently three more) - which would be shown by the ratio of agrees to disagrees. This overcomes the issue of a mod's tag being rather controversial, for example having 300 people agree it deserves the tag and 297 who disagree would currently mean the tag is active - with no differentiation from 580 people agreeing and 20 disagreeing... I would also suggest that tags be separated in terms of the mod core functionality as opposed to optional functionality - for example mods that have a core which is safe for work, but have optional components that are not safe for work. The impact: well it would have to be coded which would likely involve assigning two variables to each tag instead of one (an agree count and a disagree count - rather than the cumulative result) as well as a GUI tweak to incorporate the additional button that would be required (a thumbs up and a thumbs down perhaps?) (struck through because the up down arrows are there and I poorly explained it) as well as for each member's tagging history (whether they have agreed/disagreed with any tags for any mods), this would increase the space requirements for mod data as well as member data. It would also increase the processing time in order to display results of tag queries (because the comparison of agree and disagree counts) would need to be calculated - particularly if the ratio approach is being used - but I would suggest that such a thing could easily be incorporated into member preferences or into the advanced search.