Donmai

question for admins/mods is there a way to mass ban an artist tag?

Posted under Tags

banned artist only bans the post only if the tag is present on post creation, or on the artist initial ban itself.

You can do a BUR like mass update artist_name -> status:banned I guess.
Or, if you have the access to the rails shell, do BulkUpdateRequestProcessor.mass_update(artist_name, "status:banned", user: banner) there.
Or just script it through the API in the end.

hdk5 said:

banned artist only bans the post only if the tag is present on post creation, or on the artist initial ban itself.

You can do a BUR like mass update artist_name -> status:banned I guess.
Or, if you have the access to the rails shell, do BulkUpdateRequestProcessor.mass_update(artist_name, "status:banned", user: banner) there.
Or just script it through the API in the end.

yeah those dont work. thank you for the advise though! i'll probably have to a script. i was hoping these was some alt method that i wasnt aware of.

1