Danbooru

[REJECTED] Splatoon series tag

Posted under Tags

create implication splatoon_1 -> splatoon_(series)
create implication splatoon_2 -> splatoon_(series)
create implication splatoon_(manga) -> splatoon_(series)
remove implication splatoon_1 -> splatoon
remove implication splatoon_2 -> splatoon
remove implication splatoon_(manga) -> splatoon

Link to request

EDIT: This bulk update request has been rejected because it was not approved within 60 days.

EDIT: The bulk update request #1794 (forum #150196) has been rejected by @DanbooruBot.

Updated by DanbooruBot

mass update splatoon -> splatoon_(series)
create implication splatoon_1 -> splatoon_(series)
create implication splatoon_2 -> splatoon_(series)
create implication splatoon_(manga) -> splatoon_(series)
remove implication splatoon_1 -> splatoon
remove implication splatoon_2 -> splatoon
remove implication splatoon_(manga) -> splatoon

Link to request

EDIT: The bulk update request #1856 (forum #152262) has been approved by @Hillside_Moose.

Updated by DanbooruBot

nonamethanks said:

It's because builders can only change the category of tags containing up to 1000 posts.

Unless I'm missing something, I don't seem to be able to do it as a mod either. The "edit" button doesn't appear for the tag, nor does prefixing "copy:" change anything on edit. Is this restricted to admin only?

Shinjidude said:

Unless I'm missing something, I don't seem to be able to do it as a mod either. The "edit" button doesn't appear for the tag, nor does prefixing "copy:" change anything on edit. Is this restricted to admin only?

Not sure if it was you but the tag is in the copyright category now so yeeey?

Maybe one of the Admins changed it...? o_O

  def editable_by?(user)
    return true if user.is_admin?
    return true if !is_locked? && user.is_builder? && post_count < 1_000
    return true if !is_locked? && user.is_member? && post_count < 50
    return false
  end

As seen by the above code, only Admins have unlimited editing privileges for tags. The only other way to do it is through a BUR, which was kind of the point as it allows users to vote on that BUR so that the Admins can have a good foundation which to base their decision on.

1