Active
Project:
CCK Taxonomy Fields
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2008 at 12:21 UTC
Updated:
13 Oct 2008 at 14:37 UTC
I may have misunderstood the purpose of this module. I'm trying to use it with advanced profile to allow users to select their interests from a list, and then click on their interests and see other users who share them. I can't seem to make the terms clickable though - is this something this module is meant to do, and if so how? If not what do I need instead?
Thanks
Matt
Comments
Comment #1
bflora commentedI'm having the same problem at the moment...
Comment #2
thinguy commentedSame here
Comment #3
eggthing commentedMe too, is there a way to turn the terms into link?
Comment #4
pierrelord commentedthis would be great indeed!!
Comment #5
daniel wentsch commentedThat's the exact same question I was about to ask.
(I want to use taxonomy fields to let authors add links to taxonomy-based galleries within their content types)
Has somebody made any progress on that issue yet?
Comment #6
daniel wentsch commentedOkay, I had a quick look on the module itself and hacked it so that it's working the way, I need it to.
It's quick and dirty, but it does the job for me, so if somebody is interested, here's the code.
Starting on line 173 I only changed the return value for $name inside the function cck_taxonomy_field_formatter as follows:
The way my URL is build is very unflexible, as I hardcoded the path to match the URLs build by image_galley module.
I needed a quick solution and couldn't think of a nicer way.
Maybe it's a starting point for someone else to do more improvement on it.
Regards,
Daniel