Download & Extend

User link points to old style url

Project:Syndication
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:deekayen
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
syndication.module.patch887 bytes

Comments

#1

Version:<none>» 4.6.x-1.x-dev

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."

AttachmentSize
SYNDICATION_4_6.txt 3.41 KB

#2

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

Kind Regards,
Lennart

#3

Assigned to:Anonymous» deekayen

#4

Status:needs review» fixed

Applied to DRUPAL-4-6.

#5

Status:fixed» closed (fixed)