#362✎ 416ElzoBroFirst DayJoined on the very first day of SmileBASIC SourceWebsiteVideo GamesI like to play video games!HobbiesDrawingI like to draw!HobbiesAn 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
Posted
Edited
by ElzoBro
#363✎ 416ElzoBroFirst DayJoined on the very first day of SmileBASIC SourceWebsiteVideo GamesI like to play video games!HobbiesDrawingI like to draw!HobbiesRandom how does Lumage keep posting images with more than 4 colors? Is it witchcraft? I think it's witchcraft. Plebs make it public.
Posted
Edited
by ElzoBro
#364✎ 296h267Third YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsiteMinecraft Is Awesome!I love Minecraft!Express YourselfThe ability to upload avatars via URL. Would save me lots of time.
Posted
#365✎ 184712Me21Power UserSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
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
Posted
Edited
by 12Me21
#366✎ 114SamAmazing PageHiddenAchievementsGreat PageHiddenAchievementsGood PageHiddenAchievementsWhen 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.
Posted
#367✎ 416ElzoBroFirst DayJoined on the very first day of SmileBASIC SourceWebsiteVideo GamesI like to play video games!HobbiesDrawingI like to draw!HobbiesCan 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:
Posted
#368✎ 453MasterR3C0RDAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsThird YearMy account is over 3 years oldWebsiteosu! Is Awesome!I love osu!Express Yourself
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!
Posted
#369✎ 184712Me21Power UserSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
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
Posted
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.
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);
Posted
Edited
by Yttria
#371✎ 184712Me21Power UserSyntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfBBcode buttons should support multiple selections.
EDIT: nevermind it's only possible to detect multiple selections when it's a real text node.
Posted
Edited
by 12Me21
#372✎ 1067snail_QSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!Achievements
BBcode buttons should support multiple selections.
what about rectangular selections
Posted
#373✎ 114SamAmazing PageHiddenAchievementsGreat PageHiddenAchievementsGood PageHiddenAchievementsThe 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.
Posted
#374✎ 453MasterR3C0RDAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsThird YearMy account is over 3 years oldWebsiteosu! Is Awesome!I love osu!Express Yourself
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.
Posted
#375✎ 248UltraPhoenix4Third YearMy account is over 3 years oldWebsiteBeesHiddenEaster EggsAvatar TabooI didn't change my avatar for 180 daysWebsite
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
Posted
#376✎ 1077randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!Hobbies
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.
Posted
#377✎ 296h267Third YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsiteMinecraft Is Awesome!I love Minecraft!Express YourselfBold, italics, underline, strikethroughs in the chat maybe
Posted
Bold, italics, underline, strikethroughs in the chat maybe
No.
Posted
#379✎ 453MasterR3C0RDAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsThird YearMy account is over 3 years oldWebsiteosu! Is Awesome!I love osu!Express Yourself
Bold, italics, underline, strikethroughs in the chat maybe
No.
Yes.
Posted
#380✎ 416ElzoBroFirst DayJoined on the very first day of SmileBASIC SourceWebsiteVideo GamesI like to play video games!HobbiesDrawingI like to draw!Hobbies
Bold, italics, underline, strikethroughs in the chat maybe