Closed (fixed)
Project:
Article
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Aug 2009 at 01:05 UTC
Updated:
12 Sep 2009 at 15:50 UTC
To be able to link back to the category, I've coded a link_alter hook to replace all taxonomy/term/whatever link with article/whatever when viewing a node. I've included an option in the settings to enable this option (disabled by default).
Also, this patch fixes #234209: 'home' link in breadcrumb has one too many '/'.
If #560640: coding standards in article module. is commited first, this one should have to be refactored.
| Comment | File | Size | Author |
|---|---|---|---|
| article_taxonomyto_article_links.patch | 2.38 KB | ilo |
Comments
Comment #1
ilo commentedoops.. :)
Comment #2
msameer commentedApplied the taxonomy parts.
Please don't submit 1 patch with fixes for more than 1 bug.
Thanks.
Comment #3
ilo commentedIt was not my intention to solve the other issue in this patch, but to have the "breadcrumb" part solved, and that was a collateral damage :)
Comment #4
msameer commentedWell, I completely forgot about the other bug but your patch reminded me.
Cheers,