Friday 25 November 2005 6:23:21 am
Here's my problem...
{def $objects=fetch( 'content', 'reverse_related_objects', hash( object_id, $node.contentobject_id, attribute_identifier, 207 ) )}
{foreach $objects as $obj}
{content_view_gui view=text_linked content_object=$obj}
{/foreach}
I tried to display most of content (author, title, intro, links) from a list of reverse objects without any success. I only got the code to display both links and topic. However, I'm so lost as to which code I have to use to retrieve the data inside. I couldn't find any useful examples to help me with that.
My 'article' class:
- title
- intro
- body
- image - enable_comments Any help is appreciated.
|