I am looking for a piece of sample code that shows me how you 
reference a topic component, that was not predefined (such as Content 
and Abstract.

In topics I added my own 'Author' component(field) to my 'Press 
Release' category.  This in addition to the already predefined 
Abstract and Content components.

I know how to reference the title, abstract and content fields;
$news = mgd_list_topic_articles(topic->id);
  $news->title;
  $news->abstract;
  $news->content;

but how do I reference my own 'Author' field (component 03).

Thanks for the help.

Joost






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to