View Single Post
  #10 (permalink)  
Old 01-10-2008, 05:23 AM
AnAlienHolakres3's Avatar
AnAlienHolakres3 AnAlienHolakres3 is offline
Pligg Donor
 
Join Date: Jul 2007
Location: Prague
Posts: 119
Thanks: 7
Thanked 112 Times in 40 Posts
Send a message via ICQ to AnAlienHolakres3
Possible solution with tag localization

Quote:
Originally Posted by werushka View Post
Need help I have done your method

Mine does not work I have done it exactly as you told

i would really appreciate help

my files are attached if you have time please can you look at it...
Yes I think I have discovered your problem although i do not fully understand why the behavior is so strange. You can thank to user Ditto who provided some donation for solving this problem (on his own site).

The problem is that in search.php file cannot be special characters directly,but as html entity. For example
PHP Code:
$replace_what = array("æ","ø","é","å"); 
You can find more html entities on:
HTML 4.0 Latin-1 Entities
__________________
=Everything that has a beginnig has an end=
=Nevere stop fighting=

Site: http://www.vselink.cz
Reply With Quote