cranberry Posted February 12, 2011 Posted February 12, 2011 Thanks for adding the new spam report feature on the results page! Hopefully the number of asinine and frustrating posts will go down now closetgeek, drumms9980 and DCHopeful 3
Moxie42 Posted February 12, 2011 Posted February 12, 2011 Except that every single one is now listed as spam
eklavya Posted February 13, 2011 Posted February 13, 2011 Except that every single one is now listed as spam no... the 'report spam' means if you wish, you can report them as spams. they aren't actual spams.
Moxie42 Posted February 13, 2011 Posted February 13, 2011 no... the 'report spam' means if you wish, you can report them as spams. they aren't actual spams. Ah, earlier they just said "spam" and were unclickable. But all is well now.
bgk Posted February 13, 2011 Posted February 13, 2011 Ah, earlier they just said "spam" and were unclickable. But all is well now. You should only see "report spam" when your mouse is over that row. Does it look different on your browser?
bgk Posted February 13, 2011 Posted February 13, 2011 Thanks for adding the new spam report feature on the results page! Hopefully the number of asinine and frustrating posts will go down now Welcome. :-)
Moxie42 Posted February 13, 2011 Posted February 13, 2011 You should only see "report spam" when your mouse is over that row. Does it look different on your browser? No, they're clickable now, but when I first looked they weren't.
2011fall Posted February 14, 2011 Posted February 14, 2011 Thanks for adding the new spam report feature on the results page! Hopefully the number of asinine and frustrating posts will go down now Agreed! thanks for posting this! i do appreciate what the administrator did on this
Ignatius_J_Reilly Posted February 14, 2011 Posted February 14, 2011 Seems like this is working really well so far. Well done!
UFGator Posted February 14, 2011 Posted February 14, 2011 Now it works. Awesome! Some of the spam was funny though. The Harry Potter spam made me chuckle.
anōnumos Posted February 15, 2011 Posted February 15, 2011 You should only see "report spam" when your mouse is over that row. Does it look different on your browser? The current implementation of the spam report button is not cross-browser; at least, it does not work in IE because you're using getElementsByClassName method which is not supported by IE. You may want to provide your own implementation of getElementsByClassName or take an off-the-shelf one, e.g. http://robertnyman.c...name-anno-2008/ - this example is rather bloated (due to being designed to work with sequences of class names which may contain wildcard characters), but it seems to be quite cross-browser at first glance. -- Victor
bgk Posted February 16, 2011 Posted February 16, 2011 The current implementation of the spam report button is not cross-browser; at least, it does not work in IE because you're using getElementsByClassName method which is not supported by IE. You may want to provide your own implementation of getElementsByClassName or take an off-the-shelf one, e.g. http://robertnyman.c...name-anno-2008/ - this example is rather bloated (due to being designed to work with sequences of class names which may contain wildcard characters), but it seems to be quite cross-browser at first glance. -- Victor Thanks Victor. I'll take a look at this when I get some time and find a Windows machine to test things on.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now