RSS Configuration

Hello everyone,

I'm trying to configure the Dolphin RSS feed to work on my website. I have 2 cases:

1- The only things that I can configure as far as I can see are the URL address of where the RSS feed block are placed in (for instance the hompega). In my eyes then the URL should contain the URL from the hompage! Right?

However the object inside the RSS block keeps rotating forever.

So I do I make this work? Please answer in a very simple way as I'm not that familiar with that subject.

2 - In the main event page the rss icon is on the block name for past and upcoming events. However clicking on them brings you back to the homepage. Again.....how do you configure that?

Thanks,

 

Quote · 12 Sep 2010

2) not sure but you can take a look here

modules/boonex/events/classes/BxEventsModule.php

and this function serviceHomepageBlock () {

and this code:

return $o->ajaxBrowse(
$sBrowseMode,
$this->_oDb->getParam('bx_events_perpage_homepage'),
array(
_t('_bx_events_tab_upcoming') => array('href' => BX_DOL_URL_ROOT . '?bx_events_filter=upcoming', 'active' => 'upcoming' == $sBrowseMode, 'dynamic' => true),
_t('_bx_events_tab_featured') => array('href' => BX_DOL_URL_ROOT . '?bx_events_filter=featured', 'active' => 'featured' == $sBrowseMode, 'dynamic' => true),               
_t('_bx_events_tab_recent') => array('href' => BX_DOL_URL_ROOT . '?bx_events_filter=recent', 'active' => 'recent' == $sBrowseMode, 'dynamic' => true),
_t('_bx_events_tab_top') => array('href' => BX_DOL_URL_ROOT . '?bx_events_filter=top', 'active' => 'top' == $sBrowseMode, 'dynamic' => true),
_t('_bx_events_tab_popular') => array('href' => BX_DOL_URL_ROOT . '?bx_events_filter=popular', 'active' => 'popular' == $sBrowseMode, 'dynamic' => true),               
)

Quote · 12 Sep 2010

Thanks OKWEB,

Does this mean that the buld in RSS  software is not complete?

What is this part of code suppose to do?

Thanks

 

 

Quote · 13 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.