• Ask us EVEN more about the forums: READ THE OP before EACH post or get BANNED.
    1,151 replies, posted
[QUOTE=Cowabanga;39504910]I'm aware of that, but I'm not sure about the main FP source code as FP was upgraded to vb4 so maybe the modified source code is gone. [editline]7th February 2013[/editline] I mean I'm fully aware it's running on some hooks but I'm not sure about the main vBulletin code.[/QUOTE] I think Compwhiizi transferred a lot of that code to the fplabs so it'd be made available as soon as FP updated
nothing shows up in the sent items folder for PMs, is this normal even though i have sent PMs?
[QUOTE=macotaco;39508974]nothing shows up in the sent items folder for PMs, is this normal even though i have sent PMs?[/QUOTE] Go to user control panel, general settings [img]http://s.horsedrowner.net/NANO/Capture/201302072247579141-684x67.png[/img]
[QUOTE=macotaco;39508974]nothing shows up in the sent items folder for PMs, is this normal even though i have sent PMs?[/QUOTE] There should be a checkbox or something at the bottom of each message to keep it.
[QUOTE=Krinkels;39509112]There should be a checkbox or something at the bottom of each message to keep it.[/QUOTE] Such things already exist: [thumb]http://i.imgur.com/jqXXkTP.png[/thumb]
automatic keep save a copy may be a gold only feature it was last time i checked
Can you post suggestions here or only questions?
[QUOTE=Iago;39509924]Can you post suggestions here or only questions?[/QUOTE] yes
so when're you guys gonna fix GD
garry does nothing to facepunch anymore he needs to hire another compwhizii
[QUOTE=TehWhale;39511331]garry does nothing to facepunch anymore he needs to hire another compwhizii[/QUOTE] Except competent
[QUOTE=TehWhale;39511331]garry does nothing to facepunch anymore he needs to hire another compwhizii[/QUOTE] Or hire someone who'll actually do their job.
bring back compwhizzi 2013
Who is Compwizzi? is that like the hezzy thing?
[QUOTE=Iago;39512046]Who is Compwizzi? is that like the hezzy thing?[/QUOTE] site admin for like months iirc then he got banned
also a furry also has an alt lying around here somewhere
[QUOTE=LordCrypto;39512329]also a furry also has an alt lying around here somewhere[/QUOTE] it's hardly a secret, his title even says it
Is there a decent app for FP yet?
I use Overv's patched app, works like a charm.
[QUOTE=Cowabanga;39516571]I use Overv's patched app, works like a charm.[/QUOTE] link or something?
[QUOTE=0FucksGiven;39517421]link or something?[/QUOTE] [url]http://api.facepun.ch/overv/Facepunch.apk[/url]
Nothing for iOS?
I don't think anyone made an app for the iPhone. I could be mistaken, though, as I remember there were a couple of apps back then (two for android and one for Win Phone), so I could easily have missed it.
[QUOTE=NuclearAnnhilation;39511215]so when're you guys gonna fix GD[/QUOTE] You can always use [url=http://facepunch.com/forumdisplay.php?f=6&sort=lastpost&order=desc]this link[/url] to directly access the "fixed" GD. Someone could make a Greasemonkey script that makes you access to this URL instead of the usual [url]http://facepunch.com/forumdisplay.php?f=6[/url] when clicking General Discussion, I guess. Or garry could add that URL in the GD description, probably, but it's not really that important.
Whats the rule with fundraising threads? I know in the past they've been discouraged due to scams, but this one handles all the transactions through the official site. (and its not some shady thing either, its a legit one: Polar Plunge)
[QUOTE=Ganerumo;39520110]You can always use [url=http://facepunch.com/forumdisplay.php?f=6&sort=lastpost&order=desc]this link[/url] to directly access the "fixed" GD. Someone could make a Greasemonkey script that makes you access to this URL instead of the usual [url]http://facepunch.com/forumdisplay.php?f=6[/url] when clicking General Discussion, I guess. Or garry could add that URL in the GD description, probably, but it's not really that important.[/QUOTE] Putting it that way, this would be faster. [code]// ==UserScript== // @name GD fixer // @author Kiwi // @include http://www.facepunch.com/* // @include http://facepunch.com/* // ==/UserScript== var aa = document.getElementsByTagName("a"); var gdlnk = ["http://www.facepunch.com/forumdisplay.php?f=6", "http://www.facepunch.com/forums/6", "http://facepunch.com/forumdisplay.php?f=6", "http://facepunch.com/forums/6"]; for (var i = 0; i <= aa.length; i++) { for (j = 0; j <= gdlnk.length; j++) { if (aa[i].href == gdlnk[j]) { aa[i].href = "http://www.facepunch.com/forumdisplay.php?f=6&sort=lastpost&order=desc"; break; } } }[/code]
Why were release tags removed?
[QUOTE=Blazyd;39521995]Why were release tags removed?[/QUOTE] I think they were overused for things that weren't relevant
[QUOTE=Drakehawke;39519418]Nothing for iOS?[/QUOTE] you can use [url]http://eewai.com/facepunch[/url] press guest twice or you can login
First: what were release tags? Second: Why does the News Node need so many stickies?
Sorry, you need to Log In to post a reply to this thread.