Skip to content

InsertTags in dma_eg_default #105

@Floxn

Description

@Floxn

Hallo Zusammen,

wenn ich einen Datensatz eines MetaModels ausgeben möchte werden mit dem Standart-Template dma-eg-default keine Inserttags, die in einem Textfeld eingetragen wurden, aufgelöst.

<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
		<?php echo ($this->divs) ? '' : '<ul>'; ?>
		  <?php echo $this->fields; ?>
		<?php echo ($this->divs) ? '' : '</ul>'; ?>
</div>

Lass ich aber die einzelnen Felder von "Hand" ausgeben, werden die InsertTags wie gewünscht aufgelöst

<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
		<?php echo $this->data['infobox']['value']['titel']; ?>
		<?php echo $this->data['infobox']['value']['text']; ?>
		<?php echo $this->data['infobox']['value']['textinhalt']; ?>
</div>

Logisch gesehen müsste ja bei <?php echo $this->fields; ?> etwas schief laufen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions