Forums / General / Image Override

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

Image Override

Author Message

John Smith

Wednesday 02 August 2006 5:11:42 am

Is it possible to override an image in the standard folder.

Image is in /design/standard/images/toolbar/link_line.png

Cheers
Smith

Marcin Drozd

Wednesday 02 August 2006 6:26:29 am

Hi, Is it what U want:
copy your image to /design/YOUR_SITE/images/toolbar/link_line.png (and create directories) ?

http://ez-publish.pl

John Smith

Wednesday 02 August 2006 6:45:33 am

I tried it before posting here. It is not working.

Marcin Drozd

Wednesday 02 August 2006 7:31:08 am

Did U clear cache ;)
There is

<img src={concat( "toolbar/", $Tool.name|wash, "_line.png" )|ezimage} alt="{$Tool.name|wash}" />

in /visual/toolbar.tpl, and it should work.

http://ez-publish.pl

John Smith

Wednesday 02 August 2006 8:45:22 am

I removed the image from /design/standard/images/toolbar/link_line.png just to check.

and created another image with folder like /design/siteaccess/images/toolbar/link_line.png, cleared the cache, but still it is not working.

Refreshed the page, now can't see any picture, i dont know why it is not overriding.