• Making Facepunch better - Don't post about ratings
    5,003 replies, posted
[QUOTE=ForgottenKane;48182402]you know one of these days postal is going to ban someone using the navy seals copypasta[/QUOTE] He should do one with the Badage Boys.
[QUOTE=Forumaster;48182437]He should do one with the Badage Boys.[/QUOTE] Thats an honor none of us can handle
I don't know if this has been suggested before, but what about adding some way for moderators to highlight/mark important posts in a thread with the weird piss-yellow highlight that you see in your own posts, but on the entire post? Could be helpful with ban warnings. This is probably a stupid idea, though.
[QUOTE=Oblivion Knight;48182803]I don't know if this has been suggested before, but what about adding some way for moderators to highlight/mark important posts in a thread with the weird piss-yellow highlight that you see in your own posts, but on the entire post? Could be helpful with ban warnings. This is probably a stupid idea, though.[/QUOTE] A simpler way: add "read the OP or get banned / (insert rule here)" to the title and put the important stuff in the OP. That way we don't have to scrape through 35 pages to look for highlighted posts.
[QUOTE=Oblivion Knight;48182803]I don't know if this has been suggested before, but what about adding some way for moderators to highlight/mark important posts in a thread with the weird piss-yellow highlight that you see in your own posts, but on the entire post? Could be helpful with ban warnings. This is probably a stupid idea, though.[/QUOTE] Maybe something that stands out a bit more than the yellow. [editline]12th July 2015[/editline] [QUOTE=WitheredGryphon;48182830]A simpler way: add "read the OP or get banned / (insert rule here)" to the title and put the important stuff in the OP. That way we don't have to scrape through 35 pages to look for highlighted posts.[/QUOTE] I (and a few others) didn't even notice the thread title had changed until somebody mentioned it.
[QUOTE=Leestons;48182873]Maybe something that stands out a bit more than the yellow. [editline]12th July 2015[/editline] I (and a few others) didn't even notice the thread title had changed until somebody mentioned it.[/QUOTE] Something like this? [t]http://i.imgur.com/3er7RHI.png[/t]
[QUOTE=WitheredGryphon;48183024]Something like this? [t]http://i.imgur.com/3er7RHI.png[/t][/QUOTE] is that subbed thing in the top right already part of the forums? if so then goddamn
[QUOTE=NixNax123;48183035]is that subbed thing in the top right already part of the forums? if so then goddamn[/QUOTE] No that's part of the Tampermonkey script I'm working on. It can grab any notification, but right now it does subbed threads, temp bans, perma bans, ratings on your posts, deleted threads, DDT'd threads, and auto closed threads. It's almost done and I'll be doing a thread in General Discussion for when I release it But the thread announcement thing I just threw together real fast in Chrome's inspect tool :v: [editline]Edited: [/editline] [QUOTE=Winner;48183042]you're not even trying to make that stuff match the forum style are you[/QUOTE] It was a proof of concept? I didn't intend for that to be added to anything.
[QUOTE=WitheredGryphon;48183048]No that's part of the Tampermonkey script I'm working on. It can grab any notification, but right now it does subbed threads, temp bans, perma bans, ratings on your posts, deleted threads, DDT'd threads, and auto closed threads. It's almost done and I'll be doing a thread in General Discussion for when I release it But the thread announcement thing I just threw together real fast in Chrome's inspect tool :v: [editline]Edited: [/editline] It was a proof of concept? I didn't intend for that to be added to anything.[/QUOTE] you should make that toast notification background colour the same as the facepunch red colour (used in the logo) and remove the border-radius edit: he does have a point for the colour not fitting in with the site theme, you either use the blue colour used at the tops of titles or the facepunch standard red, then it'll fit in better!
[QUOTE=Silentfood;48183117]you should make that toast notification background colour the same as the facepunch red colour (used in the logo) and remove the border-radius edit: he does have a point for the colour not fitting in with the site theme, you either use the blue colour used at the tops of titles or the facepunch standard red, then it'll fit in better![/QUOTE] [t]http://i.imgur.com/Ve6087g.png[/t] If I were actually going to add it then that's what I would imagine it looking like. Also I'd have to download, modify, and rehost Toastr's .css file so I'll hold off on that for now since I'm working on functionality atm.
iirc vbulletin already has an info announcement box functionality which means the css is already there. im sure it wouldnt be difficult to reuse that in a thread specific announcement, rather than a forum wide one
Should of waited till now before buying gold 3 years ago Least my alt was golded by hezzy (and banned bc I posted in RC a day later)
What do you guys think, Agree for top (using FP's icons for notifications), Disagree for bottom (using the originals), or Optimistic for finding a custom set to use? [t]http://i.imgur.com/Qw4PNf9.png[/t] [t]http://i.imgur.com/GDKQr6H.png[/t]
Nothing on the site uses shadows, so you should tone that sucker down or remove it entirely. I understand it's purpose but it looks out of place on FP.
[QUOTE=wauterboi;48183516]Nothing on the site uses shadows, so you should tone that sucker down or remove it entirely. I understand it's purpose but it looks out of place on FP.[/QUOTE] [img]http://i.imgur.com/ww4r5jm.png[/img] How's this look? I tried removing the shadow all the way but then the notification blended into the website a bit too much
[QUOTE=DarthTealc;48183584]Why not use browser-native notifications?[/QUOTE] Because not everyone uses the same browser which means I have to go find how to incorporate every browser. Toastr is cross-browser by design so I can use it in both TamperMonkey and GreaseMonkey
[QUOTE=DarthTealc;48183584]Why not use browser-native notifications?[/QUOTE] I don't think browsers other than Chrome have implemented them. I could, however, be full of shit.
[QUOTE=lavacano;48183614]I don't think browsers other than Chrome have implemented them. I could, however, be full of shit.[/QUOTE] Firefox has native notification support but it's handled differently from Chrome's. Opera does as well [editline]Edited: [/editline] [QUOTE=Winner;48183617]yes honestly i don't know why you're reinventing the wheel here, html5 notifications look fine and can be shown on the desktop the apis are all very simple[/QUOTE] I haven't reinvented anything. This was written already: [url]http://codeseven.github.io/toastr/[/url] It's literally a JS library I'm using that has crossbrowser support so I don't have to find out each browser's own native notification support and write that in. "It's simple, therefore if you are using ANYTHING other than it you are reinventing the wheel and wasting time"
Safari has notifications too
[QUOTE=WitheredGryphon;48183616]Firefox has native notification support but it's handled differently from Chrome's. Opera does as well[/QUOTE] How so? Chrome, Firefox, Safari and Opera all support the HTML5 web notifications API. [url]http://www.w3.org/TR/notifications/[/url]
[QUOTE=MisterMooth;48183698]How so? Chrome, Firefox, Safari and Opera all support the HTML5 web notifications API. [url]http://www.w3.org/TR/notifications/[/url][/QUOTE] I prefer [url=https://developer.mozilla.org/en-US/docs/Web/API/notification]MDN[/url] since it gives examples
[QUOTE=Winner;48183700]regardless, you are wasting your time by not using browser notifications, since you won't be able to display them outside of the facepunch tab[/QUOTE] I actually think that both could work. Facebook doesn't display HTML notifications so I switch to it a lot, and if this thing is going to operate similarly with playing a sound, it could work. Plus I don't want Facepunch spamming the bottom right of my primary monitor all the time.
Why does facepunch think i live in "Martinique" ... wow [T]http://puu.sh/iWeu5/479ecbf19a.png[/T] Edit : I live in france
So what is new? I haven't been paying attention and the OP isn't updated.
I woke up this morning and realized i'm a gold member. how and why
[QUOTE=Xephio;48184437]I woke up this morning and realized i'm a gold member. how and why[/QUOTE] Robotboy announced that you now can get gold for having over 2000 posts and had joined over 5 years ago: [QUOTE=Robotboy655;48178880]Alright, everyone who is 5 years on the forum and has 2000 posts or more is now automatically promoted to gold member. ( It's checked once a day or once an hour I think )[/QUOTE]
I'm still waiting on Platinum Member.
[QUOTE=QUILTBAG;48184511]I'm still waiting on Platinum Member.[/QUOTE] 10 years 4000 posts make it happen
8 YEARS TO GO
[QUOTE=Robotboy655;48178880]Alright, everyone who is 5 years on the forum and has 2000 posts or more is now automatically promoted to gold member. ( It's checked once a day or once an hour I think )[/QUOTE] Is the change permanent or for a set amount of time?
Sorry, you need to Log In to post a reply to this thread.