Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-07-17 06:54:01

nlmdejonge
Member
Joined: 2015-02-15
Posts: 1,264

nitpicking (PM, "separating them by commas")

So, maybe I'm nitpicking now, but when I'm sending a private message, the forum says...
"You can send the message to several receivers by separating them by commas."
...but what it actually means is...
"You can send the message to several receivers by separating each with a comma+space."

When I want to send to several people I just follow the forum's orders and use something like "user1,user2", but then I get the error message...
"There's no user with the username "user1,user2""
...because in actuality the forum wants me to use "user1, user2".


I have permanently left the game and forum.
EE is an entertaining game and I enjoyed playing it...
...but it's time for me to move on.

Offline

#2 2015-07-17 14:40:42

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: nitpicking (PM, "separating them by commas")

well... technically when you use a comma there is supposed to be a space after it.

You're just nitpicking.


Discord: jawp#5123

Offline

Wooted by:

#3 2015-07-17 15:29:47

Era
Member
From: ::1
Joined: 2015-05-06
Posts: 884

Re: nitpicking (PM, "separating them by commas")

JaWapa wrote:

well... technically when you use a comma there is supposed to be a space after it.

Disagree, why would you need a space After a comma if you aren't trying to write structured text?

Offline

Wooted by:

#4 2015-07-17 15:33:56

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: nitpicking (PM, "separating them by commas")

Era wrote:
JaWapa wrote:

well... technically when you use a comma there is supposed to be a space after it.

Disagree, why would you need a space After a comma if you aren't trying to write structured text?

I cannot think of any usage of a comma where I would not put a space immediately after it.


Discord: jawp#5123

Offline

#5 2015-07-17 15:37:34

Era
Member
From: ::1
Joined: 2015-05-06
Posts: 884

Re: nitpicking (PM, "separating them by commas")

Maybe any cases of programming? if i have a string which i plan to .split(','); why would i add a space after it? i cannot convert ", " into a char you know..
So , thinking that way why would the forums use ", " when they exactly state that they use ','?

Offline

#6 2015-07-17 16:26:05

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: nitpicking (PM, "separating them by commas")

I don't use a lot of commas in the languages I code in.

Writing a list of names is not the same as coding a string.  It would be more like writing structured text.

Either way, I feel like it's nitpicking to want it to say you need a space in there too //forums.everybodyedits.com/img/smilies/tongue


Discord: jawp#5123

Offline

#7 2015-07-17 17:46:47

nlmdejonge
Member
Joined: 2015-02-15
Posts: 1,264

Re: nitpicking (PM, "separating them by commas")

There's no reason for it not to work without spaces.
Usernames cannot have spaces in them, so it's super easy to make it work properly.
Properly being that it works regardless of how users enter the names, with or without spaces.
If $names contains the names, adding this line would fix it, for example:

$names = str_replace (',', ', ', str_replace (', ', ',', $names));

The text that currently accompanies the input field gives specific instructions to separate recipients with commas.
A comma is a character. The commas are not used in a regular sentence. It's a list of recipients.


I have permanently left the game and forum.
EE is an entertaining game and I enjoyed playing it...
...but it's time for me to move on.

Offline

#8 2015-07-17 17:49:55

Zoey2070
Moderation Team
From: Shakuras
Joined: 2015-02-15
Posts: 5,510

Re: nitpicking (PM, "separating them by commas")

nlmdejonge wrote:

Usernames cannot have spaces in them

some man and others would like to have a word


proc's discorb UnGdm07.gif stylish themes for forums/the game UnGdm07.gif
꧁꧂L O V E & C O R N꧁꧂   ᘛ⁐̤ᕐᐷ
danke bluecloud thank u raphe   Gq8tv9Z.gif [this section of my sig is dedicated to everything i've loved that's ever died]
? Hc0cu9u.gif         6yG4Efc.gif

Offline

Wooted by: (3)

#9 2015-07-17 17:51:30

nlmdejonge
Member
Joined: 2015-02-15
Posts: 1,264

Re: nitpicking (PM, "separating them by commas")

Interesting.

Anyway, what I wrote still applies, and the fix I suggested will still work.


I have permanently left the game and forum.
EE is an entertaining game and I enjoyed playing it...
...but it's time for me to move on.

Offline

#10 2015-07-17 18:00:02, last edited by Different55 (2015-07-17 18:08:55)

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: nitpicking (PM, "separating them by commas")

Except that commas are valid characters in usernames.

See: my username now. I was originally just going to change it then change it back but apparently changing the username on all 10000+ of my posts, topics, PMs, and everything else takes a long time.

Hey somebody try to PM me and someone else at the same time. Or wait should I have put a ", " in my name for that? Eh, try it anyway.

Actually I think maybe the server was doing its lagging thing that it's been doing when I changed my username the first time because I just changed my username back and it was basically instant.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by:

#11 2015-07-17 18:05:45

nlmdejonge
Member
Joined: 2015-02-15
Posts: 1,264

Re: nitpicking (PM, "separating them by commas")

Different55, wrote:

Except that commas are valid characters in usernames.

Dude... that can't be healthy. //forums.everybodyedits.com/img/smilies/tongue


I have permanently left the game and forum.
EE is an entertaining game and I enjoyed playing it...
...but it's time for me to move on.

Offline

#12 2015-07-18 01:41:22

Anch
Member
Joined: 2015-02-16
Posts: 5,447

Re: nitpicking (PM, "separating them by commas")

Wait so if a username has a comma, then how will the system know if the comma is part of the username or separating a username?

Offline

#13 2015-07-18 03:19:30

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,575

Re: nitpicking (PM, "separating them by commas")

It doesn't. :OOO


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by:

#14 2015-07-18 05:22:13

Ratburntro44
Member
Joined: 1970-01-01
Posts: 1,383
Website

Re: nitpicking (PM, "separating them by commas")

I'm pretty sure words on the censoring list are blocked from being in usernames. Just use one of them as the separator to be safe.

Offline

Wooted by: (2)

#15 2015-07-18 12:02:59

nlmdejonge
Member
Joined: 2015-02-15
Posts: 1,264

Re: nitpicking (PM, "separating them by commas")

Wouldn't work, because, for example, "mishitting" (to hit (a tennis or cricket ball, for example) incorrectly or badly) is allowed as a username. //forums.everybodyedits.com/img/smilies/smile


I have permanently left the game and forum.
EE is an entertaining game and I enjoyed playing it...
...but it's time for me to move on.

Offline

nlmdejonge1437217379522530

Board footer

Powered by FluxBB

[ Started around 1738512536.2329 - Generated in 0.065 seconds, 12 queries executed - Memory usage: 1.52 MiB (Peak: 1.69 MiB) ]