2009-07-07, 08:57 AM
(This post was last modified: 2011-05-27, 04:06 PM by querschlaeger.)
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):
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" />