Trying to setup an aggregator block that displays feeds from another site. The newsfeeds on the other site include ampersands in the URL, but when added to the aggregator, the ampersands are changed to & html codes. Since these codes aren't valid in the URL, the links don't go to the proper pages.

Example, this link:
http://www.claudepate.com/modules.php?op=modload&name=News&file=article&sid=471

Appears in the aggregator as this:
http://www.claudepate.com/modules.php?op=modload&name=News&file=article&sid=471

When someone clicks on the aggregator link, the site doesn't understand the URL, so it just loads the default page instead of the specific article link.

Comments

magico’s picture

Version: 4.7.1 » x.y.z
Status: Active » Fixed

1. ?q=admin/content/aggregator/add/feed
2. choose the following feed http://www.claudepate.com/backend.php
3. update items
4. goto to this source
5. all links seem correctly pointing to their original sources

Anonymous’s picture

Status: Fixed » Closed (fixed)