Tovább gomb nem jelenik meg

ispani képe

Üdvözlet mindenkinek!

Adott egy smink (light_brown), melyet már egyénileg átformáltam. A gondom az, hogy a tartalmak alatt a tovább gomb nem jelenik meg. Ami érdekes, hogy csak ez alatt a smink alatt. Az eredeti bluemarine, vagy marinelli sminkeknél rendben van, és a views modulnál is az előnézetben illetve feed nézetben is megvan. Kizárólag page nézetben és a fenti smink mellett. Megnéztem a forrást, gyakorlatilag a h2 és a content div-ek megvannak, de a links inline nincs meg.

Próbáltam a smink fáljai között nézelődni, de sajnos nem találom a megoldást. Legyetek szívesek segíteni, merre kutakodjak...

kellemes napot kívánok,

imre

Drupal verzió: 
Fórum: 
eMeLA képe

node.tpl.php vagy node-ITTVANVALAMI.tpl.php fáljokban nézelődj.

Praktikusan nézz bele egy módosítatlan alapsmink ezen fájljába, és az összehasonlításból ki kell derüljön mit hogyan kell csinálni.

0
0

...mit tudok: http://web.termuves.hu

ispani képe

Sajnos ezen már túl vagyok... én is erre gondoltam. Lehet hogy nem vettem észre valamit?

node.tpl.php

<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
    <?php if ($picture) {
      print $picture;
    }?>
    <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2><?php }; ?>
    <?php if ($submitted): ?><span class="submitted"><?php print $submitted; ?></span><?php endif; ?>
    <?php if ($taxonomy): ?><div class="taxonomy"><?php print $terms; ?></div><?php endif;?>
    <div class="content"><?php print $content; ?></div>
    <?php if ($links): ?>
      <div class="links"><?php print $links; ?></div>
    <?php endif; ?>
  </div>

node-page.tpl.php
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
 
    <?php  if ($page == 0) { ?>
 
        <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
 
    <?php } ?>
 
    <div class="content"><?php print $content?></div>
 
 
 
  </div>
0
0
eMeLA képe

Akkor nézz bele a template.php-be ha van. Esetleg ott valami "felülírja" a links tartalmát.

0
0

...mit tudok: http://web.termuves.hu

ispani képe

Az nem lehet hogy a view modul kavar be valamit?

0
0