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
[Solved] FBfeed Working Finally!!! (1 viewing) (1) Guest
TOPIC: [Solved] FBfeed Working Finally!!!
#58546
[Solved] FBfeed Working Finally!!! 3 Months, 3 Weeks ago  
Can anyone help with this?

I am getting this error:

XML Parsing Error: junk after document element
Location: kansascityfantasy.com/component/option,com_fbfeed/f,1/func,rss/
Line Number 2, Column 1:


<b>Warning</b>: include_once(JB_ABSSOURCESPATHparser.inc.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/home1/tpflanzc/public_html/kansascityfantasy/components/com_fireboard/template/default/smile.class.php</b> on line <b>21</b><br />
^


Using J!1.0.13 and FB1.0.5RC1

kansascityfantasy.com/component/option,com_fbfeed/Itemid,112/

The feeds appear to be created correctly in the back-end, I created a link to FBfeed, and the feed link shows up, but when clicking on the feed the error appears.

I have been asking questions about FBfeed for a while. Please let me know if there is not way to get it working.
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
Last Edit: 2008/09/17 23:32 By kcfantasy.
 
 
 
#58547
Re:FBfeed 3 Months, 3 Weeks ago  
Line 21 of smile.class.php:

include_once(JB_ABSSOURCESPATH."parser.inc.php" );
kcfantasy (User)
Junior Boarder
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
KC Fantasy
Logged Logged
 
Last Edit: 2008/09/17 08:07 By kcfantasy.
 
 
 
#58616
Re:FBfeed 3 Months, 3 Weeks ago  
I had another problem before the one listed. 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
 
 
 
Go to top