Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
[FIX] Message Preview UTF-8 (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: [FIX] Message Preview UTF-8
#39569
[FIX] Message Preview UTF-8 8 Months, 4 Weeks ago  
Hi,
this is a combination of a solution proposed here (with a little twist for smile support)

I'm posting here the final changes (without the original)

in file ../components/com_fireboard/fireboard.php (line 129):
[code:1]
$message = urldecode(decode_unicode_url($msgpreview));
[/code:1]

in file [i]../components/com_fireboard/fireboard.php[/i] (line 135):
[code:1]
echo $msgbody;
[/code:1]
[size=2][anything in between should stay as it was before (original 1.0.4)][/size]

somewhere in the same file (I did this at its end), add the described function:
[code:1]
function decode_unicode_url($str) //from the link provided above
{
...
}
[/code:1]


That's it - you can see this working in an Hebrew (utf-8) site: [url=http://www.datecafe.co.il/component/option,com_fireboard/Itemid,5]Date Cafe - Dating[/url]
mtk (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Gender: Male MtK - Smart Internet Solution Location: BGU
Logged Logged
 
Last Edit: 2008/01/18 16:26 By mtk.
 
MtK - Smart Internet Solutions
www.smartmtk.com
 
The administrator has disabled public write access.  
      Topics Author Date
 
[FIX] Message Preview UTF-8
mtk 2008/01/18 16:21
 
thread linkthread link Re:[FIX] Message Preview UTF-8
viet4777 2008/01/19 20:15
 
thread linkthread linkthread link Re:[FIX] Message Preview UTF-8
mtk 2008/01/19 21:53
 
thread linkthread linkthread linkthread link Re:[FIX] Message Preview UTF-8
viet4777 2008/04/21 06:49
Go to top