Images not shown in eZXML field

Author Message

Trond Åge Kvalø

Monday 15 March 2004 6:08:01 am

Hi there.

I've created a class "infoside" that has the following attributes:
name (Text line)
description (Text field)
tekst (XML Text field)
bilde (Image)

When I create an instance of this class, I use the Online Editor to insert two images into the XML text field.

This is my node_view_full_infoside.tpl:

<H1><SPAN class="header-main">{$node.name}</SPAN></H1>
<P class="ingress-main">{$node.object.data_map.description.content}</P>
{$node.object.data_map.tekst.content.output.output_text}

Why doesn't my images show in the output_text?

best regards
trondåge

trondåge

Trond Åge Kvalø

Tuesday 16 March 2004 2:20:25 am

What actually happens is that eZ inserts a <a href="path_to_image">Name_of_image</a>
instead of the image itself.

Where does eZ generate the HTML-output from XNL text field?

trondåge

trondåge

Paul Forsyth

Thursday 18 March 2004 5:12:21 am

I have a similar problem, is this the same for you?

http://ez.no/community/bug_reports/broken_images_when_viewing_images_in_the_online_editor

paul

Trond Åge Kvalø

Thursday 18 March 2004 5:50:27 am

Sorry, but this is not the same problem as I have.

I see my images in the online editor, but when I view the node as a regular user, I get a link instead of the image. So instead of putting the file inside an img tag it put's the url_alias inside a <a href="">name of image</a> tag.

I believe that it might have something to do with a bad template somewhere in the standard design, but I'm not sure which one, yet. Some other things has crept up on my todo-list, so I'll deal with this issue later.

I guess I can find out which template is used by turning on template debugging, right?

Hope you solve your problem soon.

best regards
trondåge

trondåge

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 19 2025 01:04:06
Script start
Timing: Jan 19 2025 01:04:06
Module start 'layout'
Timing: Jan 19 2025 01:04:06
Module start 'content'
Timing: Jan 19 2025 01:04:06
Module end 'content'
Timing: Jan 19 2025 01:04:06
Script end

Main resources:

Total runtime0.0170 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 590.5859152.6250
Module start 'layout' 0.00630.0034 743.210939.4609
Module start 'content' 0.00970.0053 782.671989.3359
Module end 'content' 0.01500.0020 872.007834.3047
Script end 0.0170  906.3125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002916.9060140.0002
Check MTime0.00116.3775140.0001
Mysql Total
Database connection0.00084.761110.0008
Mysqli_queries0.003319.225030.0011
Looping result0.00000.106410.0000
Template Total0.00169.610.0016
Template load0.00084.642110.0008
Template processing0.00084.941610.0008
Override
Cache load0.00063.228710.0006
General
dbfile0.001710.171680.0002
String conversion0.00000.088240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs