The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
RSS Feeds from other sites Onto My Site, Each as a Separate Article?
Hello,
I am interested in taking numerous RSS feeds from other websites and, through filters, having them go to separate addresses on my own website, each one of them displaying as an article (where people can comment, etc), and the first few sentences or paragraphs displaying as content (with a link to the full source as well). Do you know if this is possible? If I can't have it display as articles, then I would be fine with each appearing as a new forum post (in each individual section of my forum), but I would imagine that would be more difficult.... --------------- Added [DATE]1347598712[/DATE] at [TIME]1347598712[/TIME] --------------- I have used http://pipes.yahoo.com, which actually filters feeds into individual sections. However, how could I make this actually display on my website, each one as a separate article (where people can comment, etc) going to a predetermined section of my website based on how it is separated in pipes.yahoo.com? Do you know what I mean? --------------- Added [DATE]1347599498[/DATE] at [TIME]1347599498[/TIME] --------------- I think that this would be a major help for a lot of people if it were possible. I think it could be possible. For example, I know that people can already have an RSS feed go to a specific location on their website. Also, in pipes.yahoo.com, you can search for the text to pull from different RSS feeds in different locations of each RSS feed -- either in the title, description, author, and a couple other locations. I take this to mean that the title of the article would be in a separate location from the description, in each RSS feed. Wouldn't that mean that you could possibly direct the title to display as the title of the article on my website? And then have the description display in the body of my site's article? And then the comment section would already be there, since that is preloaded in vbulletin articles. If there is some way to make this happen, some way to work with pipes.yahoo.com filters to make it display on my website, that would be huge. I could see a huge potential in that (for everyone's websites). --------------- Added [DATE]1347599583[/DATE] at [TIME]1347599583[/TIME] --------------- And then, based on the filters, have the results of one filter go to one article section of my website, and have the results of another filter go to another article section of my website, etc. Does that make sense? |
#2
|
|||
|
|||
If I'm understanding you, I think you could do what you want using threads posted in forums without any changes. You'd just have to use the feed manager to set up a different feed for each forum (I'm assuming the yahoo pipes thing lets you construct a feed url that provides the articles filtered in some way).
As for making them articles, I have to admit I'm not as familiar with the CMS as I probably should be, but I think articles are nasically threads, so that it might only take relatively minor changes to the rss poster code to make articles instead of threads. |
#3
|
|||
|
|||
kh99, that would be awesome if I could have each RSS feed news story post as a separate thread.
You are referring to the feed manager in the admincp, correct? Would the feed manager allow me to use the Item Description as the body of the forum post, and the Item Title as the title of the forum post? If you can help me out with this, I would be eternally grateful, as this would be truly awesome and a major help. |
#4
|
|||
|
|||
Have you looked at the "RSS Feed Manager"? I think a lot of it is self-explanatory. There's a "Post Items as Threads" section that is selected by default, and above that is a Templates section where you might be able to rearrange what's used for the title and body of the post. You need to enter a user name and select a forum (I'm going bottom to top for some reason). If there's anything you can't figure out you can always ask here.
|
#5
|
|||
|
|||
Do you know if there is a way to make "Days for Announcement to Remain Active" to be indefinite? I don't want these posts to disappear from my forum!
--------------- Added [DATE]1347690983[/DATE] at [TIME]1347690983[/TIME] --------------- Do you know if I can copy any of the RSS Feeds that I created in my Feed Manager? It would make it so much easier if I could just copy them so that I can use the same info on the copies but with another RSS feed URL... |
#6
|
|||
|
|||
Quote:
Quote:
|
#7
|
|||
|
|||
Can I write directly to the rssfeed table within the admincp?
How exactly would I do that? I definitely don't want to mess with anything on the ftp. --------------- Added [DATE]1347722271[/DATE] at [TIME]1347722271[/TIME] --------------- Also do you know how I can bring any image or video from the article into my forum post, along with the description and link? The feed template in my admincp Feed Manager is the standard {feed:description} More... |
#8
|
|||
|
|||
Changing the database directly is probably an advanced thing. In short, each row in the rssfeed table has the data for one feed, so if you wanted a lot of similar feeds you might be able to do it by duplicating rows. But unless you know at least some simple sql, it's probably better for you to use the RSS Feed Manager.
As for your other question, I would have to look in to it but I won't have a chance to do it today. |
#9
|
|||
|
|||
Would I do this in the admincp > Maintenance > Execute SQL Query ?
What would be the next step? Thank you very much for helping me with this. |
#10
|
|||
|
|||
Right, you would do it in Execute SQL Query, and I guess you could do this (to duplicate one row):
Code:
INSERT INTO rssfeed (SELECT NULL, `title`, `url`, `port`, `ttl`, `maxresults`, `userid`, `forumid`, `prefixid`, `iconid`, `titletemplate`, `bodytemplate`, `searchwords`, `itemtype`, `threadactiondelay`, `endannouncement`, `options`, 0 FROM rssfeed WHERE rssfeedid = 1) And you'd change the 1 in "rssfeedid = 1" (at the end0 to the feed id that you want to copy. (So I guess it's not really that advanced ). You may want to go to the Scheduled Task Manager first and temporarily disable the RSS Poster Robot task, or else it may run before you get a chance to go in and edit your new feeds. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|