Re: List all Tags?
> Currently the only way to see who posted what tag is to do an SQL query
That’s not true. You can see who posted a specific tag by looking at the source of the page where a tag is displayed. In the source, you will see something like this:
<li id="tag-1785_278"
The 1785 is the tag_id and the 278 is the user_id. If you want to moderate a user who is posting inappropriate tags, you have your id right there.
I learned this recently on these forums, but I can’t find the post that explained it originally.