Saturday 06 October 2007 11:13:23 am
Hi, I'm pretty sure, that the customattribute shows up in the $object_parameters array. The other thing is what is the template. If you are using standard setup with ezwebin interface, then st like this is defined for image in override.ini
[embed_image]
Source=content/view/embed.tpl
MatchFile=embed/image.tpl
Subdir=templates
Match[class_identifier]=image
in case of an unmodified standard ezwebin setup this would render into this template file being used: extension/ezwebin/design/ezwebin/override/templates/embed/image.tpl Anyway, if the object is embedded by an "embed" tag, then the template, you need to change, is some override of the content/view/embed.tpl (or the template itself, which is unlikely). Try to switch on the debug in Quick setting in admin, "List of used templates" should tell you exactly what file is being used.
|