Forums / Developer / How to fecth and display Tag cloud keywords for an object?

How to fecth and display Tag cloud keywords for an object?

Author Message

Jorge estévez

Monday 24 November 2008 3:42:08 pm

Hello,

I would like to fetch for a "view full object" it's tag cloud keywords, each one of the having a link to other objects that share the same keywords. Of course, I have defined a tag cloud datatype in the object's class.

How to accomplish this? Kind of lost!

Using ezP ver. 3.10.0

thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Jacks JNK

Tuesday 25 November 2008 4:12:14 am

create this file :

templates/node/view/tagcloud.tpl

{eztagcloud( hash( 'parent_node_id', $node.node_id ))}

and use this in your template :

{eztagcloud( hash( 'parent_node_id', $block.custom_attributes.subtree_node_id ))}

Skype : jacks_ngala