Log in

View Full Version : RSS feed on VB


cool_forum
01-30-2007, 04:29 PM
What I want to do is add a RSS news feed to my site. And everytime a new news article is released it will creade a new thread to discuss.

Please help.

thanks!

webmazter
01-30-2007, 04:42 PM
On latest VB version 3.6.4 you can do this.

Go to Admincp > RSS Feeds > Add New RSS Feed

cool_forum
01-30-2007, 04:48 PM
WOW! That sure is cool. Thanks webmazter! Works like a charm!

webmazter
01-30-2007, 05:07 PM
You're welcome :)

cool_forum
01-30-2007, 06:02 PM
Do you know if there is a way that you can add just one RSS article manually for users to discuss... instead of adding a hole feed.

firstrebel
01-30-2007, 06:39 PM
If you choose to display them as a post (as opposed to an announcement) then they can discuss the individual feed topic as a normal thread.

Bob

cool_forum
01-30-2007, 06:48 PM
thank you, but I am asking if there is just one articel that I want to discuss on a site like cnn, not strart start receiving all the rss messages.

webmazter
01-31-2007, 01:46 AM
thank you, but I am asking if there is just one articel that I want to discuss on a site like cnn, not strart start receiving all the rss messages.
You can just copy/paste the article. :)

manuelsechi
02-03-2007, 11:50 AM
hi all
if i have this feed
http://www.mtv.it/rss/news.xml

how can i refer to the <title> node in the template during setup the feed? in the example i have {RSS: title}...

thanx

Giray
02-03-2007, 12:49 PM
I have another issue. We've started doing this. We've pulled in news articles but they appear in 'new posts' and our staff is complaining that it's polluting the landing page. I wish there was a simple way to exclude certain forums from the new posts listing. Is there?

firstrebel
02-03-2007, 06:04 PM
In the navbar template find instances of search.php?do=getnew and add &exclude=1,2,3 so it looks like search.php?do=getnew&exclude=1,2,3. Replace 1,2,3 with the forum IDs you want to exclude.

Bob

manuelsechi
02-06-2007, 09:23 AM
up!

could someone please help?


hi all
if i have this feed
http://www.mtv.it/rss/news.xml

how can i refer to the <title> node in the template during setup the feed? in the example i have {RSS: title}...

thanx

Giray
02-10-2007, 02:26 AM
In the navbar template find instances of search.php?do=getnew and add &exclude=1,2,3 so it looks like search.php?do=getnew&exclude=1,2,3. Replace 1,2,3 with the forum IDs you want to exclude.

Bob
Bob, a little late in thanking you but it worked. Thanks.