MyBB Community Forums
Latest Posts RSS Feed - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: Latest Posts RSS Feed (/thread-52493.html)

Pages: 1 2 3 4 5


Latest Posts RSS Feed - querschlaeger - 2009-07-07

Hi,

I modified the syndication.php (from MyBB 1.4.8 1.6.3) a little bit. With the attached file you will get the latests posts and not only the latests threads as a RSS Feed (Web Feed).

Copy the file to your root directory of MyBB and with a browser just call up the file.

All parameters of default syndication works on syndication2.php too.

PS:

If you want to show this feed to browsers just add the following lines to headerinclude template (optional):

<link rel="alternate" type="application/rss+xml" title="Latest Posts (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication2.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Posts (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication2.php?type=atom1.0" />



RE: Latest Posts RSS Feed - ghazal - 2009-07-07

Very good..!

Promissing.. indeed


RE: Latest Posts RSS Feed - Lennart Sauter - 2009-07-07

Does it add a backlink? Wink


RE: Latest Posts RSS Feed - querschlaeger - 2009-07-07

No, it's not a typical plugin. Wink


RE: Latest Posts RSS Feed - querschlaeger - 2009-12-09

btw: It works very well with MyBB 1.4.9 or 1.4.10! Smile


RE: Latest Posts RSS Feed - Sammyed - 2009-12-10

Wow, this is something I've been looking for since I read some thread in the tutorial section.

I'll deactivate wordbb and I'll try this plugin to show feeds in my wordpress widgets. Thanks.


RE: Latest Posts RSS Feed - andrewjs18 - 2009-12-20

very nice....I'll use it on my forum..this will be nice for posting to twitter.


RE: Latest Posts RSS Feed - aglioeolio - 2010-01-09

Thanks querschlaeger

Useful code Smile


RE: Latest Posts RSS Feed - Mohammad-Za - 2010-01-21

Hi How Can I RTL the posts? For the Persian Language it's LTR But I want to RTL it!


RE: Latest Posts RSS Feed - querschlaeger - 2010-01-21

This should handle your Feed Reader. The output of the feed is "raw" html.