LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Feature Requests [OLD]

Root / Site Discussion / [.]

🔒
NeatNitCreated:
Idea: Ability to save draft posts Sometimes a post has most of what it needs but isn't yet done; if we could save a draft or two per user that would be nice. Applies to submissions as well, so maybe that too?
Mmmmm that's interesting. I might do that in the future.

I request that you make something that functions as sort of a blacklist for chat users. Said blacklist will be on the main site, but will affect users in chat. "Blacklisted users" will not:
Spoiler-Show up in chat at all -Be responsible for what is depicted here, like ignored users may be, assuming both messages are in the same tab: http://image.prntscr.com/image/50542e08ac3541f184c018141ca53a99.png -Have their entry or departure messages shown -Have their PMs created shown to a user "black-listing" them.(However, if someone else creates a private room, including someone who is blacklisted by user, the blacklisted user still won't show up to the one blacklisting them. If the one blacklisting them is the only one left in the room besides the one blacklisting them, the room is treated as empty and closes.) -Be able to have PMs created by someone blacklisting them, even if said user enters their user id, which will results in an error similar to "Error: One of the users included are blacklisted." or something of a similar sort.
This is exactly ignoring. Does ignoring not work for you?
The only real difference is not breaking the messages, which is... more complicated. Also, the breaks, while sometimes annoying, also help to determine that a dialogue with one ignored user isn't just the other talking to themselves. We do the PM room thing for a reason though, and if the user is intentionally abusing it, they can be reported and potentially banned.

I don't think this is the right place to say this, but I don't want to create a new thread, so... What was the link to the exgame map image? I forgot it, and can't find it in my history.

I don't think this is the right place to say this, but I don't want to create a new thread, so... What was the link to the exgame map image? I forgot it, and can't find it in my history.
/scratch/chatserver/maps/worldx.png

Forum moving/merging might actually be a decent feature

I think this is pretty minor, but maybe some sort of reward for Ranking Up in Cgame is in order. Maybe a Badge or even just a bunch of coins for each Level Up. It would give me and maybe others more incentive to Rank Up and it would make Cgame a bit more fun and rewarding for the people who do. Like I said, minor request, so you don't need to worry about it, but I just need to tell how I feel.

There's not really supposed to be a big incentive. It's just a dumb chat game. The goal is to be on the leaderboard.

Quote button on page comments.

A transitional setting for changing the chat tab layout to the original would be a nice idea if possible

Add the ability to see notifications pop up without the need to visit another page or to refresh?

A transitional setting for changing the chat tab layout to the original would be a nice idea if possible
If this means swapping tab positions then YES please.

Add the ability to see notifications pop up without the need to visit another page or to refresh?
once we're an all-xhr-all-the-time social media site. alternatively, over my dead body. I don't remember a nice solution that actually works everywhere existing.
A transitional setting for changing the chat tab layout to the original would be a nice idea if possible
If this means swapping tab positions then YES please.
Why is it a problem that your irrelevant spam gets pushed back in favor of SmileBASIC? For once I agree with randomous. You'll get used to it.

Be able to set notifications for when you get a vote on an application (Mostly useful for the programming contests, but can be useful in other situations too)

Be able to set notifications for when you get a vote on an application (Mostly useful for the programming contests, but can be useful in other situations too)
Like from ratings on the program page? This could be a decent idea.

Be able to set notifications for when you get a vote on an application (Mostly useful for the programming contests, but can be useful in other situations too)
Like from ratings on the program page? This could be a decent idea.
Yes, exactly like that.

A transitional setting for changing the chat tab layout to the original would be a nice idea if possible
If this means swapping tab positions then YES please.
No, sorry. I don't want to clutter up the settings page. If you absolutely need this, make a chatJS thing for it.

That would actually be quite easy. switch color, text and ID.

Maybe add a friend system? mostly because I have none Edit: jk

Maybe add a friend system? mostly because I have none Edit: jk
Maybe this could work by notifying the user of new programs the friend has recently created, or when they are available to chat via a list telling the status of their friends (whether they are in chat or not)

A transitional setting for changing the chat tab layout to the original would be a nice idea if possible
If this means swapping tab positions then YES please.
If you're some anti-change person, you can append the following code to your chatJS to make the tabs the way they were before:
document.getElementById("filterform").insertBefore(
  document.querySelector('#room-offtopic'),
  document.querySelector('#room-general'));
document.getElementById("filterform").insertBefore(
  document.querySelector('[for="room-offtopic"]'),
  document.querySelector('#room-general'));