Pages: [1]
Author Topic: Re: Localization  (Read 2247 times)
Murat Kizil
Guest


Email
on: Jun 15, 08, 03:22 PM

Hi Sergey;
I'm the newest customer of PAS script. l want to use it in a Turkish arcade site, so l make all of them for all chars works well, but not. Evriting l do. But Turkish spesific chars ( ?,ı,ğ,?,ş,? ) dont work and SEO dont works with game titles which has Turkish chars.

murat
Logged
vdom
Guest


Email
Reply #1 on: Jun 16, 08, 03:42 AM

Try like this :

charset=iso-8859-1
Logged
murat kizil
Guest


Email
Reply #2 on: Jun 16, 08, 10:08 AM

Thanks vdom. But l need more help.
A professional help.

murat
Logged
murat kizil
Guest


Email
Reply #3 on: Jun 17, 08, 12:30 AM

l think l solve the encoding problem. but now l have some url problem. l want to use turkish chars in game name so url dont work. and l want to transalate "play" in url. can someone help.
thanks
murat
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #4 on: Jun 17, 08, 06:48 AM

Murat,

have you modified the .htaccess file as described in the first message of this topic?
Logged
murat kizil
Guest


Email
Reply #5 on: Jun 17, 08, 12:10 PM

Dear Sergey;
Yes l do. l know what l must do but l am not good at coding so;
l need a help:
in include/helpers.php

str_replace( " ", "_", $_title) . "/";

in this code line how can l add some chars like ? ->c , ı-> i ... like this.
so l change turkish chars to engilish chars in game title. l think this is the only operation for solving the problem.

thanks for your support, this is so cool script ;
murat
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #6 on: Jun 17, 08, 11:54 PM

unfortunately that will not help because we will not be able to convert all those characters back and find the game by its name in the database.... but looks like I've found a solution:

first of all, change the pages' characterset to utf-8: in your current theme modify the block_head.html's content-type line, it must be
Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Now just make sure you've changed the .htaccess as described in the "localization" topic... and please send a copy of that file to my email (support at proarcadescript.com) - I'll check it for consistency
Logged
Murat Kizil
Guest


Email
Reply #7 on: Jun 18, 08, 09:02 AM

Sergey;
l sent you a mail.
thanks
murat
Logged
murat
Guest


Email
Reply #8 on: Jul 29, 08, 04:36 AM

Hi Sergey;
I want to modify the the game url like: http://www.abcde.com/play/race.html.
I think it is good for google.
Is it possible? and how?

thanks;
murat
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #9 on: Jul 29, 08, 07:09 AM

I think that's possible... you should modify the .htaccess file - the line which handles the games' urls.

But you'll have to find the information and samples about .htaccess somewhere out of this forum I guess.
Logged
Pages: [1]
 
Jump to: