How to allow users add small pieces of html in a article ?

Author Message

Alexandre Cunha

Thursday 14 October 2004 4:02:54 pm

Hello,

I whant create a article with small pieces of html, like this


<form action="http://www.google.com/search" method=get>
       <input type=text value="manual filetype:pdf" name=q  size=25>
       <nobr> 
       <input name=btnG type=submit value="Google Search">
       </nobr> 
</form>

unfortunetly, ezpublish doest allow me add some html tags in articles.
Gives this message:
Unsupported tag form(removed)
Unsupported tag input(removed)

How can i solve this ?

thanks
axel

http://AlexandreCunha.com

Ted Striker

Tuesday 19 October 2004 1:33:08 am

Hi Axel,

I guess you are using a XMLText Field, this kind of text field will only support xml tags and not pure HTML.

I'm using a standard Text Field to hold pure HTML. Let's say that you put the HTML code inside the text box, a simple table:


<table width="100%"  border="0">
  <tr align="center" valign="middle" bgcolor="#00CC00">
    <td>&nbsp;</td>
  </tr>
  <tr align="center" valign="middle">
    <td>My data</td>
  </tr>
  <tr align="center" valign="middle">
    <td><a href="http://www.google.com/">My link </a></td>
  </tr>
  <tr align="center" valign="middle">
    <td>My data</td>
  </tr>
</table>

To show the result on yout template, this simple code will do the work:


{$node.object.data_map.html_text.content}

<b>Problems you'll find:</b>

- Don't use the <b>wash</b> operator, if you do so, all HTML tags will be deleted: {$node.object.data_map.html_text.content|wash}

- Be careful with duplicated HTML tags like <body> and so... your pagelayout.tpl already has all this tags, or not?

- Use general site CSS or place used CSS inside the new HTML text, otherwise they won't show

- Place al used images and resourcers in a known folder

- All links inside your HTML code must be absolute http://www.domain.com/whatever

This workd form me... maybe tehere are better ways to do this when a your client asks you for a free template... whenever they ask something lke that to a CMS, I'm always dying to say "Get the Dreamweaver, there you have your complete free template.." :)))

Can you feel it Mr. Anderson? Closing in on you? Oh I can, I really should thank you after all. It was, after all, it was your life that taught me the purpose of all life. Purpose of life is to end.

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:21:44
Script start
Timing: Jan 18 2025 19:21:44
Module start 'layout'
Timing: Jan 18 2025 19:21:44
Module start 'content'
Timing: Jan 18 2025 19:21:45
Module end 'content'
Timing: Jan 18 2025 19:21:45
Script end

Main resources:

Total runtime1.2461 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.0072 589.6016152.6563
Module start 'layout' 0.00720.0027 742.257839.5078
Module start 'content' 0.00991.2349 781.7656527.8125
Module end 'content' 1.24480.0013 1,309.578112.0938
Script end 1.2461  1,321.6719 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00420.3407160.0003
Check MTime0.00210.1673160.0001
Mysql Total
Database connection0.00170.139210.0017
Mysqli_queries1.193695.7897540.0221
Looping result0.00050.0407520.0000
Template Total1.212497.320.6062
Template load0.00270.217220.0014
Template processing1.209797.077520.6048
Template load and register function0.00010.009910.0001
states
state_id_array0.00090.068710.0009
state_identifier_array0.00140.110620.0007
Override
Cache load0.00220.1747280.0001
Sytem overhead
Fetch class attribute can translate value0.00090.071520.0004
Fetch class attribute name0.00100.083230.0003
XML
Image XML parsing0.00070.057320.0004
class_abstraction
Instantiating content class attribute0.00000.000630.0000
General
dbfile0.00090.0751160.0001
String conversion0.00000.000540.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
6content/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
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs