Can't get rid of the <p> Tag

Author Message

Thomas Schamm

Monday 06 October 2003 2:52:20 pm

Hi there,

I'm using a template for showing the folder name as headline and in the next line the folder description, the 'folder class' is the same as the standard ezp3.2 folder class.
My code is like this:
<div class="h2">{$node_name|wash}</div>
<div class="h3">{attribute_view_gui attribute=$node.object.data_map.description}</div>

My problem is, that ezp takes the description of the folder, as it is an xml text field, and adds a <p> at the beginning and a </p> at the end.
I tried to create a /design/standard/templates/content/datatype/view/ezxmltags/ noparagraph.tpl with only {$content} within it, added AvailableCustomTags[]=noparagraph to content.ini and put a <custom name='noparagraph'> tag around the folder descripton, but it didn't work, there still is the <p> tag.
Do i have to change the paragraph.tpl, or is there a possibility to only change the behavior of the xml field, not to make a <p> at the beg and a </p> and the end of the input?

Paul Forsyth

Tuesday 07 October 2003 12:22:39 am

You can override the paragraph tag locally, and remove the <p> from it.

But your custom tag should work. Do you have debug on and have errors? When you publish your object with the custom tag does it work?

paul

Thomas Schamm

Tuesday 07 October 2003 3:30:27 am

The custom tag itself is working, but there is still added the <p> tag around the {$content}. I am thinking about removing the <p> tag in the paragraph.tpl and making a custom <p> tag so that i have one if i want the text to be a paragraph.

Paul Forsyth

Tuesday 07 October 2003 3:38:01 am

ok.

paragraph.tpl must always get called then.

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

Main resources:

Total runtime0.7686 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 590.2734152.6250
Module start 'layout' 0.00610.0031 742.898439.4453
Module start 'content' 0.00930.7578 782.3438478.4922
Module end 'content' 0.76700.0015 1,260.835912.1641
Script end 0.7685  1,273.0000 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4461160.0002
Check MTime0.00140.1866160.0001
Mysql Total
Database connection0.00050.063110.0005
Mysqli_queries0.724094.1956600.0121
Looping result0.00050.0679580.0000
Template Total0.736095.820.3680
Template load0.00260.341720.0013
Template processing0.733495.423820.3667
Template load and register function0.00010.016910.0001
states
state_id_array0.00070.097310.0007
state_identifier_array0.00160.204520.0008
Override
Cache load0.00210.2792200.0001
Sytem overhead
Fetch class attribute can translate value0.00050.068220.0003
Fetch class attribute name0.00110.143540.0003
XML
Image XML parsing0.00020.032320.0001
class_abstraction
Instantiating content class attribute0.00000.001340.0000
General
dbfile0.00060.0725100.0001
String conversion0.00000.001440.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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/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: 14
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs