In response to blip #133124

unkown1832_11a0 said:
even as a user i can't see the uploader anymore
what the fuck

It's been quite a while since uploaders got hidden, and I find it funny that you've noticed this now when verified uploaders get displayed

Anyways try adding this to your custom css

/*Uploader show*/
#image-container::after {
  white-space: pre;
  content: "\aUploaded by: " attr(data-uploader);
}

Responses