Strange behaviour: Link opens only via context menu (right mouse click)

Author Message

Ulrich L.

Friday 11 March 2005 2:38:24 pm

After having changed a template, I cannot open the link directly anymore, only via the context menu (which should be equivalent, shouldn't it?).

<div class="content-view-line">
        <div class="attribute-image">
            <a href={$node.url_alias|ezurl}>
            {attribute_view_gui alignment=left image_class=small attribute=$node.object.data_map.image}
            </a>
        </div>
</div>

Any ideas?

Ɓukasz Serwatka

Sunday 13 March 2005 10:01:40 pm

Hi Uli,

If you want to make link <a> around the your image use href attribute for attribute_view_gui.

<div class="content-view-line">
        <div class="attribute-image">
            {attribute_view_gui href=$node.url_alias alignment=left image_class=small attribute=$node.object.data_map.image}
        </div>
</div>

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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 19:20:11
Script start
Timing: Jan 18 2025 19:20:11
Module start 'layout'
Timing: Jan 18 2025 19:20:11
Module start 'content'
Timing: Jan 18 2025 19:20:12
Module end 'content'
Timing: Jan 18 2025 19:20:12
Script end

Main resources:

Total runtime0.6611 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0098 588.3906152.6875
Module start 'layout' 0.00980.0026 741.078139.5234
Module start 'content' 0.01250.6470 780.6016525.9375
Module end 'content' 0.65950.0016 1,306.53918.0781
Script end 0.6610  1,314.6172 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.5027160.0002
Check MTime0.00130.1986160.0001
Mysql Total
Database connection0.00290.444310.0029
Mysqli_queries0.606591.7380540.0112
Looping result0.00050.0736520.0000
Template Total0.624694.520.3123
Template load0.00190.282020.0009
Template processing0.622794.194120.3114
Template load and register function0.00050.081510.0005
states
state_id_array0.00080.122810.0008
state_identifier_array0.00070.112120.0004
Override
Cache load0.00150.2201110.0001
Sytem overhead
Fetch class attribute can translate value0.00080.114820.0004
Fetch class attribute name0.00150.232930.0005
XML
Image XML parsing0.00080.114620.0004
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00090.1414180.0001
String conversion0.00000.001540.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 10
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs