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

Feature Requests [OLD]

Root / Site Discussion / [.]

🔒
NeatNitCreated:
uhhh message depression salad simple search or something.

An idea for chat is to add a tomogatchi type pet thing. Maybe you could do this after you do everything else like the colab drawing and stuff lol

Random how does Lumage keep posting images with more than 4 colors? Is it witchcraft? I think it's witchcraft. Plebs make it public.

The ability to upload avatars via URL. Would save me lots of time.

Add image URL option when uploading avatar.
The ability to upload avatars via URL. Would save me lots of time.
This has been requested at least twice

When I get a notification, I'd like to be notified on the chat. This way I don't have to go on another tab every time just to see if I got one.

Can you please add some sort of color picker into the chat draw thing on Phones (IPhone specifically) It can just be something simple like a selection of pre-picked colors on the sidebar Example:

When I get a notification, I'd like to be notified on the chat. This way I don't have to go on another tab every time just to see if I got one.
I agree, this would definitely be a nice addition!

Can you please add some sort of color picker into the chat draw thing on Phones (IPhone specifically) It can just be something simple like a selection of pre-picked colors on the sidebar
If you have the image converter thing you can just click the bottom image preview I think unless that doesn't work on phones

When I get a notification, I'd like to be notified on the chat. This way I don't have to go on another tab every time just to see if I got one.
Spoiler
var previousNotificationCount = 0, previousMessageCount = 0;
function chatCheckNotifications(force = false) {
  genericXHRSimple("/query/request/notifications?count=1",function(e){
    var result = JSON.parse(e).result;
    if (force || 
        result.notifications != previousNotificationCount ||
        result.messages != previousMessageCount
       ){
      systemMessage("You have "+result.notifications+" new notifications and "+result.messages+" new messages.");
      previousNotificationCount = result.notifications; previousMessageCount = result.messages;
    }
  });
}
chatCheckNotifications();
commands.push(new Command("checkNotifications", function()
{
   chatCheckNotifications(true);
}));
setInterval(chatCheckNotifications,60 * 1000);

BBcode buttons should support multiple selections. EDIT: nevermind it's only possible to detect multiple selections when it's a real text node.

BBcode buttons should support multiple selections.
what about rectangular selections

The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment.

The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment.
Yes, and then it'd be easier for people to find relevent material, like bugs or other things like such.

The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment.
/upvote

The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment.
I really don't want to do this; sorry.

Bold, italics, underline, strikethroughs in the chat maybe

Bold, italics, underline, strikethroughs in the chat maybe
No.

Bold, italics, underline, strikethroughs in the chat maybe
No.
Yes.

Bold, italics, underline, strikethroughs in the chat maybe
No.
Yes.