Dears Members.
Fix Number: 03
Fireboard: 1.0.3 (Realease)
File(s):fb_rss.php
BUG:
- A error in XML rss feeder.
Procedure:
1 - Make backup of your files and database of Joomla and Fireboard.
1 - Make Download of the file attach. (
fb_rss.zip)
2 - Unzip the file of fb_rss.zip
3 - Go the folder. (With a program of FTP or JoomlaXplorer)
Joomla_Root/components/com_fireboard/sources/
************ DOWNLOAD HERE **********
Change the file
fb_rss.php by in attached.
Only Information.
Changes:
File fb_rss.php
Line 26;
[code:1]$orderby = @$params->orderby;
switch (strtolower($orderby))[/code:1]
With;
[code:1]$orderby = @$params->orderby;
$_texts = '';
switch (strtolower($orderby))[/code:1]
Line 90:
[code:1]
echo $JB_URLEMOTIONSPATH; ?>fb_rsspower.gif
[/code:1]
With:
[code:1]
echo JB_URLEMOTIONSPATH; ?>fb_rsspower.gif
[/code:1]
Line 118:
[code:1] echo ("" . substr($words, 0, 512) . "..." . "n"«»);[/code:1]
With:
[code:1] $_texts = explode( ' ', $words );
$count = count( $_texts );
if ( $count > 100 ) {
$words = '';
for( $i=0; $i [/code:1]
[file name=fb_rss-5182351523b283863386d1c620fdb724.zip size=1914]http://www.bestofjoomla.com/images/fbfiles/files/fb_rss-5182351523b283863386d1c620fdb724.zip[/file]