RSS Configuration

I'd like to know what is required to make modifcations to the RSS feeds:

 

1.  How to limit the excerpt size?
2.  I would like to change the behavior of the RSS links to navigate to those pages...instead of opening a new browser window.

 

Thanks - J

Quote · 5 Dec 2008

ok here's how to change it open

/inc/js/jquery.dolRSSFeed.js

find

<a href="' + item.link + '" target="_blank">' + item.title + '</a>' +

and chang it to

<a href="' + feed.link + '" target="_self">' + feed.title + '</a>' +

that way it will open in the same window no more new pop up :))))

Quote · 9 Dec 2008

 

For your Item 1 (limit the size of the text displayed for RSS feed)

 

We were able to find the fix here..

http://www.boonex.com/unity/forums/#topic/RSS-Feed-Character-Limit.htm

 

Thanks to signalzero for his persistence in testing the (not-so-often-correct) code.

 

D

Quote · 10 Dec 2008
 
 
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.