|
Love the new AJAX latest post module 1 Year, 7 Months ago
|
|
|
Great job on this new AJAX module. It looks really nice! I installed it on one of my sites and it worked great. Just so easy!
|
|
scorch (User)
Junior Boarder
Posts: 41
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 7 Months ago
|
|
|
Very nice indeed but..... I can't get it to work in IE7, it keeps loading. In Firefox it works great!
|
|
|
Logged
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 7 Months ago
|
|
|
Same here, just noticed that a while ago.
Anyone know how to fix this, or use of another module?
|
|
scorch (User)
Junior Boarder
Posts: 41
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 7 Months ago
|
|
|
It did not support UTF-8 characters very good too
|
|
|
Logged
|
|
|
Last Edit: 2007/06/08 20:23 By mikeho1980.
|
|
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 7 Months ago
|
|
|
It also does not work in the latest version of Opera
|
|
scorch (User)
Junior Boarder
Posts: 41
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 6 Months ago
|
|
|
Hi !
Did some body found tue probleme of UTF8 encoding?, because I have a french site and the french caractere doesn't work.
Thanks!
|
|
smitou (User)
Fresh Boarder
Posts: 3
|
Logged
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 6 Months ago
|
|
|
smitou wrote:
Hi !
Did some body found tue probleme of UTF8 encoding?, because I have a french site and the french caractere doesn't work.
Thanks!
Look at /modules/latest_fb_X/attach.php line 170-178, maybe the problem:
[code:1]//$content = mb_convert_encoding($content, "UTF-8"«»);
$content = eregi_replace("ä","ä",$content);
$content = eregi_replace("Ä","Ä",$content);
$content = eregi_replace("ü","ü",$content);
$content = eregi_replace("Ü","Ü",$content);
$content = eregi_replace("ö","ö",$content);
$content = eregi_replace("Ö","Ö",$content);
$content = eregi_replace("ß","ß",$content);[/code:1]
I had edited the above code, the original are some unreadable characters in my language (Chinese), you may try comment them out .
|
|
|
Logged
|
|
|
Last Edit: 2007/06/16 09:16 By mikeho1980.
|
|
Dog Neighbor ; Joomla v1.0.12 UTF-8 Traditional Chinese; Fireboard v1.0.1 BETA; PHP 5.2.0 Apache 2.0 mySQL 5.0.27 utf8_general; Internet Explorer 7.0.5730.11 Firefox 2.0.0.11
Fireboard Traditional Chinese Translator
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 6 Months ago
|
|
|
Thank you very much!
|
|
smitou (User)
Fresh Boarder
Posts: 3
|
Logged
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 6 Months ago
|
|
|
I've noticed that when you have another ajax module ont he same screen it conflicts with this one, and it will make it stop working.
|
|
scorch (User)
Junior Boarder
Posts: 41
|
Logged
|
|
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
|
|
|
|
|
|
Re:Love the new AJAX latest post module 1 Year, 2 Months ago
|
|
|
I´ve seem to have the same problem, I got a modul in AJAX that shows logged in users. Anyone knows how to get around the problem.
|
|
Thobbe (User)
Junior Boarder
Posts: 50
|
Logged
|
|
|
|
|
|