Latest blog in postbit - magpierss
This modification is in the archives.
For this hack, we are using magpierss - simple and GPL.
=========================================================== MagpieRSS provides an XML-based (expat) RSS parser in PHP. MagpieRSS is compatible with RSS 0.9 through RSS 1.0. Also parses RSS 1.0's modules, RSS 2.0, and Atom. (with a few exceptions) http://magpierss.sourceforge.net/ =========================================================== Idea came from DigitalPoint. I have actually been using this for several months on my forum. But with the new plugin system, it's even easier to share. Install instructions: Step 1) Magpierss Download & Install: http://magpierss.sourceforge.net/ Create a "cache" directory or make sure path is ok in: MAGPIEDIR/rss_cache.inc Step 2) Create a new profile field for the Blog - Note the field# The example below is field 7. Step 3) Edit magpierss.xml 1. include your full path to magpierss/rss_fetch.inc 2. Change field 7 to applicable field. PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
Import magpierss.xml Step 5) In your postbit template add the following (note field #!): PHP Code:
<if condition="$post['field7']">
Attached files: 2 Template Edits: 1 Simplicity: Easy Time: < 30 mins, 5 mins for advanced users Attached is a screen from another nevetS's Blog Feed parser using Carp - it is just as relivant. Latest Blog Feed in Postbit using Carp RSS Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Mini Mods Display latest blog post in postbit using Magpie RSS | vBulletin 3.6 Add-ons |
Latest Blog Feed in Postbit using Carp RSS | vBulletin 3.5 Add-ons |