The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
RSS Feeds on Forumhome and Other vb Pages Details »» | |||||||||||||||||||||||||||
RSS Feeds on Forumhome and Other vb Pages
Developer Last Online: Oct 2013
This product adds support for displaying RSS feeds on 1 or more vb pages.
The product will create 5 plugins and a new section, RSS Feed Processing, under vBulletin Options. Also added will be 2 new templates appropriately grouped under 'RSS Feed Templates'. Configuration Change the settings in 'vBulletin Options -> RSS Feed Processing' to suit your particular needs. One thing that proves difficult for some users is creating the 'cache' directory. This directory needs to be CHMOD 777 and it should reside outside the web root. All of the RSS feeds will be cached in that location so depending on how the product is configured (i.e. allowing users to define their own feeds) the size of the directory could grow signficantly. An advanced feature that is only available for non-user specified feeds is the ability to include code to filter and/or modify the feed content. If the feeds are being provided for your users this can prove to be a very powerful tool. Placing the content on pages As supplied the RSS Feed content will be displayed below the "What's Going On" block. This may be changed by modifying the 'RSS Feed - Content Generation' plugin in different ways.
The RSS feed content is placed in the $feedcontent array with an entry for each feed. To manually place the feeds in templates refer to the entries for 3 feeds as $feedcontent[0], $feedcontent[1] and $feedcontent[2]. If the content for a given feed cannot be decoded then that array entry will be empty. Revisions 1.00 RC2 16-Jan-2006 Added support to allow the displayed feeds to collapse when not a user-specified feed.
If you find this product useful donations via PayPal may be made via the Sponsors Page. Do not reproduce or publish elsewhere without my written permission. Show Your Support
|
Comments |
#2
|
|||
|
|||
sounds great thanks
|
#3
|
|||
|
|||
Hello, great hack, it works very well ant it's very usefull
But I have a question: the content is displaying in the botom of the page, how can I display a the top ? Is it in the forum home template ? Thanks for your answers |
#4
|
|||
|
|||
The placement is currently determined by the RSS Feed - Content Generation plugin, the content of which is shown below.
PHP Code:
Alternatively, you may delete all the search/replace logic in the plugin and edit the template directly by following the guidelines in the Placing the content on pages section. |
#5
|
|||
|
|||
Hi TGmorris,
IF I would like to display the RSS feed in some other location on my forums or lets say within another template on my forum in that case 1. Could you tell me what code do I need to add to have the feeds show up there. 2. My Second question is related to the above, what part of the code do I need to remove in the XML file (provided in the zip) in order to remove the feeds to show up in forumshome. ---- Thanks for your help. regards, Vik |
#6
|
|||
|
|||
There are several ways to accomplish what you want to do. The simplest is to edit the 'RSS Feed - Content Generation' plugin and move it to a different location (i.e. change the hook location). Once that's done edit the search text to what is needed for the new spot. This can be done by looking at the generated html and finding the appropriate comment or some unique text.
|
#7
|
|||
|
|||
Just installed this and now get the following error:
Fatal error: file_put_contents cannot write in file. in /includes/init.php(292) : eval()'d code on line 91 I tried de-activating the plugin but still get the error. |
#8
|
|||
|
|||
Quote:
If you've deactivated the plugin code in the init_startup section I'm not really sure how you can still get that error. Any additional info you can provide will be helpful. PS - The error message likely relates to that fact that the cache directory doesn't have 777 permissions. |
#9
|
||||
|
||||
This is a great plug in....
Yet I can't get it to display in my right sidebar...even with editing the search text to be right where I want it... |
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|