The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Integrate Feedburner RSS tools - replace the standard RSS feeds Details »» | |||||||||||||||||||||||||||
Integrate Feedburner RSS tools - replace the standard RSS feeds
Developer Last Online: Apr 2012
This mod has been carried over from the 3.6.x branch with the permission of the original author, mccollin.
I am frustrated with the fact that vBulletin 3.6.x does not limit the RSS feeds and so your entire posts are going out for someone to load into their site, thus eliminating the need for them to come to your site at all. Upon investigating this, I discovered FeedBurner's vast capabilities so I have tried to replace the built-in RSS capabilities of vBulletin's external.php with FeedBurner. The modification is a simple template change, and renaming one file. 1. First you need to go to feedburner.com and get yourself an account setup. 2. Copy your /forums/external.php file to some other name such as /forums/feedburner.php. (you will eventually want to hide external.php, so this is a preliminary step) 3. Next go into AdminCP and print out a list of all your forums. Then, by using the "hover" over the names of the forums, record the forum IDs from the URL in the browser's status window on your list. 4. Create a new feed at feedburner.com using the url of PHP Code:
5. Using the tools at Feedburner.com to create links to your feed, determine the url to your Feedburner feed and make a note of it. It will most likely be something like this... PHP Code:
7. Now you will need to manually create a new feed for any forum which you want to have a feed fore. Go into Feedburner.com and the new feed dialog. Re-enter the url used above to create another feed, and append to the end of it the code for forumid. Use the chart you created and start at the top. You will need to create a feed for each forum you wish to have a feed to. The url for forum ID 47 would be PHP Code:
8. Repeat this process for all forums you wish to have feeds for, making sure that the url used in each case is exactly the same except for the forumid. This is very important. For example, if your feed url provided in Step 5 by FeedBurner is http://feeds.feedburner.com/yourforumurlcom, then the url used when creating each subsequent forum feed needs to be http://feeds.feedburner.com/yourforumurlcom-xx (xx being the forum id). 9. Now to integrate this into your forum, you need to make a change to the headinclude template. Find the following code: PHP Code:
PHP Code:
There are literally hundreds of things you can do with your RSS feeds once they are being provided by FeedBurner. Here is a good article to start with: How and Why to Use Feedburner Show Your Support
|
Comments |
#2
|
||||
|
||||
demo?
I don't really understand, I have feedburner on my forums already |
#3
|
|||
|
|||
Quote:
my forum is limited to guests (so they cant see anything) and i cant get any rss feeds. How do i fix this? |
#4
|
|||
|
|||
I think you need to rewrite your instructions from Step 7.
I see what you're trying to do, but it's not very clear. For example, one of your code examples mentions fbget.php but you previously named the script feedburner.php. You also didn't mention when creating the second (and subsequent) feeds on feedburner for the individual forums what they should be named. From the example you give, http://feeds.feedburner.com/yourforumurlcom-$foruminfo[forumid], obviously they need to be yourforumurlcom-xx ? I like the idea, I wish it was a bit simpler, my forum has about 40 forums within it. It'd be nice if there was an easy way to get all the IDs, mabe a simpe script which outputs a list of all of them which are in use. |
#5
|
||||
|
||||
Quote:
EG: In FireFox, if you click on the RSS button in the URL bar it will 'find' the stock vBulletin external.php script but his change will instead 'find' your FeedBurner URL instead. In short, you're hiding the default vB script and are using FeedBurner instead for all of your outgoing feeds that people can subscribe to. |
#6
|
|||
|
|||
Thank you for the feedback and for a catching a couple of inconsistencies. I believe I have corrected them all now. I also clarified step 8 a little more.
This mod is more for the "advanced" forum operator who wants more control over their RSS feeds and wants to do things like publicize and monetize their RSS feeds. |
#7
|
||||
|
||||
Ok, I get my account with FeedBurner.com but before to proceed to the integration, is this the final version? no more Modifications?
give me a green light and I will proceed |
#8
|
|||
|
|||
It's final - no additional modifications.
Go for it! |
#9
|
||||
|
||||
I don't understand why you have to change it from external.php to feedburner.php. It looks like you are replacing the links in the style anyway, right?
|
#10
|
|||
|
|||
does this work ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|