Closed (fixed)
Project:
Taxonomy Force All
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Mar 2007 at 10:09 UTC
Updated:
13 Dec 2007 at 18:36 UTC
Jump to comment: Most recent file
Not sure if you're interested in this, because essentially it is a full rewrite of your module, but the attached patch changes the module to use hook_link_alter instead of hook_init.
Using hook_link_alter, the links to taxonomy term pages are altered before they are rendered to the html. Advantages include:
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_forceall_link_alter.patch | 1.09 KB | ahoeben |
Comments
Comment #1
ahoeben commentedforgot the patch...
Comment #2
aymerick commentedThanks for this patch.
I have added a new setting to choose between the hook_init() method (the default one) and your hook_link_alter() method.
The upcoming 5.x-1.1 version will have this new feature.
Comment #3
polmaresma commentedThank's for the module!
Is it possible to work with a views exposed filter?
thank's