Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Love the new AJAX latest post module (1 viewing) (1) Guest
TOPIC: Love the new AJAX latest post module
#10419
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#10554
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!
PGLion (User)
FireBoards Rulez!
Junior Boarder
Posts: 66
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: The Netherlands Birthdate: 1970-08-04
Logged Logged
 
 
#10588
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#10708
Re:Love the new AJAX latest post module 1 Year, 7 Months ago  
It did not support UTF-8 characters very good too
mikeho1980 (User)
Junior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
Logged 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
 
 
#10728
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#11878
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#11887
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 .
mikeho1980 (User)
Junior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 124373717 Gender: Male mikeho1980 Dog Neighbor mikeho1980 mikeho1980 mikeho1980 Location: Hong Kong Birthdate: 1980-01-01
Logged 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
 
 
#11889
Re:Love the new AJAX latest post module 1 Year, 6 Months ago  
Thank you very much!
smitou (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#11903
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#30706
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
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top