![]() |
Quote:
Are you having this problem in CMPS or in a regular vB forum? Post up your RSS Feed post format. |
Quote:
Feed Name : CNBC News Feed Location/URL : http://articles.moneycentral.msn.com...latestrss.aspx Parent RSS Tag Name: channel Items RSS Tag Name : item Thread Title RSS Tag Name: title Thread Post RSS Construct: HTML Code:
[b]Published:[/b] {XML[pubDate]} |
I'm trying to get an rss feed from here http://www.absolutepunk.net/external...s&forumids=165
It says Invalid URL To RSS Feed Given. Please help, thanks. |
Quote:
Here's mine - and it works - maybe try this format? HTML Code:
{XML[description]} |
Hi,
Is there a vB 3.60 ready version of this product somewhere? |
Is there any way to keep the posts made by this out of the "new posts" request?
|
I'm also want to use this with 3.6
Will it work ? |
3.6 has RSS feeds as a default feature. This modification uses the same tables as 3.6 and so will cause errors on upgrading to 3.6 unless you uninstall it first, and will not work due to the same tables being used.
|
My site, www.bleepingidiots.com, has CuteNews (news managment... RSS) on the front page. I also set it up so this vBulletin hack automatically posts the news feeds in the appropiate forum sections.
For some reason when I try to update the feed using this vB hack it gives me this message: Quote:
Any ideas? Thanks - Kevin |
hi,
thanks for this hack but when i try to update feed it display this error: PHP Code:
Regards, Terminatoronly |
Quote:
|
For some reason I still get random replies to this thread even though I unsubscribed from this hack years ago:)
It was a great hack but I really don't understand why you guys keep trying to get it to work, unsupported as it is and with VB 3.6 having a much better RSS feed system built right in to it. What's the point? Just make sure you uninstall this hack first before you upgrade to 3.6. |
Quote:
If this hack is unsupported, then I respect that and I don?t bother to post in here again. But if it is unsupported, then why not deleting this entire thread or just close it with remarks that this hack IS unsupport? It just confuses other people if it is still possible to post in here and to ask questions. just my 2 cents for it. Thanks anyway. |
I am getting this error:
sb_test() in /****/***/****/********/******/**/forum/includes/class_dm_threadpost.php(1466) : eval()'d code on line 2 Does anyone have any idea how I can fix that? Thanks in advance. |
I had this addon installed and then upgraded to 3.6.3
In version 3.6.3 there is also a database table called "rssfeed" An upgrade to the new version the rssfeed table is overwritten, and you will get errors on the addon. I rebuild the database table for this script and then did an uninstall of the product, then I rebuild the table that comes with VB 3.6.3 I think the uninstall of this addon was not successfull, the system is still sending me emails with database errors. And in the admin toolbar, this Inferno rss feed was not removed from the admin toolbar. The error : Database error in vBulletin 3.6.3: Invalid SQL: select r.*, f.title from vb_rssfeed r left join vb_forum f on(f.forumid = r.feed_forum) order by r.feed_name; MySQL Error : Table 'xxxxxxxx.vb_rssfeed' doesn't exist Error Number : 1146 Date : Monday, November 20th 2006 @ 02:16:24 PM Script : http://www.xxxxxx.com/forum/redbulljoey/ffrss.php? Referrer : http://www.xxxxxx.com/forum/redbullj...dex.php?do=nav IP Address : 84.81.128.127 Username : xxxxxxxx Classname : vb_database What can I do ? |
<a href="http://one.revver.com/revver" target="_blank">http://one.revver.com/revver</a> offers an RSS feed with video clips (youtube style), will this Hack work same, or is there a mod that needs to be performed?
|
Quote:
|
Bump.
I'm getting a million and one emails saying the above error. Can someone please help me to remove this completely so i dont get the error? Thanks for your help. |
Hi,
I am using RSS feed which is integrated in 3.6.4. I can post RSS feeds of other sites into specified forums in my test forum. Though the posts are posted, I want to modify its content. Normally, the post ends with a link to its original place. How can I remove this clickable link and replace it with the full text of this thread such that my visitors won't leave my forum. Thanks David |
Is there a way to post all rss feed from 1 rss feed to be posted inside 1 thread and have that thread be updated when rss feeds are updated?
instead of having each feed from that 1 feed be posted on seperate threads in a specific forum thanks! |
Quote:
|
It was working fine for 1 months but now it gives the same error at all rss feeds;
" Invalid URL To RSS Feed Given " can someone help? |
Does any one know how to make the posts include the signature?
|
Quote:
|
Im getting a database error, anyone know why that would be?
Database error in vBulletin 3.6.7: Invalid SQL: select r.*, f.title from rssfeed r left join forum f on(f.forumid = r.feed_forum) order by r.feed_name; MySQL Error : Unknown column 'r.feed_forum' in 'on clause' Error Number : 1054 Date : Tuesday, June 12th 2007 @ 01:20:29 PM Script : http://pesforum.co.uk/forum/admincp/ffrss.php? Referrer : http://pesforum.co.uk/forum/admincp/index.php?do=nav IP Address : 86.4.5.148 Username : x YNWA X Classname : vB_Database |
Never mind. Figured out how to add the rssfeed table after uninstalling Inferno RSS in this thread.
|
When i click control forum feed i get error:
Database error in vBulletin 3.6.7: Invalid SQL: select r.*, f.title from rssfeed r left join forum f on(f.forumid = r.feed_forum) order by r.feed_name; MySQL Error : Unknown column 'r.feed_forum' in 'on clause' Error Number : 1054 Date : Friday, July 6th 2007 @ 09:23:42 AM Script : http://www.ceritabrunei.com/forum/admincp/ffrss.php? Referrer : http://www.ceritabrunei.com/forum/ad...dex.php?do=nav IP Address : 61.6.198.11 Username : Editor Classname : vb_database WHat is the problem here? |
Quote:
|
Well done mate, it's pretty cool!
|
i cant install i get this error
Quote:
thanks :) |
thats because vb already has RSS functionality, this hack is out of date.
you can search any category for new posts seperately by adding &f=forumid forumid being the number for example www.site.com/forums/search.php?do=getnew&f=10 So you can search seperate categories by adding the above links on your forums.. not sure if there is a hack somewhere for this. |
I might have found a solution for the duplicate posts thing.. I replaced the post_thread() function with the following code:
Code:
function post_thread($title, $message, $feed) |
One little change made to this piece of code.. added 'mysql_real_escape_string() over the $title var.. to prevent quotes from splitting the query in two resulting in a mysql-error.
|
This doesn't work with 3.6.8 - is there an update or a similar mod for 3.6.x?
|
All times are GMT. The time now is 01:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|