Tuesday 07 September 2004 6:40:01 am
Hi! When i insert the <object id='xx' /> in an article it automaticly adds itself in the related objects list. The problem is when i add an image from the media tab, the users don't have access to it when listed in the related objects list in the article. How can i hide images from showing in the related objects list? I have an override for the text_linked.tpl which look like this:
<ul>
{default object_name=$object.name}
<li><a href={$object.main_node.url_alias|ezurl}>{$object_name|wash}</a></li>
{/default}
</ul>
|