Quote:
Originally Posted by Jon NA
I know it's possible in vBulletin, I've signed up in a vBulletin powered one with NA and a / in the middle ... so could you please change it to "Jon N/A"?
|
It's not just vBulletin though, since your forum account is integrated with your Telltale user account. I'm not saying it's impossible to store a slash in any sane database, it's just not that uncommon to untaint database input by disallowing anything other than alphanumeric characters and space (which is reasonable if you're not using prepared statements). I'm not saying that's definitely the reason why they left out the slash though, as I have no idea how their back end systems work.