• Making Facepunch better - Don't post about ratings
    5,003 replies, posted
Can we get a discogs button so I can show off my dank grailz
[QUOTE=Corndog Ninja;47747262]It's a neat logo but for "deviantart" it's dumb and it will never not look like a Z dollar sign. [t]http://i.imgur.com/G8XK95e.png[/t][/QUOTE] Oh, it's a lowercase d and an uppercase A with the far left and far right lines cut off. I never noticed that before. I thought it was just an abstract design.
[QUOTE=Tobin;47747415]YouTube custom urls have changed (to get a custom url you have to have like 500 subs, otherwise it's just a random string of letters and numbers) I tried putting the numbers and stuff in but it doesn't seem to be working.[/QUOTE] Add "channels/" before it if you don't have a custom username.
sorry if this has already been talked about but is how about bringing back media tags? the ones where you can essentially "spoiler" images and videos. You needed to click on the link to expand the box to see what was inside which helped with walls of videos and shit
[QUOTE=ashxu;47747580]sorry if this has already been talked about but is how about bringing back media tags? the ones where you can essentially "spoiler" images and videos. You needed to click on the link to expand the box to see what was inside which helped with walls of videos and shit[/QUOTE] Oh yeah, that shit was great. Not only that, but the image wouldn't load until you clicked the box to open it. It was great for threads with large gifs in it. Back in the day garry was like "nobody has 56k modems anymore fuck you" and got rid of them, and then suddenly data connections on phones were a big thing.
[QUOTE=Dr. Evilcop;47747603]Back in the day garry was like "nobody has 56k modems anymore fuck you" and got rid of them, and then suddenly data connections on phones were a big thing.[/QUOTE] Its nice to finally get a response that isn't "If you don't like it, go fuck yourself."
[QUOTE=Dr. Evilcop;47747603]Oh yeah, that shit was great. Not only that, but the image wouldn't load until you clicked the box to open it. It was great for threads with large gifs in it. Back in the day garry was like "nobody has 56k modems anymore fuck you" and got rid of them, and then suddenly data connections on phones were a big thing.[/QUOTE] They did load in the background iirc, they were just hidden until they were clicked. That can still be easily done though if it were to be reimplemented. Would help in threads with a billion high res images almost freezing the browser.
[QUOTE=dai;47747285]I don't get popups, but I do see the link location [t]http://i.imgur.com/ZOYRZTD.png[/t][/QUOTE] Thats a browser restricted thing though, some browsers don't include that (i.e. safari)
[QUOTE=Skipcast;47747657]They did load in the background iirc, they were just hidden until they were clicked. That can still be easily done though if it were to be reimplemented. Would help in threads with a billion high res images almost freezing the browser.[/QUOTE] I'm PRETTY sure part of the reason they existed was so the image didn't load until you clicked it. If not, the thing with Garry and 56k modems wouldn't make sense. But then again I could be remembering things totally wrong.
[QUOTE=Skipcast;47747657]They did load in the background iirc, they were just hidden until they were clicked. That can still be easily done though if it were to be reimplemented. Would help in threads with a billion high res images almost freezing the browser.[/QUOTE] iirc i mostly liked them because they didn't destroy my browser when people posted a ton of videos. You shouldn't need a high end rig just to browse Facepunch lol.
[QUOTE=Exploderguy;47747665]Thats a browser restricted thing though, some browsers don't include that (i.e. safari)[/QUOTE] hmm [quote=Stackoverflow]There are two ways: first, go to the 'View' menu, select 'show status bar', and a bottom-of-window bar will display a link when your cursor is positioned on one. Second, if you depress the left mouse button and hold it down, then drag just off the region of the link, a display will pop open at the cursor.[/quote] Can't believe they removed it really Check out [url]http://ultimatestatusbar.com/[/url] as well
[url]http://facepunch.com/showthread.php?t=879483[/url] The original tweet no longer exists, but apparently Garry said something along the lines of "It's 2010, bandwidth concerns should not be an issue" after removing media tags. That 56k modem comment I'm remembering was probably in there as well :v: Some users claimed it still loaded under the media tag anyways, but I dunno, I figure Garry would probably know better than them. That should be something they do if they come back, in any case. The shitstorms in WAYWO when someone posts a big gif are incredible.
[QUOTE=Pretiacruento;47741298]I just hotlink them straight off of their smilies section, hehe. [img]http://i.somethingawful.com/forumsystem/emoticons/emot-smugbert.gif[/img][/QUOTE]Didn't that used to redirect to Goatse for a while when hotlinked? [QUOTE=andrewmcwatters;47740509]Just revert FP by about 8 years and people would be thrilled.[/QUOTE]No, 10 years and reinstate the seizure theme.
We should bring back the smartness system :v: [sp]joke[/sp] [editline].[/editline] But only for the Rust subforum.
[QUOTE=Theuaredead;47737644]i feel as if some things should be removed from the links and IMs In IMs, MSN Messenger should be removed since its defunct In Links, Garrysmod.org should be updated to garrysmods.org MySpace, Last.FM, Flickr, and Xfire should be removed, i rarely see them used.[/QUOTE] pretty much everyone in the old music section listed last.fm. [editline]18th May 2015[/editline] [QUOTE=Dr. Evilcop;47747712][url]http://facepunch.com/showthread.php?t=879483[/url] The original tweet no longer exists, but apparently Garry said something along the lines of "It's 2010, bandwidth concerns should not be an issue" after removing media tags. That 56k modem comment I'm remembering was probably in there as well :v: Some users claimed it still loaded under the media tag anyways, but I dunno, I figure Garry would probably know better than them. That should be something they do if they come back, in any case. The shitstorms in WAYWO when someone posts a big gif are incredible.[/QUOTE] the nice thing about images in media tags was that you could use it as an NSFW tag, which was very useful in places like the dragon megathread
Can you increase maximum avatar file size please thanks
The alt and title attributes were never there on social buttons and browsers. But I could maybe add them. I am seeing a lot of criticism of new icons, if you have better ideas, I will include them. I just used favicon.ico's from the official websites and downscaled them to 16x16 where were necessary, but maybe getting some sort of unified style for social buttons is a better idea. The facepunch.com with www. prefix will break all AJAX scrips because JQuery's $.post() for some reason doesn't add the www. to the requested URL if you browse facepunch from [url]www.,[/url] which results in cross-domain JS exception.
[QUOTE=Robotboy655;47748220]The facepunch.com with www. prefix will break all AJAX scrips because JQuery's $.post() for some reason doesn't add the www. to the requested URL if you browse facepunch from [url]www.,[/url] which results in cross-domain JS exception.[/QUOTE] Probably because of this: [code]<base href="//facepunch.com" /><!--[if IE]></base><![endif]-->[/code] I don't know why that's needed but there does seem to be a JS variable generated for AJAX: [code]var AJAXBASEURL = "http://www.facepunch.com/";[/code] Could try prefixing that variable to the AJAX request URL.
[QUOTE=Robotboy655;47748220] I just used favicon.ico's from the official websites and downscaled them to 16x16 where were necessary,[/QUOTE] [img]https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico[/img][img]http://facepunch.com/fp/social/youtube.png[/img] [img]http://sae.tweek.us/media/emoticons/emot-colbert.gif[/img]
[QUOTE=Scratch.;47748379][img]https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico[/img][img]http://facepunch.com/fp/social/youtube.png[/img] [img]http://sae.tweek.us/media/emoticons/emot-colbert.gif[/img][/QUOTE] [img]http://i.imgur.com/vbbNTGn.png[/img]
[QUOTE=Robotboy655;47748391][img]http://i.imgur.com/vbbNTGn.png[/img][/QUOTE] [code]<link rel="shortcut icon" href="https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico" type="image/x-icon">[/code]
[QUOTE=Bo98;47748330]Probably because of this: [code]<base href="//facepunch.com" /><!--[if IE]></base><![endif]-->[/code] [/QUOTE] fuck me i just spent 45 minutes dicking around in the javascript debugger and got nowhere and the answer was in the html the whole time :suicide: [editline]18th May 2015[/editline] honestly you can probably just delete that line
[QUOTE=fruxodaily;47740873]Can flagdog be updated every 2 weeks or something? My flag is incorrect and has been saying I've lived in the US ever since flagdog got reactivated instead of it displaying that I live in Australia[/QUOTE] just wanna bump this
[QUOTE=acidcj;47748448]fuck me i just spent 45 minutes dicking around in the javascript debugger and got nowhere and the answer was in the html the whole time :suicide: [editline]18th May 2015[/editline] honestly you can probably just delete that line[/QUOTE] I'm [I]guessing[/I] it's done by VBulletin in the case that the forum is installed in a subdirectory.
[QUOTE=Mors Quaedam;47738007]Could we have bad reading / bad spelling ratings back please?[/QUOTE] Is this likely to happen? It has the most agrees in the thread from what I've seen so far.
I still really want hitbox to be added for those of us who prefer that over twitch [IMG]http://www.hitbox.tv/favicon.ico[/IMG]
[QUOTE=Robotboy655;47748220]The alt and title attributes were never there on social buttons and browsers. But I could maybe add them. I am seeing a lot of criticism of new icons, if you have better ideas, I will include them. I just used favicon.ico's from the official websites and downscaled them to 16x16 where were necessary, but maybe getting some sort of unified style for social buttons is a better idea. The facepunch.com with www. prefix will break all AJAX scrips because JQuery's $.post() for some reason doesn't add the www. to the requested URL if you browse facepunch from [url]www.,[/url] which results in cross-domain JS exception.[/QUOTE] www should just redirect to the proper address. It's bad to have both, and especially bad on a site with a login.
I want it to be known that I hate the current windows 10 icon and this one would be way better even though this guy says it's 8's [QUOTE=wickedplayer494;47737699]Windows 8's icon is just black. [IMG]http://facepunch.com/fp/browser/windows8.png[/IMG][/QUOTE]
[QUOTE=Limed00d;47748525]I still really want hitbox to be added for those of us who prefer that over twitch [IMG]http://www.hitbox.tv/favicon.ico[/IMG][/QUOTE] Just out of curiosity. Is there an actual advantage on using HITBOX to TWITCH?
So is Opera browser Opera icon now? [editline].[/editline] Yay, my hipster needs are satisfied now
Sorry, you need to Log In to post a reply to this thread.