Ergebnis 1 bis 1 von 1

Thema: Newsreader wird 2x angezeigt

  1. #1
    Contao-Nutzer
    Registriert seit
    30.11.2012.
    Beiträge
    34

    Standard Newsreader wird 2x angezeigt

    Ich habe noch immer das Problem, dass ich alle News in der Vollansicht doppelt sehe (Text - Kommentare - Text). Mein Nachrichtenleser schaut so aus:
    Modul Newsreader: Element geschützt, Gruppe ausgewählt.
    Newsreader: Modultyp Nachrichtenleser, Nachrichtenarchive ausgewählt, Nachrichtentemplate news_full Modul geschützt, Gruppe ausgewählt.
    Template:
    Code:
    <div class="layout_full block<?php echo $this->class; ?>">
    
    <h1><?php echo $this->newsHeadline; ?></h1>
    <?php if ($this->hasMetaFields): ?>
    
    <p class="info"><?php echo $this->date; ?> <?php echo $this->author; ?> <?php echo $this->commentCount; ?></p>
    <?php endif; ?>
    <?php if ($this->hasSubHeadline): ?>
    
    <h2><?php echo $this->subHeadline; ?></h2>
    <?php endif; ?>
    
    <div class="ce_text">
    <?php if (!$this->addBefore): ?>
    
    <?php echo $this->text; ?>
    <?php endif; ?>
    <?php if ($this->addImage): ?>
    
    <div class="image_container<?php echo $this->floatClass; ?>"<?php if ($this->margin || $this->float): ?> style="<?php echo trim($this->margin . $this->float); ?>"<?php endif; ?>>
    <?php if ($this->href): ?>
    <a href="<?php echo $this->href; ?>"<?php echo $this->attributes; ?> title="<?php echo $this->alt; ?>">
    <?php endif; ?>
    <img src="<?php echo $this->src; ?>"<?php echo $this->imgSize; ?> alt="<?php echo $this->alt; ?>" />
    <?php if ($this->href): ?>
    </a>
    <?php endif; ?>
    <?php if ($this->caption): ?>
    <div class="caption" style="width:<?php echo $this->arrSize[0]; ?>px"><?php echo $this->caption; ?></div>
    <?php endif; ?>
    </div>
    <?php endif; ?>
    <?php if ($this->addBefore): ?>
    
    <?php echo $this->text; ?>
    <?php endif; ?>
    
    </div>
    <?php if ($this->enclosure): ?>
    
    <div class="enclosure">
    <?php foreach ($this->enclosure as $enclosure): ?>
    <p><img src="<?php echo $enclosure['icon']; ?>" width="18" height="18" alt="<?php echo $enclosure['mime']; ?>" class="mime_icon" /> <a href="<?php echo $enclosure['href']; ?>" title="<?php echo $enclosure['title']; ?>"><?php echo $enclosure['link']; ?> <span class="size">(<?php echo $enclosure['filesize']; ?>)</span></a></p>
    <?php endforeach; ?>
    </div>
    <?php endif; ?>
    
    </div>
    ich hoffe ich habe alles aufgelistet was euch hilft. Wenn nicht bitte nachfragen. Wäre wichtig, die Seite soll bald online gehen...
    Geändert von sbSan (09.01.2013 um 20:34 Uhr)

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •