Forums / Setup & design / Images do not work in body or intro in article

"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".

Images do not work in body or intro in article

Author Message

Mark O'Donohoe

Thursday 15 April 2004 6:58:50 pm

Hi,
I have tried every solution for this problem that I've found on this site, images will NOT show in the body & intro of any article class, I've tried this on Windows installs and Unix installs. Is there a reason they show up perfectly in admin mode but not in the normal page view...
Currently trying to get this working on windows using Exponential 3

PLEASE SOMEONE PROVIDE A SOLUTION THAT WORKS!!!

Mark O'Donohoe

Thursday 15 April 2004 10:10:32 pm

I ended up finding that I had to also included changes to image.ini.append override.ini.append and have the new template sitting in the correct override/template directory. I can't find any documentation that takes you through this bug in ez, solutions seem to differ depending on the version.

cheers

bob barker

Friday 16 April 2004 10:09:35 am

I think I have the same problem - i am using the online editor which seems to allow me to add imgages to the body of an article - they show up correctly when in admin mode, but are replaced by a text link when viewed as a normal user. How can I make the image display?

Jan Magne Langseth

Thursday 22 April 2004 3:48:22 pm

Hi,
I had the same problem. I finally found the GREAT secret in my installation.
File: /design/corporate/override/templates/article.tpl
this section was tagged as a comment:
{*
<div class="imageright">
{attribute_view_gui attribute=$node.object.data_map.thumbnail image_class=medium}
</div>
*}

I removed the comment tags {* and *} and now images appears in articles.
Hope this will help you.
-Jan Magne-