Geen nieuwe text line

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

John

John

05/04/2006 02:09:00
Quote Anchor link
Geen nieuwe text line

In het script hieronder zit een probleem, de text die iemand invoert komt wel goed te staan in de database.

Door met deze script eraan toe te voegen zoals hieronder staat






Quote:
<td>{if $subitem.options != ''} {$subitem.options|stripslashes|escape:"htmlall"|wordwrap:80:"<br />\n":true}
{else}
{$lang.tell_later}
{/if}
</td>


Zal in de homepage de text telkens worden afgebroken op 80 karakters, maar een nieuwe text line zal niet verschijnen.

In het script hieronder staat heb ik nu als nieuwe toepassing gebruikt, echter nu lijkt het dat de text in 1 zin doorloopt. Wat doe ik fout.

Quote:
{strip}
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="module_detail_inside">

<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tr>
<td class="module_head">
{$item.SectionName}
</td>
</tr>
</table>

<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td>

<table cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" border="0" width="100%">
{assign var="previd" value="0"}
{foreach item=subitem from=$item.preferences}

{if $subitem.type == "select" || $subitem.type == "radio"}
<tr class="{cycle values="oddrow,evenrow"}">
<td valign="top" width="200"><b>{$subitem.extsearchhead}: </b></td>
<td>
{if $subitem.options != ''}
{$subitem.options|stripslashes|escape:"htmlall"}
{else}
{$lang.tell_later}
{/if}
</td>
</tr>

{elseif $subitem.type == "textarea"}
<tr class="{cycle values="oddrow,evenrow"}">
<td valign="top" width="200"><b>{$subitem.extsearchhead}: </b></td>
<td>
{if $subitem.options != ''}
{$subitem.options|stripslashes|escape:"htmlall"}
{else}
{$lang.tell_later}
{/if}
</td>
</tr>

{elseif $subitem.type == "checkbox"}

<tr class="{cycle values="oddrow,evenrow"}">
<td valign="top" width="200"><b>{$subitem.extsearchhead}: </b></td>
<td>
{* fix this later in showprofile.php *}
{if $subitem.options != '' and $subitem.options != ', '}
{$subitem.options|stripslashes|escape:"htmlall"}
{else}
{$lang.tell_later}
{/if}
</td>
</tr>

{/if}

{/foreach}
{assign var="previd" value=$item.id}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{/strip}
Gewijzigd op 01/01/1970 01:00:00 door John
 
Er zijn nog geen reacties op dit bericht.



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.