User link points to old style url
tangent - January 22, 2005 - 21:10
| Project: | Syndication |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | deekayen |
| Status: | closed |
Description
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.
| Attachment | Size |
|---|---|
| syndication.module.patch | 887 bytes |

#1
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."
#2
This is still an issue - could someone commit the patch?
Kind Regards,
Lennart
#3
#4
Applied to DRUPAL-4-6.
#5