Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2008 at 14:31 UTC
Updated:
10 Oct 2008 at 10:22 UTC
hello
if i do print_r($node) i get
[field_tax_linktags] => Array
(
[0] => Array
(
[value] => 166
)
[1] => Array
(
[value] => 183
)
)
[tags] => Array
(
[6] => Array
(
[166] => stdClass Object
(
[tid] => 166
[vid] => 6
[name] => Fotos
[description] =>
[weight] => 0
)
[183] => stdClass Object
(
[tid] => 183
[vid] => 6
[name] => Suburbia
[description] =>
[weight] => 0
)
)
)
how to print it in a way that all categories are printed like taxonomies (like print $terms) for example "Fotos" and "Suburbia"?
other cck-fields i can print like $node->field_link_link_url[0]['url'] but i doesn't manage with content taxonomy ...
thanks and greetings momper
Comments
Comment #1
momper commentedno idea?
thanks and greetings momper
Comment #2
mh86 commentedtry following:
I'm normally not writing templates, but shouldn't there be a 'view' or 'safe' entry in the $node->field.... which does the check_plain, handling of multiple terms, links etc. ?
Comment #3
momper commentedi tried this - perfect :) - but i'm sorry - ähem - i don't manage to make them to links ...
a small,small hint?
thanks a lot and greetings momper
Comment #4
mh86 commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.