[QUOTE=bepassley;25432022]sucks to be you lmao[/QUOTE]
No it doesn't.
[QUOTE=W00tbeer1;25449016]I've noticed this too. Pisses me off when every post is rated tool.[/QUOTE]
Just ignore it. When people spam too much and mods notice, they get banned. Plus complaining about it will only make people spam you tools anyway.
[QUOTE=Captain Proton;25433481][img_thumb]http://www.aljaud.com/pics/public/photo.PNG[/img_thumb][/QUOTE]
I'm getting the same thing, fucking safari.
safari on osx doesn't do that (how weird..)
Remember when you could see how many ratings you got in your profile? I like that.
[editline]16th October 2010[/editline]
[QUOTE=Erp;25449560]safari on osx doesn't do that (how weird..)[/QUOTE]
It doesn't on Windows either, but it does on the iPad version.
[QUOTE=Ardosos;25449339]Just updated it. Not much change, it lags a little less now. Man, I miss six. Now those were the days.[/QUOTE]
IE 6 is so shit.
Ie 6 was the shit when it came out thought!
[QUOTE=Ardosos;25448191]Browser: Internet Explorer 7 (man, I miss 6)
OS: Windows XP service pack 3
Problem: I can't see the ratings on posts anymore. [img_thumb]http://www.majhost.com/gallery/Butkicker/Stuff/facepunchprobs.png[/img_thumb]
Also, the whole thing lags when I try to scroll. (The old format never did.)[/QUOTE]
[url]http://www.microsoft.com/downloads/en/details.aspx?FamilyID=341c2ad5-8c3d-4347-8c03-08cdecd8852b[/url]
Video tags are broken
[video=youtube;LAsJNh9gJSs]http://www.youtube.com/watch?v=LAsJNh9gJSs&feature=related[/video]
[QUOTE=BobbyHill;25450153]Video tags are broken
[video=youtube;LAsJNh9gJSs]http://www.youtube.com/watch?v=LAsJNh9gJSs&feature=related[/video][/QUOTE]
media tags
mr compwhizii you should add a way to undo a rating in case you accidentally rate someone
[QUOTE=ketchup;25450203]mr compwhizii you should add a way to undo a rating in case you accidentally rate someone[/QUOTE]
why
[QUOTE=ketchup;25450203]mr compwhizii you should add a way to undo a rating in case you accidentally rate someone[/QUOTE]
Rate them something else?
[QUOTE=Captain Proton;25450310]why[/QUOTE]
because i rate people stuff and then i feel bad
um wow comp ur a really bad coder why doesnt fp work anymore???
ps heres my specs: win 98
420 mhz processor
128 MB ram
Im using IE4
y did u break it -_-
[img]http://www.aljaud.com/pics/public/fp98.png[/img]
[QUOTE=Captain Proton;25450522]um wow comp ur a really bad coder why doesnt fp work anymore???
ps heres my specs: win 98
420 mhz processor
128 MB ram
Im using IE4
y did u break it -_-
[img_thumb]http://www.aljaud.com/pics/public/fp98.png[/img_thumb][/QUOTE]
Holy mother of god, Win 98.
[QUOTE=ketchup;25450203]mr compwhizii you should add a way to undo a rating in case you accidentally rate someone[/QUOTE]
Yeah, I suggested a little "clear rating" button that appears after you rate a post.
[QUOTE=Captain Proton;25450522]um wow comp ur a really bad coder why doesnt fp work anymore???
ps heres my specs: win 98
420 mhz processor
128 MB ram
Im using IE4
y did u break it -_-
[img_thumb]http://www.aljaud.com/pics/public/fp98.png[/img_thumb][/QUOTE]
yur such a hacker im on win95 an it looks great man how did you even get 98 thats not even out man omg
You should probably upgrade your computer...
also
[QUOTE=Erp;25440720]compwhizii should make this like sa, you have to purchase an upgrade to search[/QUOTE]
With Facepunch currently running at a loss, I wouldn't mind donating if I got some of the old gold features...
Or just having search as the other guy suggested
that's not donating
[QUOTE=Espio;25450614]yur such a hacker im on win95 an it looks great man how did you even get 98 thats not even out man omg
You should probably upgrade your computer...
also
With Facepunch currently running at a loss, I wouldn't mind donating if I got some of the old gold features...[/QUOTE]
why?????
google works fine noob -_-
[img]http://aljaud.com/pics/public/google%20works.bmp[/img]
[editline]16th October 2010[/editline]
ps i didnt screenshot FP cuz fp made my comp lag so bad i couldnt screenshot!
and ctrl alt del works so much better than win 7 ctrl alt delete and end task WORKS
you have that carmen game ? damnnnnn. i have that + 3d movie maker
[editline]17th October 2010[/editline]
oh and are you 10?
ye i play carmen and myst a lot, and diablo works prety well too, same with starcraft, but diablo 2 is like 1 fps :( i cant run cs:s to pwn noobs :(
[QUOTE=BobbyHill;25450782]you have that carmen game ? damnnnnn. i have that + 3d movie maker
[editline]17th October 2010[/editline]
oh and are you 10?[/QUOTE]
It's probably Virtualbox or something, I hope.
[QUOTE=Captain Proton;25450840]ye i play carmen and myst a lot, and diablo works prety well too, same with starcraft, but diablo 2 is like 1 fps :( i cant run cs:s to pwn noobs :([/QUOTE]
Spell better please. Stop acting like a little brat.
[editline]17th October 2010[/editline]
[QUOTE=Espio;25450846]It's probably Virtualbox or something, I hope.[/QUOTE]
hahahahah No. I have a vb on windows 98. It looks NOTHING like that
I'm pretty sure he's joking.
...Right? :ohdear:
Probably been mentioned but the subscriptions page needs the new posts links back. Without them the page is completely worthless.
I made a greasemonkey script to add them again, but it would be nice to see how many new posts have been made.
[code]
// ==UserScript==
// @name FP Subscriptions New Posts
// @namespace xer0.info
// @description Adds the "go to new post" button back to the subscription page.
// @include *.facepunch.com/subscription.php
// ==/UserScript==
var table = document.getElementById( "threads" );
if( typeof( table ) != null )
{
var tbody = table.getElementsByTagName( "tbody" );
if( typeof( tbody ) != null && tbody.length > 0 )
{
var threads = tbody[0].getElementsByClassName( "new" );
for( i = 0; i < threads.length; i++ )
{
var title = threads[ i ].getElementsByClassName( "threadtitle" );
if( typeof( title ) != null && title.length > 0 )
{
var href = threads[ i ].getElementsByClassName( "threadtitle_unread" );
if( typeof( href ) != null && href.length > 0 )
title[0].innerHTML +=
"<div class='newposts'>" +
"<a href='" + href[ 0 ].href + "&goto=newpost'><img src='fp/newpost.gif'> New posts</a>" +
"</div>";
}
}
}
}
[/code]
Also the post preview page is terrible. What a waste of screen space.
[img_thumb]http://dl.dropbox.com/u/100275/wasteofspace.png[/img_thumb]
I hope. I really hope its either doug or a very bad troll
[QUOTE=Captain Proton;25450683]why?????
google works fine noob -_-
[img_thumb]http://aljaud.com/pics/public/google%20works.bmp[/img_thumb]
[editline]16th October 2010[/editline]
ps i didnt screenshot FP cuz fp made my comp lag so bad i couldnt screenshot!
and ctrl alt del works so much better than win 7 ctrl alt delete and end task WORKS[/QUOTE]
Use Opera instead :rolleyes:
[img_thumb]http://img232.imageshack.us/img232/2792/ss20101017014833.png[/img_thumb]
Whoops...
The other guy is right, it all goes back to normal if you highlight it.
Sorry, you need to Log In to post a reply to this thread.