Go Back   Pligg Forum > Pligg Development > Bug Report
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2008, 05:48 AM
tasmaniac tasmaniac is offline
New Pligger
 
Join Date: May 2007
Posts: 19
Downloads: 8
Uploads: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Question URL Method 2 Bug w/ Turkish Characters

Hello,

I'm doing SEO things to my Turkish Pligg site and came across to URL Method 2. I applied all the instructions to my .htaccess file and checked for the mod_rewrite option is enabled.

But I have a serious problem with stories that have Turkish characters like şŞçÇüÜğĞıİöÖ on title because when clicked on one of them the page gives 404 not found error.

I think I have to change these Turkish chars somewhere in the code with the English compatible version. Ex: Ulaşım --> Ulasim

I found a code in the phpbb support forum and thought that I need something like these for Pligg. You can see the code below.

PHP Code:
$url str_replace (array('ğ','Ğ'), 'g'$url);
$url str_replace ("İ"'i'$url);
$url str_replace (array('ş','Ş'), 's'$url);
$url str_replace (array('ğ','Ğ'), 'g'$url);
$url str_replace ("İ"'i'$url);
$url str_replace (array('ş','Ş'), 's'$url);
$url str_replace ("ı"'i'$url); 
With begining level programming and codding knowledge I couldn't solve this problem. If someone suggest a solution I'll be appreciate.

Also It will be very helpful if pligg developers will implement a permanent solution for this case.
Reply With Quote
Sponsored Links
Check out the New Modules at the Pligg Pro Shop.
  #2 (permalink)  
Old 07-28-2008, 09:16 PM
tasmaniac tasmaniac is offline
New Pligger
 
Join Date: May 2007
Posts: 19
Downloads: 8
Uploads: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Still waiting for a solution
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
URL Method Yankidank Wiki Articles 4 03-24-2008 05:43 AM
Turkish characters problem takeover General Help 8 09-22-2007 02:49 AM
Sort news options on Published/Upcoming tabs do not support Voting Method 2 aaronpais Pligg Mods 2 05-19-2007 09:31 AM
Remove error creating chars URL method 2 bug formicin Bug Report 1 05-08-2007 08:37 AM
URL method 2 & CE characters Cacademy General Help 7 04-13-2007 12:11 PM


LinkBacks Enabled by vBSEO 3.0.0