Star Trek Armada II: Fleet Operations

Miscellaneous => Forum/Site Quality => Topic started by: Eufnoc on June 18, 2007, 05:18:41 PM



Title: RSS FEED
Post by: Eufnoc on June 18, 2007, 05:18:41 PM
Please?


Title: Re: RSS FEED
Post by: DOCa Cola on June 18, 2007, 06:09:04 PM
http://www.fleetops.net/index.php?option=com_smf&type=rss;action=.xml


Title: Re: RSS FEED
Post by: Eufnoc on June 18, 2007, 06:26:51 PM
i was thinking more of just the news section, i dont want Hoedown in my feed back lol


Title: Re: RSS FEED
Post by: DOCa Cola on June 18, 2007, 06:55:43 PM
 :lol: yea. when i have time to ;) but currently i have not


Title: Re: RSS FEED
Post by: Eufnoc on June 18, 2007, 06:58:30 PM
haha cool, np, glad there will be one though!!!


Title: Re: RSS FEED
Post by: Fullphaser on June 19, 2007, 08:40:17 AM
:lol: yea. when i have time to ;) but currently i have not
tis odd, Is joomla overriding SMF's XML features?


Title: Re: RSS FEED
Post by: DOCa Cola on June 19, 2007, 10:53:13 AM
i wish i had the time to deal with everything in detail. if there is a feature in smf to provide a thread based rss feed i haven't found it yet


Title: Re: RSS FEED
Post by: Fullphaser on June 20, 2007, 03:29:11 AM
i wish i had the time to deal with everything in detail. if there is a feature in smf to provide a thread based rss feed i haven't found it yet
It is supposed to be default with the software, I think when Joomla over rides SMF's URL schema it throws it off or something.


Title: Re: RSS FEED
Post by: DOCa Cola on June 20, 2007, 07:19:27 AM
how does it work when not using joomla?


Title: Re: RSS FEED
Post by: Fullphaser on June 20, 2007, 05:49:11 PM
how does it work when not using joomla?
well when I'm paying my hosting company  :lol: whenever i visit a SMF based site the little RSS logo is sitting in the corner of the URL bar at all times and that is with the default settings see random smf forum pulled from SMF support board
http://support.simplemachines.org/demo/index.php
has the whole RSS thing in the right corner of the url bar


Title: Re: RSS FEED
Post by: DOCa Cola on June 20, 2007, 11:18:10 PM
ah, right, haven't noticed that


Title: Re: RSS FEED
Post by: ewm90 on June 21, 2007, 10:54:19 PM
Why do you need this rss feed? What would one get from this thats not on the site?


Title: Re: RSS FEED
Post by: DOCa Cola on June 22, 2007, 09:42:08 AM
whenever i visit a SMF based site the little RSS logo is sitting in the corner of the URL bar at all times and that is with the default settings see random smf forum pulled from SMF support board
yea, but opening it gives you the same feed as http://www.fleetops.net/index.php?option=com_smf&type=rss;action=.xml already does


Title: Re: RSS FEED
Post by: Fullphaser on June 22, 2007, 09:55:07 AM
whenever i visit a SMF based site the little RSS logo is sitting in the corner of the URL bar at all times and that is with the default settings see random smf forum pulled from SMF support board
yea, but opening it gives you the same feed as http://www.fleetops.net/index.php?option=com_smf&type=rss;action=.xml already does
I think when Joomla Bridge "patches" index.php it must snip out the xml before the patch it is just
Code:
'.xml' => array('News.php', 'ShowXmlFeed'),
after the "patch" through the bridge it seems the rewrote it so that index.php never makes an array call to figure out what it looks for. Which before it did with $_REQUEST['action']  and then $actionarray, but it seems that the bridge just flat out removes it.


Title: Re: RSS FEED
Post by: DOCa Cola on June 22, 2007, 10:44:39 AM
no, i meant when i click in a random simple machines forum on the rss feed button in the url bar, the rss feed still delivers me recent posts of the whole forum, thats the same case for the fleet operations forum


Title: Re: RSS FEED
Post by: Fullphaser on June 22, 2007, 05:50:23 PM
no, i meant when i click in a random simple machines forum on the rss feed button in the url bar, the rss feed still delivers me recent posts of the whole forum, thats the same case for the fleet operations forum
Oh I see what you mean now, I didn't even notice the RSS logo was here at fleetops till about 10 seconds ago, but yeah that is the only real "XML feed that I know about"