
when I click on the english titles of forums I still see a bunch of stuff in german & french.. I thought that was clear from my first post but.. ya.it`s a menu people, click on the english titles, poof english only! English is always first. Just look for the [EN] and click on those. How is that annoying or difficult? Takes a few minutes to get used to but I personally like it *shrug*
PhamTrinli wrote: »when I click on the english titles of forums I still see a bunch of stuff in german & french.. I thought that was clear from my first post but.. ya.it`s a menu people, click on the english titles, poof english only! English is always first. Just look for the [EN] and click on those. How is that annoying or difficult? Takes a few minutes to get used to but I personally like it *shrug*

PhamTrinli wrote: »So if this is working as intended as you suggest, then I have a real problem with the way it is designed. It makes no sense to have language options if everything is going to be displayed in all languages all the time regardless.
That just makes it worse, because that's another problem with the design of the site. It is not clear at all that that is what it represents.Before you reply, that setting for EN/DE/FR at the top isn't for the forum's per se, but the entire Elderscrollsonline.com website.
I wasn't saying I had a problem with the forums being separate from the main site. I was saying I have a problem with the languages not being separate in the forums.The forums are separate in that regard and it makes sense that they are. Two different systems.
PhamTrinli wrote: »So if this is working as intended as you suggest, then I have a real problem with the way it is designed. It makes no sense to have language options if everything is going to be displayed in all languages all the time regardless.
I suspect you never clicked on anything but EN at the top
Go ahead. Click DE and then look at the difference all over the page. I'll wait.
Wow Shineko are you seriously arguing about this with us? Got to be trolling. The design is BROKEN at best and at worst horrific design practice. You can code a page to display one language at a time - and it's actually easier than displaying all at once for large websites like this. I know what I'm talking about because I've done it before.
Wow Shineko are you seriously arguing about this with us? Got to be trolling. The design is BROKEN at best and at worst horrific design practice. You can code a page to display one language at a time - and it's actually easier than displaying all at once for large websites like this. I know what I'm talking about because I've done it before.
Just .. no. No, dude.The forum operates differently in that they would need to overhaul the php coding and SQL to limit language specific forum content.
There is no legitimate reason to do it this way beyond simple lack of time, resources, personnel, knowledge, experience - or complete apathy.but merely pointing out how in fact it is done and why it is done that way.
Oh, the irony.Learn to reading comprehension.
PhamTrinli wrote: »Just .. no. No, dude.The forum operates differently in that they would need to overhaul the php coding and SQL to limit language specific forum content.There is no legitimate reason to do it this way beyond simple lack of time, resources, personnel, knowledge, experience - or complete apathy.but merely pointing out how in fact it is done and why it is done that way.Oh, the irony.Learn to reading comprehension.
And yes, forum threads operate on Queries, usually SQL or some other databasing query. PHP is common for permissions as well as some front end programming and utilizes SQL querying.
It's gonna take more than "Just .. no. No, dude." to convince a software developer that she's wrong seeing as I've coded websites for clients that use asp.net and php accordingly to make database queries in MySQL. Do you think that all data is just stored on the forum magically and modified by fairies every time someone wants to add a post?
PhamTrinli wrote: »And yes, forum threads operate on Queries, usually SQL or some other databasing query. PHP is common for permissions as well as some front end programming and utilizes SQL querying.
It's gonna take more than "Just .. no. No, dude." to convince a software developer that she's wrong seeing as I've coded websites for clients that use asp.net and php accordingly to make database queries in MySQL. Do you think that all data is just stored on the forum magically and modified by fairies every time someone wants to add a post?
Ok, then how about a little education? https://www.w3.org/International/questions/qa-css-lang
- languages done easily, with style sheets. Very little PHP modification needed, absolutely no alteration to any database code (you don't use SQL or other relational databases to store style sheets or html or web pages in general).