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 |
#22
|
|||
|
|||
Quote:
Quote:
If you aren't getting any errors generated and the file cache is being populated then it *should* be working ok. The one possibility is that the way it's currently coded if the remote site is slow to respond then the the script will be slow to fill in the data. This gets magnified as it does 3 retries when fetching things. You might try reducing the retry count from 3 to 1 to see if that helps. You can tell if this is the problem by just waiting to see if the page eventually loads. |
#23
|
|||
|
|||
Quote:
I see where my running tally of all past and present xml feeds in the cache dir are stored as '644' which, with the exception of 'user' write(no execute), is strictly read only . . . . Now on to modifying 'postbit'!!! Will attempt to add 'reply' links into the xml title bar which will quickly point, take reader directly to the appropriate 'comment' forum . . . Thanks For Sharing Great Hack & reply, I think a really short 'support thread' is testament to a hack that works correct the first time and I will watch for your future / past 'inventions'!! Rss stands for 'really stupid simple'??? (hehe) Rabbit p.s. Everybody knows about iespell?? Little abc/check box upper right in VB editor??? Love it! Works just fine!! |
#24
|
|||
|
|||
Quote:
great mod, i was about to install feed2js with magpie and add a table below the what's going on section but i don't have to now Thanks |
#25
|
|||
|
|||
Installed this and created a directory outside public_hmtl
changed its permissions to 777 however each time i provide a url link it just gives this Fatal error: file_put_contents cannot write in file. in /includes/init.php(292) : eval()'d code on line 91 can someone advise on what im doing wrong? Thanks in advance for any help |
#26
|
|||
|
|||
does this work in 3.6?
|
#27
|
|||
|
|||
anyone get this to work in 3.6?
|
#28
|
||||
|
||||
I have this working in 3.6.2
This is a great hack but is a bit limiting. I would like to limit title's to xx characters and be able to define how many feeds it lists per feed url I add. |
#29
|
|||
|
|||
Quote:
Code:
$rss_item['TITLE'] = substr($rss_item['TITLE'], 0, 10); |
#30
|
||||
|
||||
Thank you for that.
Is there any reason that sometimes the RSS feed will not load? It seems for me that every few refreshes the rss feed does not show up. Maybe you can reproduce it on one of my sites: Mustang Forums If it shows up close the browser and open it again. If you do it a couple of times you should catch it where it won't load. |
#31
|
|||
|
|||
All of a sudden I'm getting these errors
Code:
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.sciam.com/xml/sciam.xml) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.sciam.com/xml/sciam.xml) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.sciam.com/xml/sciam.xml) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.sciam.com/xml/sciam.xml) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.nasa.gov/rss/breaking_news.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.nasa.gov/rss/breaking_news.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.nasa.gov/rss/breaking_news.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.nasa.gov/rss/breaking_news.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.physicsforums.com/blog/wp-rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.physicsforums.com/blog/wp-rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.physicsforums.com/blog/wp-rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.physicsforums.com/blog/wp-rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.jwz.org/cheesegrater/RSS/apod.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.jwz.org/cheesegrater/RSS/apod.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.jwz.org/cheesegrater/RSS/apod.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://www.jwz.org/cheesegrater/RSS/apod.rss) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://physicspost.com/rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://physicspost.com/rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://physicspost.com/rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /includes/init.php(292) : eval()'d code on line 218 Warning: file_get_contents(http://physicspost.com/rss.php) [function.file-get-contents]: failed to open stream: Connection refused in /includes/init.php(292) : eval()'d code on line 218 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|