PDA

View Full Version : Feed myVivvo (Syndication extension)


utvara
05-14-2007, 03:10 PM
The simplest way of integrating various web softwares with your Vivvo CMS is to gather data through RSS/Atom, here is extension to help you create feed boxes (feed items are formated in same manner as articles).

Check out new Vivvo forum feed box on http://www.myvivvo.com/.

This extension is based on SimplePie feed parser (http://simplepie.org), great work :cool:

Usage example:

$feed = HTML_feed_list(
'box_article_list.tpl',
array('BOX_TITLE'=> 'Vivvo forum feed','BOX_ID' => 'box_feed'),
'article_title.tpl',
array(),
'http://www.vivvo.net/forums/external.php?type=RSS2',
5
);
$template_manager->assign($feed, '/{BOX_FEED}/');


This will assign feed from Vivvo's forum to {BOX_FEED} tag, feed items will be formated using templates/content/box_article_list.tpl and templates/content/summary/article_title.tpl (you should remove {ROOT} tag from it to correct href problem).

Criticalmass24
05-16-2007, 07:25 AM
on vbulliten where is the rss feed located at i cant seem to find it.

pcoskat
05-30-2007, 05:42 PM
Check out new Vivvo forum feed box on http://www.myvivvo.com/.

That url is showing an error:

This Account Has Exceeded Its CPU Quota

Please contact this site's webmaster.

Wait a few minutes and use your browser's "Back" button or click here to try again.




--------------------------------------------------------------------------------
If you are the webmaster, your account may have exceeded for one or more of the following reasons:
Your site has used more than 20% of the cpu.
Your account has too many processes running at the same time.
Your site was consuming too many resources. This happens on occassion to very busy sites that have inefficient scripts running.

pcoskat
05-30-2007, 06:18 PM
This extension is based on SimplePie feed parser (http://simplepie.org)

Are you using SimplePie to feed the "Latest Discussions" block in the lower LEFT column here: http://www.vivvo.net/demo.php

The way your website is set up, I assumed this was a plug in...not a modification that had to be made.

Alex
05-31-2007, 08:37 AM
That url is showing an error:

This Account Has Exceeded Its CPU Quota

www.myvivvo.com ? Not for me... perhaps it was some glitch for a few minutes?

Alex
05-31-2007, 08:38 AM
Are you using SimplePie to feed the "Latest Discussions" block in the lower LEFT column here: http://www.vivvo.net/demo.php

No, this is JS feed directly from vBulletin.

pcoskat
05-31-2007, 08:47 AM
www.myvivvo.com ? Not for me... perhaps it was some glitch for a few minutes?
Ah, yes, it's working now.

albrt
06-02-2007, 06:19 AM
I am very new to vivvo and I dont know where to place the code. Pls do reply me where to place the code and how to feed my forum posts into the frontend of my site..
Thank u..

kien
07-09-2007, 04:05 AM
me too, where is add code? which files? why dont you post it here? I using latest vivvo version.

andy77
07-09-2007, 10:55 AM
/include/box_definitions.php is the place for all custom blocks.