← WordPress

Problemas nos comentários

Lida 1927 vezes

Offline

Luís Casanova 
Membro
Mensagens 565 Gostos 9
Troféus totais: 25
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Viva comunidade,

Esta é das minhas primeiras dúvidas se não a primeira tirando a integração... Ora bem o que me acontece é o seguinte:



A zona demarcada de azul é o que aparece em todos os comentários (o que não faz qqr sentido nem em Ing. nem em PT)

Já procurei no código todo do comments.php como podem aqui:

Código: [Seleccione]
<?php

// Do not delete these lines
    
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
        die (
'Please do not load this page directly. Thanks!');

    if ( 
post_password_required() ) { ?>


<p class="nocomments">Password protected.</p>
<?php
        
return;
    }
?>

<!-- You can start editing here. -->
<div class="comments-box"> <a name="comments" id="comments"></a>
  <?php if ( have_comments() ) : ?>
  <h3>
    <?php comments_number('''1 resposta''% respostas' );?> no artigo "<?php the_title(); ?>"
  </h3>
  <div class="navigation">
    <div class="previous">
      <?php previous_comments_link() ?>
    </div>
    <div class="next">
      <?php next_comments_link() ?>
    </div>
  </div>
  <ol class="commentlist">
    <?php wp_list_comments('avatar_size=48'); ?>
  </ol>
  <div class="navigation">
    <div class="previous">
      <?php previous_comments_link() ?>
    </div>
    <div class="previous">
      <?php next_comments_link() ?>
    </div>
  </div>
  <?php else : // this is displayed if there are no comments so far ?>
  <?php if ('open' == $post->comment_status) : ?>
  <!-- If comments are open, but there are no comments. -->
  <?php else : // comments are closed ?>
  <!-- If comments are closed. -->
  <p>comment closed</p>
  <?php endif; ?>
  <?php endif; ?>
  <?php if ('open' == $post->comment_status) : ?>
  <div id="respond">
    <h3>Deixar comentário</h3>
    <div class="cancel-comment-reply"> <small>
      <?php cancel_comment_reply_link(); ?>
      </small> </div>
    <?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    <p><?php print 'You must be'?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php print 'Logged in'?></a> <?php print 'to post comment'?>.</p>
    <?php else : ?>
    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
      <?php if ( $user_ID ) : ?>
      <p><?php print 'Logado como'?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account"><?php print 'Sair'?> &raquo;</a></p>
      <?php else : ?>
      <p>
        <input class="user" type="text" value="Escreve o teu nome..." onclick="this.value='';" name="author" id="author" size="22" tabindex="1"/><label for="author"><small><?php if ($req) echo "(Necessário)"?></small></label>
      </p>
      <p>
        <input class="email" type="text" value="Escreve o teu email..." onclick="this.value='';" name="email" id="email" size="22" tabindex="2"/><label for="email"><small>(Não será publicado)<?php if ($req) echo " (Necessário)"?></small></label>
      </p>
      <p>
        <input class="url" type="text" value="Insere o teu site..." onclick="this.value='';" name="url" id="url" size="22" tabindex="3"/><label for="email"><small>(Provavelmente)</small></label>
      </p>
      <?php endif; ?>
      <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->
      <p>
        <textarea name="comment" id="comment" tabindex="4"></textarea>
      </p>
      <p>
        <input class="submit" name="submit" type="submit" id="submit" tabindex="5" value="Comentar" />
        <?php comment_id_fields(); ?>
      </p>
      <?php do_action('comment_form'$post->ID); ?>
    </form>
    <?php endif; // If registration required and not logged in ?>
  </div>
  <?php endif; // if you delete this the sky will fall on your head ?>
</div>

E não encontrei nada de nada mesmo, quem souber onde está o code malandro...

Obrigado LMCF
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

Offline

Luís Casanova 
Membro
Mensagens 565 Gostos 9
Troféus totais: 25
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Vê lá isto: http://codex.wordpress.org/Function_Reference/wp_list_comments

Apesar de não ter percebido muito bem o que lá diz (o meu Inglês não é o melhor) penso que não seja isso pelos códigos que estive a cfr.