RSS feed block link

The rss feed block displays the feeds just fine but the EXTERNAL LINK assigned to the blog post's SOURCE *in the "boxed" section underneath it* ( the external blog site - not the blog post itself which has a correct link) is the SAME as the dolphin main site home page which a visitor is already on. In other words, the external link just reloads your own home page.

Something here, perhaps a bug, in Dolphin-v.7.1.2/inc/js/jquery.dolRSSFeed.js ?

'<div class="rss_read_more bx-def-padding-left bx-def-padding-right">' +

                                '<a href="' + feed.link + '" ' + sTarget + ' class="rss_read_more_link">' + feed.title + '</a>' +

                            '</div>' +

much thanks!

Quote · 9 Jun 2013

External link is taken from the RSS feed, if it is not specified, or specified incorrectly it maybe a problem, please try different feeds.

Rules → http://www.boonex.com/terms
Quote · 11 Jun 2013

I put the same feed urls in my web browser and each time my rss reader (NetNewsWire) detects them and downloads all the articles with the proper site links and names of each blog.

Take a look on the homepage if you are able to at http://altchurch.org .

Any other ideas for a fix? Thank you for all your hard work, btw.

Quote · 12 Jun 2013

 I can see the problem on your site, but can't reproduce it, please could you specify what exactly are entering into the following fields when adding RSS block ?

Caption Lang Key:

Url Of RSS Feed:

Number Of RSS Items (0 - All):

 

I put the same feed urls in my web browser and each time my rss reader (NetNewsWire) detects them and downloads all the articles with the proper site links and names of each blog.

Take a look on the homepage if you are able to at http://altchurch.org .

Any other ideas for a fix? Thank you for all your hard work, btw.

 

Rules → http://www.boonex.com/terms
Quote · 12 Jun 2013

Caption Lang Key: _RSS Feed

Url Of RSS Feed: http://www.housechurch.org/blog/feed     http://livingtruth.com/?cat=5&feed=rss2 http://www.morethancake.org/feed/

Number Of RSS Items (0 - All): 1

Quote · 12 Jun 2013

There is a problem with RSS Atom format, if possible please use RSS Feed, not Atom feed.

If you still want use Atom RSS feed, then try the following modification:

Change the following line in get_rss_feed.php:

echo bx_file_get_contents(BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url'])) ? bx_append_url_params($sUrl, 'bx_profiler_disable=1') : $sUrl);

to:

$s = bx_file_get_contents(BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url'])) ? bx_append_url_params($sUrl, 'bx_profiler_disable=1') : $sUrl);
$s = preg_replace(array('/<(\w+):(\w+)/', '/<\/(\w+):(\w+)>/'), array('<$1_$2', '</$1_$2>'), $s);
echo $s;
Rules → http://www.boonex.com/terms
Quote · 13 Jun 2013

The alternate code you provided was perfect and will likely benefit others, too.

Thank you for caring, Alex!

Quote · 13 Jun 2013
 
 
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.