Making Facepunch better - Don't post about ratings
5,003 replies, posted
smartness would be nice (spell checking with score) but then non-English threads would get raped I think.
yeah just add smartness back, that surely wouldn't create absolute chaos.
[QUOTE=~Kiwi~v2;47859221]Robot.
Add more reasons to report.[/QUOTE]
If they're being a dick, use flaming/trolling, if they're spamming or advertising some shit or posting something stupid, use spam, and if they're posting warez/leaks, use warez. If you really can't decide then just do spam. What extra reasons do you even want, though?
[QUOTE=postal;47860228]If they're being a dick, use flaming/trolling, if they're spamming or advertising some shit or posting something stupid, use spam, and if they're posting warez/leaks, use warez. If you really can't decide then just do spam. What extra reasons do you even want, though?[/QUOTE]
"other"
[QUOTE=postal;47860228]What extra reasons do you even want, though?[/QUOTE]
It's a debate over what is wanted than needed
reasons aren't needed, users just want them
I'm certain mods can tell what posts are rulebreaking or not by reading them
Why not just have "report" because I'm sure mods are smart enough why somebody reported a post
iirc the reason doesn't show up in modqueue
[QUOTE=LordCrypto;47860672]iirc the reason doesn't show up in modqueue[/QUOTE]
would be silly if it didn't lol. otherwise why even bother putting the reasons to begin with
[QUOTE=postal;47860764]would be silly if it didn't lol. otherwise why even bother putting the reasons to begin with[/QUOTE]
FP, especially certain subboards, have a ton of rules that aren't "spamming, warez, flaming".
just have a text input or remove the reasons altogether
[QUOTE=Monkah;47860778]FP, especially certain subboards, have a ton of rules that aren't "spamming, warez, flaming".
just have a text input or remove the reasons altogether[/QUOTE]
Spam, not spamming. You can call anything shitty 'spam'. Just use that and we'll investigate and figure out whatever subforum rule they broke.
I did love the days of text input reports tho, especially all the reports out of the gmod section for using a bad word. But if you REALLY want to be more descriptive though in the event you think the reasons really don't cut it, then just PM swebonny 5 times with whatever the issue is and he'll deal with it (send it another 5 times if he doesn't do it within 15 minutes, repeat as necessary)
can i just speed up the process and say "swebonny" five times in front of a mirror instead
[B]WHAT[/B]
I found a fix for [URL="http://facepunch.com/showthread.php?t=1424015&p=47862864&viewfull=1#post47862864"]huge code tags breaking the page if they're placed in quotes[/URL], but it makes all the quotes fullwidth so I don't know if it's ideal:
[img]http://i.imgur.com/DRsci1L.png[/img]
To achieve this, change
[code]
.quote {
/*-moz-border-radius:2px;
border-radius:2px;*/ /*NO ROUNDED CORNERS*/
border:1px solid #888;
display:table;
margin:10px;
}
[/code]
to
[code]
.quote {
/*-moz-border-radius:2px;
border-radius:2px;*/ /*NO ROUNDED CORNERS*/
border:1px solid #888;
display:block; /*no more page stretching quotes*/
margin:10px;
}
[/code]
Something I've noticed recently, for the past few days when I'm on Internet Explorer (yeah, I know) I can't seem to rate any posts or view any ratings. It was working fine until a couple of days ago, was something updated recently that could affect that?
[QUOTE=postal;47861262]Spam, not spamming. You can call anything shitty 'spam'. Just use that and we'll investigate and figure out whatever subforum rule they broke.
I did love the days of text input reports tho, especially all the reports out of the gmod section for using a bad word. But if you REALLY want to be more descriptive though in the event you think the reasons really don't cut it, then just PM swebonny 5 times with whatever the issue is and he'll deal with it (send it another 5 times if he doesn't do it within 15 minutes, repeat as necessary)[/QUOTE]
can we kickstart a swebonny alarm
where we just push a button and it triggers a loud alarm with lights in swebonny's posting station alerting him to a bad post
So profile comments don't play gif
but it plays apng?
[vid]https://a.pomf.se/bjaebc.webm[/vid]
winner's avatar is animated
Did some digging
the '&type=thumb" on a image.php gives a static, I guess these are used for smaller images
but we are setting a max width anyway, so removing the thumb attribute gives a modified size version of the full version, as CSS enforces the width, and therefore the hight
I really like that it says I'm on Firefox on Android is better than just saying I'm on Android
I love this browser.
[img]http://i.imgur.com/WwRXJ97.png[/img]
[url]http://facepunch.com/showthread.php?t=1462117&p=47867294&viewfull=1#post47867294[/url]
This occasionally happen and i am not sure why, i made that post from the same browser as this one.
[QUOTE=Mors Quaedam;47863113]I found a fix for [URL="http://facepunch.com/showthread.php?t=1424015&p=47862864&viewfull=1#post47862864"]huge code tags breaking the page if they're placed in quotes[/URL], but it makes all the quotes fullwidth so I don't know if it's ideal:
[img]http://i.imgur.com/DRsci1L.png[/img]
To achieve this, change
[code]
.quote {
/*-moz-border-radius:2px;
border-radius:2px;*/ /*NO ROUNDED CORNERS*/
border:1px solid #888;
display:table;
margin:10px;
}
[/code]
to
[code]
.quote {
/*-moz-border-radius:2px;
border-radius:2px;*/ /*NO ROUNDED CORNERS*/
border:1px solid #888;
display:block; /*no more page stretching quotes*/
margin:10px;
}
[/code][/QUOTE]
As I already said, that will stretch out the quotes to the width of the page.
Not really a big problem but I was wondering why the hell this happens:
-imagesnip-
Spamming that emote makes it display fine. But not when just writing it once.
[QUOTE=Robotboy655;47868762]As I already said, that will stretch out the quotes to the width of the page.[/QUOTE]
I must've missed that post, although I did say it myself in my post that it does that and may not be the most ideal fix.
Is anyone ignoring the fact that swebonny just posted 2 other members IP's and his own?
better report him
[QUOTE=paul simon;47869820]better report him[/QUOTE]
Better DDOS him
This sounds fussy and it probably is.... but don't suppose we can change the "Artistic" rating to "Creative". Just feels more universal for all mediums
[QUOTE=BigBadWilly;47869731]Is anyone ignoring the fact that swebonny just posted 2 other members IP's and his own?[/QUOTE]
Shiet I'm blind. Thanks robotguy.
Fix for ratings on IE is coming. Fuck IE. Seriously.
I wouldn't even bother fixing for IE7/8
[QUOTE=fruxodaily;47870232]I wouldn't even bother fixing for IE7/8[/QUOTE]
It was fucked for modern versions, including windows phone
[QUOTE=Robotboy655;47870211]Fix for ratings on IE is coming. Fuck IE. Seriously.[/QUOTE]
looking forward to figuring out project spartan soon?
Sorry, you need to Log In to post a reply to this thread.