I am modifying my templates\default\admin\media_showitem.tpl in order to fit my needs, but I'm sort of stuck trying to catch just one media-property(the long comment field) I'd like to see instead of cycling through all of the media-properties as it is done by default:
Code: Select all
{foreach from=$media.file.base_property key="prop_fieldname" item="prop_content"}- {$media.file.long_comment}
- {$media.file.base_property.long_comment}
- {$media.file.base_property.comment_long}
I also did some search but apparently i tried the wrong search-terms ...
Does anyone know an answer ?
Cheers,
Manfred.