SunJordan / ezstats

Automatically exported from code.google.com/p/ezstats
0 stars 0 forks source link

Change Charset from UTF into ISO #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe your problem:

Hello,

I would like to know where I can change the column names and phrases tooltip on 
ezstats ... Indeed, my site is encoded in ISO-8859-1 but your module is encoded 
in UTF-8 so it appears wrong ... I would therefore change the writing of words 
to avoid this problem.

Thank you in advance

you can see the problem live on my site

Also here is an idea for future releases.
Able to separate the players in the table by the team according to team 
assigned. it shook really well.

Your version of ezStats: 1.53 the last...
My version of Nuked Klan: 1.7.9 RC6

The URL to your website:
http://bia.teambattlefield.fr/index.php?file=bf3stats

Original issue reported on code.google.com by delaveau...@gmail.com on 20 Apr 2012 at 11:31

GoogleCodeExporter commented 9 years ago
Hi Xavier!

Please open the ezStats plugin-file (./modules/ezstats2_bf3/index.php) with a 
editor. You'll find in line 5 this code: 

header('Content-Type:text/html; charset=UTF-8');

If you delete it, the special signs should displayed correct then.
Due to your idea: What do you mean with "team assigned"?

Regards, Steff

Original comment by ezzem...@googlemail.com on 20 Apr 2012 at 2:26

GoogleCodeExporter commented 9 years ago
thank you for the information, I will try :-) 

For my idea, now we have one leaderboard with all the players in it, tomorrow I 
wish I could create the leaderbords (example: team1, team2, staffteam) and 
select for each player in it I want it leadersbord or ... 
Sorry for my English ... google translation ... 
Do you understand me? :-)

Original comment by delaveau...@gmail.com on 20 Apr 2012 at 4:25

GoogleCodeExporter commented 9 years ago
Hm, I'll try ;)

You can install ezStats multiple times on your webspace. You can use the same 
database, but choose different table prefix.
And you have to use different foldernames for ezStats, and for your CMS modules 
as well.

F.e.:
ezStats2a (install folder) / ezstats2_bf3_1 (module folder)
ezStats2b (install folder) / ezstats2_bf3_2 (module folder)
and so on...

Original comment by ezzem...@googlemail.com on 20 Apr 2012 at 4:48

GoogleCodeExporter commented 9 years ago
I thought about it, and if this development did not see the day I'd end up 
doing probably as a Astus 
but this is when I'm on an option as it has gripped easily set up on a single 
installation. imagine, tomorrow I have a game against a team, I come home in 
ezstats team leaderboard as "qwerty" and I generates a plugin on my site that 
my team has to show my team against which we will just play ... it shook really 
perfect! what do you think?
But tank's you for this idea! :-)

Original comment by delaveau...@gmail.com on 20 Apr 2012 at 4:59

GoogleCodeExporter commented 9 years ago
Oh, now I understand. And complicated. And much work for the moment ;)

Original comment by ezzem...@googlemail.com on 20 Apr 2012 at 5:05

GoogleCodeExporter commented 9 years ago
Hello, I deleted the line, but it does not work better ... : s 
Where is the translation file because i want change the words with problemes of 
charset?

Original comment by delaveau...@gmail.com on 22 Apr 2012 at 6:37

GoogleCodeExporter commented 9 years ago
Hi!

There is no language file, the texts are stored in a SQL-database. To change 
the charset, do this:
- Start phpMyAdmin
- Open the Database in which ezStats is installed
- View the structure of "ez2bf3_localization" (see screenshot)
- Edit the column "french"
- Change "collation" to "latin1_general_ci"

This should be all ;)

Original comment by ezzem...@googlemail.com on 23 Apr 2012 at 7:23

Attachments:

GoogleCodeExporter commented 9 years ago
PS: You have to repeat this after each update of ezStats

Original comment by ezzem...@googlemail.com on 23 Apr 2012 at 7:24

GoogleCodeExporter commented 9 years ago
Hello. Thank you for your quick response.

I made the change. but it still does not work.
This problem should not be a solution and come to my subject that an 
incompatibility with ezstats. I would do with. Thank you anyway for your help 
and good luck for the future and big tanks for your jobs! it's really good :D!

Original comment by delaveau...@gmail.com on 23 Apr 2012 at 1:00

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ezzem...@googlemail.com on 23 May 2012 at 7:24