No link from object?

Author Message

Peter Szmulik

Tuesday 25 May 2004 3:05:18 pm

In the admin interface I'm trying to do something very simple, to make an image "clickable".

When I do:

<td><object id="165" size="small" href="http://domain.xx/index.php/corporate/blablabla" target="_self" /></td>

I do get the image but still no hyperlink!

I'm using eZ 3.4 beta 2

Alexandre Cunha

Tuesday 25 May 2004 6:44:48 pm

Is missing the template var in the embed/image.tpl !

Edit design\your_site_design\override\templates\embed/image.tpl

Replace

<p>{attribute_view_gui attribute=$object.data_map.image image_class=$object_parameters.size}</p>

with

<p>{attribute_view_gui attribute=$object.data_map.image image_class=$object_parameters.size href=$object.data_map.url_alias|ezurl()}</p>

this should work

http://AlexandreCunha.com

Peter Szmulik

Wednesday 26 May 2004 1:22:04 pm

Hi!

Many thanks. Now I do get the same link from every image in the site to the first/home-page of the site; I'm unable to change that in the admin interface by supplying a href attribute to the object tag. Any clue?

Best Regards
Peter

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:32:05
Script start
Timing: Jan 18 2025 11:32:05
Module start 'layout'
Timing: Jan 18 2025 11:32:05
Module start 'content'
Timing: Jan 18 2025 11:32:06
Module end 'content'
Timing: Jan 18 2025 11:32:06
Script end

Main resources:

Total runtime0.9255 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.0234152.6250
Module start 'layout' 0.00530.0032 741.648439.4297
Module start 'content' 0.00840.9155 781.0781498.2891
Module end 'content' 0.92390.0016 1,279.36728.1875
Script end 0.9255  1,287.5547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3653160.0002
Check MTime0.00140.1517160.0001
Mysql Total
Database connection0.00080.085310.0008
Mysqli_queries0.875894.6311570.0154
Looping result0.00080.0895550.0000
Template Total0.891296.320.4456
Template load0.00210.226020.0010
Template processing0.889096.059220.4445
Template load and register function0.00030.037810.0003
states
state_id_array0.00120.126510.0012
state_identifier_array0.00240.264420.0012
Override
Cache load0.00170.1832210.0001
Sytem overhead
Fetch class attribute can translate value0.00080.090720.0004
Fetch class attribute name0.00130.141630.0004
XML
Image XML parsing0.00030.027820.0001
class_abstraction
Instantiating content class attribute0.00000.001130.0000
General
dbfile0.00070.0714100.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs