Current time: 03-12-2010, 03:47 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Latest Posts RSS Feed
07-07-2009, 08:57 AM (This post was last modified: 12-10-2009 12:17 AM by querschlaeger.)
Post: #1
Latest Posts RSS Feed
Hi,

I modified the syndication.php (from MyBB 1.4.8) 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 parameter of default syndication works on syndication2.php too.

Here you get a live demonstration:

http://pharmaboard.de/syndication2.php
(default view, RSS 2.0, 20 entries)

http://pharmaboard.de/syndication2.php?t...0&limit=15
(Atom 1.0, 15 entries)

http://pharmaboard.de/syndication2.php?f...0&limit=50
(Atom 1.0, 50 entries, only special forums)

PS:

If you want to show this feed to your browser just add the following lines to headerinclude template (optionial):

PHP Code:
<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" /> 


Attached File(s)
.php  syndication2.php (Size: 3.49 KB / Downloads: 121)

Visit this user's website Find all posts by this user
Quote this message in a reply
07-07-2009, 02:49 PM
Post: #2
RE: Latest Posts RSS Feed
Very good..!

Promissing.. indeed

<font size too large, removed. use NORMAL size only, like below>
FIND OUT ABOUT MYBBCODES.COM
Visit this user's website Find all posts by this user
Quote this message in a reply
07-07-2009, 03:15 PM
Post: #3
RE: Latest Posts RSS Feed
Does it add a backlink? Wink

[Image: mybbaddonssignatur.gif]
Owning MybbAddons.com MybbDesign.com Mybb-Themes.com MybbDesign.co.uk and Mybboard.biz
Visit this user's website Find all posts by this user
Quote this message in a reply
07-07-2009, 03:24 PM
Post: #4
RE: Latest Posts RSS Feed
No, it's not a typical plugin. Wink

Visit this user's website Find all posts by this user
Quote this message in a reply
12-09-2009, 11:36 PM
Post: #5
RE: Latest Posts RSS Feed
btw: It works very well with MyBB 1.4.9 or 1.4.10! Smile

Visit this user's website Find all posts by this user
Quote this message in a reply
12-10-2009, 12:14 AM
Post: #6
RE: Latest Posts RSS Feed
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
12-20-2009, 06:02 AM
Post: #7
RE: Latest Posts RSS Feed
very nice....I'll use it on my forum..this will be nice for posting to twitter.

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
01-09-2010, 08:42 PM
Post: #8
RE: Latest Posts RSS Feed
Thanks querschlaeger

Useful code Smile

[]s, Claudio

Petition: Distinction between "Premium" and "Free" Plugin & Themes Thread Releases
Visit this user's website Find all posts by this user
Quote this message in a reply
01-21-2010, 08:19 AM
Post: #9
RE: Latest Posts RSS Feed
Hi How Can I RTL the posts? For the Persian Language it's LTR But I want to RTL it!
Find all posts by this user
Quote this message in a reply
01-21-2010, 09:54 AM
Post: #10
RE: Latest Posts RSS Feed
This should handle your Feed Reader. The output of the feed is "raw" html.

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: