Do you know how to make a little changes in the code, that would make taxonomy in a teaser print as the list,and in a node as the custom coma separate, need this very match
Do you know how to make a little changes in the code, that would make taxonomy in a teaser print as the list,and in a node as the custom coma separate, need this very match
Comments
Comment #1
rstamm commentedCurrently it is not possible to set different styles for teaser and full node.
You have to customize the function
term_display_nodeapiin file term_display.moduleFind:
replace with:
Full node uses the style which is set in the vocabulary settings and teaser uses the list style.
Comment #2
rstamm commentedComment #3
rstamm commentedOr use the style "Load into $node" and theme the output in node.tpl.php
Comment #4
yasik commentedBig Big Thanks !!!