Forum Discussion v5 - Imagine if you used Ignore List.
2,927 replies, posted
[QUOTE=Griffster26;53030077]suggestion to replace flagdog: allow users to pick a little flag icon from a menu in settings that will show up on your profile like the social media links[/QUOTE]
It'll be just like steam where all weebs set their location to Japan.
It becomes pointless.
[QUOTE=Paul-Simon;53030200]It'll be just like steam where all weebs set their location to Japan.
It becomes pointless.[/QUOTE]
Weebs will always find a way to be obnoxious as fuck regardless so this is generally not a good reason to not implement things.
Newpunch already has countries though.
[QUOTE=Griffster26;53030077]suggestion to replace flagdog: allow users to pick a little flag icon from a menu in settings that will show up on your profile like the social media links[/QUOTE]
The new forums currently show where the post was made from
[QUOTE=Paul-Simon;53030200]It'll be just like steam where all weebs set their location to Japan.
It becomes pointless.[/QUOTE]
didn't stop me from using a japanese vpn just for the gag
[QUOTE=Revenge282;53029833]If you have a post that was migrated to newpunch and it was in your fp_read.php prior to migration, it will stay in fp_read.php and be unable to be marked read.
:sad:[/QUOTE]
It'll drop off the page after a while of you not reading it, just wait
[QUOTE=helifreak;53027517]RIP usability.[/QUOTE]
with the thread/section notifications it's pretty usable.
Only major issue I have right now are the ratings. Seem to be mostly negative which isn't very useful.
Would appreciate something like helpful
We definitely are going to add more positive ratings and remove some of the others. Just a case of getting a decent icon for them :)
The new setup all seems pretty swishy. Well done garry.
[QUOTE=garry;53030915]We definitely are going to add more positive ratings and remove some of the others. Just a case of getting a decent icon for them :)[/QUOTE]
will the current cast of ratings ever make a return? i really like them
[QUOTE=Reagy;53029698]It just keeps getting worse.[/QUOTE]
Needs a subway footlong before it's awful.
I had assumed migrating an account would fix my username on newpunch.
Because of the character limit being smaller on newpunch, I had to write it out as EmperorScorpious and had assumed it would go to Emperor Scorpious II when I migrated, but it hasn't.
Whelp.
[QUOTE=Emperor Scorpious II;53031507]I had assumed migrating an account would fix my username on newpunch.
Because of the character limit being smaller on newpunch, I had to write it out as EmperorScorpious and had assumed it would go to Emperor Scorpious II when I migrated, but it hasn't.
Whelp.[/QUOTE]
now you're only half the man you used to be
If I ever make a webisite or a forum like FP, I think Ill just rip off the current set of ratings completely. They are so perfect I just dont think they deserve to get wasted.
[QUOTE=WhyNott;53031532]If I ever make a webisite or a forum like FP, I think Ill just rip off the current set of ratings completely. They are so perfect I just dont think they deserve to get wasted.[/QUOTE]
They're all just taken from some popular icon pack so garry already beat you to the punch there :v:
[editline]6th January 2018[/editline]
The facepunch, if you will
[QUOTE=NightmareX91;53031516]now you're only half the man you used to be[/QUOTE]
It really feels like a piece is missing. I couldn't even write EmperorScorpious2
[QUOTE=Paul-Simon;53030200]It'll be just like steam where all weebs set their location to Japan.
It becomes pointless.[/QUOTE]
Everyone knows Antarctica is the superior choice anyways.
Make the suggestion over on Newpunch, Garry's probably more likely to see it there.
[QUOTE=TrafficMan;53031859]They're all just taken from some popular icon pack so garry already beat you to the punch there :v:
[editline]6th January 2018[/editline]
The facepunch, if you will[/QUOTE]
I mean the types of ratings, rather then the icons themselves.
How wide can avatars be on newpunch?
[QUOTE=WTF Nuke;53033518]How wide can avatars be on newpunch?[/QUOTE]
as wide as you want - if you've got the coin
You know what the worst part about being banned is?
The fact you can't rate posts. I couldn't stop trying to rate things
[QUOTE=WTF Nuke;53033518]How wide can avatars be on newpunch?[/QUOTE]
300x150 iirc
Drat, I was hoping to have an offensively wide avatar.
[QUOTE=WTF Nuke;53033774]Drat, I was hoping to have an offensively wide avatar.[/QUOTE]
The dream of having this as my avatar is dead:
[IMG]https://i.imgur.com/r0Slzb5.png[/IMG]
[QUOTE=BlindSniper17;53033791]The dream of having this as my avatar is dead:
[IMG]https://i.imgur.com/r0Slzb5.png[/IMG][/QUOTE]
[img]https://i.imgur.com/slskT9n.png[/img]
is there a way to stop the forums from bumping the page up when I open a thread like LMAO pics? I'll click on "30 new posts" and it plops me right where I left off, but then all the images load and I end up 3 or 4 posts above, and depending on how big the images are, it can be a pain in the ass scrolling back down.
[QUOTE=loopoo;53034220]is there a way to stop the forums from bumping the page up when I open a thread like LMAO pics? I'll click on "30 new posts" and it plops me right where I left off, but then all the images load and I end up 3 or 4 posts above, and depending on how big the images are, it can be a pain in the ass scrolling back down.[/QUOTE]
Not really possible to fix as its a browser thing, the browser takes you to the correct position but then the media content loads in shifting the page. You'll find that once you have all the bullshit on the page cached and you refresh to go to the linked post, it'll work perfectly fine (unless there is embedded media like twitter on the page, then it will always shift the page as that shit can't be cached).
[QUOTE=Reagy;53034241]Not really possible to fix as its a browser thing, the browser takes you to the correct position but then the media content loads in shifting the page. You'll find that once you have all the bullshit on the page cached and you refresh to go to the linked post, it'll work perfectly fine (unless there is embedded media like twitter on the page, then it will always shift the page as that shit can't be cached).[/QUOTE]
It should technically be possible with a userscript. Since the page takes you to a post according to its element id and you can retrieve that from the url you can set it to scroll to that element when the page is fully loaded.
[QUOTE=Alice3173;53034384]It'd technically be possible with a userscript. Since the page takes you to a post according to its element id and you can retrieve that from the url you can set it to scroll to that element when the page is fully loaded.[/QUOTE]
I guess might work but it'd likely still screw up with shit like twitter, document ready state is still sent even if their shit is still loading due to JS fuckery.
[QUOTE=Reagy;53034390]I guess might work but it'd likely still screw up with shit like twitter, document ready state is still sent even if their shit is still loading due to JS fuckery.[/QUOTE]
You could brute force it with a timer that deactivates on mouse scroll. It'd rely on the user to judge whether the page is loaded and wouldn't exactly be an elegant way of doing things but it'd work.
Sorry, you need to Log In to post a reply to this thread.