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!
Where is FBFeed?? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Where is FBFeed??
#33171
Where is FBFeed?? 1 Year ago  
There seems to be no news regarding FBFeed and it's development, and the download file is a 404. Can anyone help?
designsedge (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#33172
Re:Where is FBFeed?? 1 Year ago  
designsedge wrote:
There seems to be no news regarding FBFeed and it's development, and the download file is a 404. Can anyone help?

Thanks for your report. It had a problem when we change site. It should working now.
greatpixels (Admin)
BoJ Team
Moderator
Posts: 460
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
The administrator has disabled public write access.  
#33202
Re:Where is FBFeed?? 1 Year ago  
Thanks for the quick response, I was able to download, however; I still cannot get it to function. I have commented out:
[code:1]include ($mosConfig_absolute_path."/components/com_fireboard/smile.class.php"«»);[/code:1]

Do you know if this would cause it not to function, or who I can discuss this with - apparently there is no smile.class.php file in the fireboard distribution.
designsedge (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#33203
Re:Where is FBFeed?? 1 Year ago  
himm,

Yes it should be like that

[code:1] include ($mosConfig_absolute_path."/components/com_fireboard/template/default/smile.class.php"«»);[/code:1]
editor (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: New York, USA
Logged Logged
 
The administrator has disabled public write access.  
#33272
Re:Where is FBFeed?? 12 Months ago  
[code:1]include ($mosConfig_absolute_path."/components/com_fireboard/template/default/smile.class.php"«»);[/code:1]

The default package has the referral wrong - it has it as [code:1]

include ($mosConfig_absolute_path."/components/com_fireboard/smile.class.php"«»);[/code:1]

You may want to change that in the distribution zip..

The main thing....IT WORKS NOW!!! WHOOO HOOO>>>:woohoo:
designsedge (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58136
Re:Where is FBFeed?? 2 Months, 3 Weeks ago  
I cannot get FBfeed to work. using J! 1.0.13 and FB 1.0.5RC1 I have tried everything mentioned.
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
 
The administrator has disabled public write access.  
#58618
Re:Where is FBFeed?? 2 Months, 2 Weeks ago  
This is everything I did from start to end to get that piece of crap working... With ZERO support from BOJ!

1 - Install fbFeed
2 - Create your feed.
3 - Publish fbFeed component as a menu item
4 - Now when you will get an error stating the incorrect path to smile.class.php. This is where I started to make some changes. The actual path is:
/components/com_fireboard/template/default/smile.class.php
5 - Go to the correct path and copy the smile.class.php to your computer
6 - Rename to fbfeed_smile.class.php
7 - Open fbfeed_smile.class.php in your .txt editor
8 - Comment out lines 21 and 22 (in other words add // at the beginning of both lines) and save
9 - Copy it back to /components/com_fireboard/template/default/ on your site (you want to make sure you have BOTH fbfeed_smile.class.php AND smile.class.php in the folder)
10 - Next go to /components/com_fbfeed/ and open the fbfeed_rss.php file in your .txt editor
On line 17 change the path to /components/com_fireboard/template/default/fbfeed_smile.class.php
11 - Make sure you copy fbfeed_rss.php back to /components/com_fbfeed/ if you copied it to your computer to edit it

Everything should work well now.

Why did I copy and rename the smile.class.php instead of simply making changes to it?

The simple answer is... I have no idea of everything that is affected by the smile.class.php, or if the changes would affect it. This way the ONLY component affected by the fbfeed_smile.class.php file is fbFeed and no other components or FB functions should be affected by the changes.
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top