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!
Re:Fix 03 - FB (1.0.3) - Correction of BUG (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Re:Fix 03 - FB (1.0.3) - Correction of BUG
#30456
Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
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]
Trorram (Moderator)
Lead the Testing and Quality team
Moderator
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Sao Paulo - Brazil
Logged Logged
 
Last Edit: 2007/11/08 14:21 By Trorram.
 
Leader the Testing and Quality team BestofJoomla - Fireboard
Comunidade do Joomla no Brasil!
 
The administrator has disabled public write access.  
#30488
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
Is it just me that can't see the attached file?
ezet (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30522
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
I don't see anything saying a file was attached.
grumblemarc (User)
Platinum Boarder
Posts: 3557
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#30527
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
1 - Make Download of the file attach. (fb_rss.zip)
2 - Unzip the file of fb_rss.zip

Change the file fb_rss.php by in attached.


Seems to me there should be one, also the thread shows an icon for an attached file. I don't care, but could be a problem for some
ezet (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30529
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
Don't see an icon but upon reading again it does mention an attachment. I think it just a block of cut-n-paste text that wasn't edited.
grumblemarc (User)
Platinum Boarder
Posts: 3557
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#30530
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
Peoples.

Very strange, I had atachhed. Here this show normal.

Sorry.

Here file atached again.

Trorram
File Attachment:
File Name: fb_rss-621185aeb3521b9adb85dc61c4f0d105.zip
File Size: 1914
Trorram (Moderator)
Lead the Testing and Quality team
Moderator
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Sao Paulo - Brazil
Logged Logged
 
Last Edit: 2007/11/08 14:30 By Trorram.
 
Leader the Testing and Quality team BestofJoomla - Fireboard
Comunidade do Joomla no Brasil!
 
The administrator has disabled public write access.  
#30532
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
Edit:
Sorry, it's impossible to give correct instructions on this forum because of all the restrictions on what code you can post, even in [-code] tags. It strips away too much of the text, and this is what has happened in the original post by Trorram as well. Stick to the attached file.

Correct, but incomplete manual instructions are:

Replace, line 26:
[code:1]$orderby = @$params->orderby;

switch (strtolower($orderby))[/code:1]

with:
[code:1]$orderby = @$params->orderby;

$_texts = '';

switch (strtolower($orderby))[/code:1]

Replace, line 90:
[code:1]
echo $JB_URLEMOTIONSPATH; ?>fb_rsspower.gif
[/code:1]

with:
[code:1]
echo JB_URLEMOTIONSPATH; ?>fb_rsspower.gif
[/code:1]

The last replacement is impossible to paste cause the forum strips away crucial tags and parts of the code.
ezet (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/08 14:22 By ezet.
 
The administrator has disabled public write access.  
#30537
Re:Fix 03 - FB (1.0.3) - Correction of BUG 11 Months, 1 Week ago  
dear ezet;

Perfect, The modifications were wrong due to a tag "[code1]" to be wrong. They put I updated.

Thank you for contributing.

Cu,Trorram
Trorram (Moderator)
Lead the Testing and Quality team
Moderator
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Sao Paulo - Brazil
Logged Logged
 
Leader the Testing and Quality team BestofJoomla - Fireboard
Comunidade do Joomla no Brasil!
 
The administrator has disabled public write access.  
Go to top