Forums / Setup & design / Short question about Templates

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

Short question about Templates

Author Message

Stefan Müller

Tuesday 27 May 2008 4:31:52 am

Hi,

I want to change the template for "Links". On every link on my site, there should be displayed a short icon in the beginning of the link. I don't know which template I have to modify for this. Could someone please help me?

Gurudutt Verma

Wednesday 28 May 2008 1:21:26 am

Hi Stefan,

Try following settings to see used template in site.

settings/override/site.ini.append.php
[TemplateSettings]
ShowUsedTemplates=enabled
#Debug=enabled

Have a look here.
http://ez.no/doc/ez_publish/technical_manual/4_0/templates/the_template_override_system
http://ez.no/developer/forum/setup_design/template_override_conditions
http://ez.no/developer/forum/setup_design/override_templates_used_by_attribute_view_gui/re_override_templates_used_by_attribute_view_g

Laurent Dorier

Wednesday 28 May 2008 11:55:32 pm

Hi,

why do not use the admin options to activate the debug system ?
Any advantages to edit directly .ini files ?
Thanks for your help.

Cyrille Catcha-Picard

Friday 30 May 2008 1:33:10 am

Hi,
Laurent, I don't think there are big differences between editing config files in the back offfice and directly on filesystem. On the first case, a php script might save your modifications from the backoffice to the file... on the second, it's just your file editor :).

Stefan, have you tried to use css to add your small images to your links ?
(with padding and background-images..)

unkn.org