The link which points to the user profile uses the old "user/view/X" style instead of the new "user/X/view" style. The attached patch fixes this.

CommentFileSizeAuthor
#1 SYNDICATION_4_6.txt3.41 KBPrometheus6
syndication.module.patch887 bytestangent

Comments

Prometheus6’s picture

Version: » 4.6.x-1.x-dev
StatusFileSize
new3.41 KB

This patch corrects the user view links (user/$uid instead of user/view/$uid) and the blog RSS links (blog/$uid/feed instead of blog/feed/$uid).

It also modifies the block it creates so that on the blog pages it links to the appropriate blog feed (blog/feed or blog/$uid/feed) rather than the overall site feed.

Finally there's some minor reformatting of the output and the menu link was changed from "syndication" to "RSS feeds."

lennart’s picture

This is still an issue - could someone commit the patch?

Kind Regards,
Lennart

deekayen’s picture

Assigned: Unassigned » deekayen
deekayen’s picture

Status: Needs review » Fixed

Applied to DRUPAL-4-6.

Anonymous’s picture

Status: Fixed » Closed (fixed)