pouet0.9
pouet0.9 copied to clipboard
ability to block images posted from a specific user customized by another user
Knoeki: I do find the pony posting a bit annoying. I don't force an unrelated subculture on you at every opportunity, so please, consider using a smiley or something. added on the 2013-05-08 12:55:30 by ruairi [rc55]
yes, the ponies are fucking annoying. added on the 2013-05-08 13:05:42 by dipswitch
Yep. A feature request for pouet whateverversion if it will ever happen: ability to block images in the BBS, or per user. added on the 2013-05-08 13:07:20 by Preacher
i think we already have some code that was doing something similar, perhaps not customizable by user from user.
There's an option in the custom account settings (account2.php), where you can opt to show each pic as a link.
Idea: have a hide/show switch or a thumbnail/original size switch. Less intrusive and works for people, who are not logged in (I often browse pouet this way).
having a black-list per user is a bit nasty from a database point-of-view, as it requires variable storage space. So while it would indeed be nice, it would be much easier to just live with the "sensitive people can opt in on each image rather than each user"-feature that @tomaes points out already exists.
The sub-optimal and super quick solution is to do this using CSS only and localstorage/cookies instead of the DB. Kinda like the AttentionWhore user script.
That's a good point, and should work well methinks. Linda like making AttentionWhore a built-in script.
It was my long lost hope that user scripts like the AttentionWhore and co get eventually build-into Pouet or part of a list of "plugins" the users can enable/disable.
I could revisit the AttentionWhore script to have two levels: hiding the user completely or only hiding images posted by a user.