Forums / Setup & design / Latest box without images

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Latest box without images

Author Message

joffer delahuerga

Sunday 13 June 2004 4:03:43 pm

Hello, in first thanks for EZ and sorry for my english :-)

I include images into articles (my Exponential version is 3.4) finding it and insert the object id='N' tag in the text.
The problem is that images are showed in latest-box, this box list all latest articles (it´s standart in corporate mode).
My solution had been override 'articles.tpl' in 'listitem' folder and change:

    <div class="attribute-short">
     {attribute_view_gui attribute=$node.object.data_map.intro height=0 width=0}
    </div> 

This work well, no show images in latest-box and not generate the html tags.
Is this the good solution?
Thanks again