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
A Solution for Fireboard RSS!!? (1 viewing) (1) Guest
TOPIC: A Solution for Fireboard RSS!!?
#26600
A Solution for Fireboard RSS!!? 1 Year, 3 Months ago  
First, please check your validation of RSS on your Fireboard at
feedvalidator.org/check.cgi?url=

Second, modify substr($words, 0, 512) by another loop for each character. Why sould I modify? Because a utf-8 char will be 4 chars, so It would not cause error in character property.

[code:1]
$words = $row->message;
$words = smile::purify($words);
$_texts = explode( ' ', $words );
$count = count( $_texts );
if ( $count > 512 ) {
$words = '';
for( $i=0; $i
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2007/11/06 17:28 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#27046
Re:A Solution for Fireboard RSS!!? 1 Year, 3 Months ago  
Hi - I am having some issues with your solution. Is it possible for you to zip that file up with the changes and post it here in the forum?
jjagerson (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#27211
Re:A Solution for Fireboard RSS!!? 1 Year, 3 Months ago  
Here is the modified file:
File Attachment:
File Name: fb_rss.zip
File Size: 1914
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#30281
Re:A Solution for Fireboard RSS!!? 1 Year, 2 Months ago  
thanks a lot! This really helped me
lcx (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
My Blog draq_ym Location: Vienna
Logged Logged
 
 
 
#32249
Re:A Solution for Fireboard RSS!!? 1 Year, 1 Month ago  

Hi viet4777!!
Many thank's for your solution!

Thanks a lot!

humanic (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/26 06:27 By humanic.
 
 
#59982
Re:A Solution for Fireboard RSS!!? 3 Months ago  
Hey does anyone have this fix for the new 1.0.5 version ? And yes it is a issue if you try to use Mark Validation
amorosso (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top