Galaxy Legion Forum http://galaxylegion.com/forum/ |
|
Apostrophes, other punctuation won't show in comms. http://galaxylegion.com/forum/viewtopic.php?f=5&t=23294 |
Page 1 of 1 |
Author: | Asheron [ Sun Apr 08, 2012 11:49 am ] |
Post subject: | Apostrophes, other punctuation won't show in comms. |
In communications to ships (that cost 5 energy) and other comm-relevant areas of the game, apostrophes and other punctuation will NOT show up. There is no good reason for them not to, I'm sure. What is wrong, and how much trouble is it to code a fix for them? |
Author: | strm avenger [ Sun Apr 08, 2012 12:01 pm ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
I have a reason. Sometimes, people are really thick about smileys. Need I say more? +1 anyways. |
Author: | Rarek [ Sun Apr 08, 2012 1:21 pm ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
*insert troll face here* viewtopic.php?f=5&t=22820 But seriously YES. Apostrophes are needed in the comms, do not have the slightest clue why they are not already. |
Author: | FATAL15 [ Mon Jul 09, 2012 5:42 am ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
+1 |
Author: | varunjitsingh146 [ Mon Jul 09, 2012 8:26 pm ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
yes please +9001 yes its over 9000 |
Author: | Preliator Xzien [ Tue Jul 10, 2012 6:43 am ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
I thought plus 1's belonged in suggestions? Anyway, yeah more variety with our ship comms is good. |
Author: | Devastation [ Tue Jul 10, 2012 9:05 am ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
I think it has something to do with the way the input is sanitized... You know, to protect against SQL injection... |
Author: | Drekentai [ Tue Jul 10, 2012 1:32 pm ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
XxDarthDexterxX wrote: I think it has something to do with the way the input is sanitized... You know, to protect against SQL injection... Yeah. This topic was covered beforehand. To allow such characters, Dan needs to create his own 'codename' for the character and have it set in javascript to replace that codename with the character. example: User inputs ' php converts it to apostro goes into database as that user sends request for page php pulls and returns values javascript converts apostro to ' user sees the special character instead of nothing. |
Author: | Asheron [ Mon Jul 23, 2012 2:34 am ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
Drekentai wrote: XxDarthDexterxX wrote: I think it has something to do with the way the input is sanitized... You know, to protect against SQL injection... Yeah. This topic was covered beforehand. To allow such characters, Dan needs to create his own 'codename' for the character and have it set in javascript to replace that codename with the character. example: User inputs ' php converts it to apostro goes into database as that user sends request for page php pulls and returns values javascript converts apostro to ' user sees the special character instead of nothing. So why can't we go for it? - Asheron |
Author: | Drekentai [ Thu Jul 26, 2012 10:57 pm ] |
Post subject: | Re: Apostrophes, other punctuation won't show in comms. |
Asheron wrote: Drekentai wrote: XxDarthDexterxX wrote: I think it has something to do with the way the input is sanitized... You know, to protect against SQL injection... Yeah. This topic was covered beforehand. To allow such characters, Dan needs to create his own 'codename' for the character and have it set in javascript to replace that codename with the character. example: User inputs ' php converts it to apostro goes into database as that user sends request for page php pulls and returns values javascript converts apostro to ' user sees the special character instead of nothing. So why can't we go for it? - Asheron Not sure. I just tossed the point out there. It wouldn't take too much to make.. Just have an individual php file to store the list instead of relying on database and call it as a class to call it's functions (cut down on the load) but it also depends how GL's code is structured and whether or not it takes a while to add into. |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |