• i have the latest wordpress installed…and if anyone want to register…they don`t get the confirmation mail…why? pls help…the website is https://giarmaica.com

    the second problem is…that the comments are allowed to anyone…but
    the “post comment” link won`t show…

    hopeing u will help me…i thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • 1. https://codex.www.ads-software.com/FAQ_Troubleshooting#E-mailed_passwords_are_not_being_received

    2. Check your index.php file for <?php comments_popup_link();?>.

    Thread Starter giarmaica

    (@giarmaica)

    1. i tryed to download php mailer plugin but no longer exists…what other ideeas?
    2. <?php comments_popup_link();?> don`t exists in main template index.php

    (where should i put it?)

    thx for answering

    Thread Starter giarmaica

    (@giarmaica)

    for 2:

    i`ve found

    <?php comments_popup_link(__(‘No Comments »’, ‘kubrick’), __(‘1 Comment »’, ‘kubrick’), __(‘% Comments »’, ‘kubrick’), ”, __(‘Comments Closed’, ‘kubrick’) ); ?>

    If that last line is in your index.php, then you should see a link to your comments list and/or form. Have you checked that comments are enabled in Admin/Settings/Discussion? Have you turned comments off in individual posts?

    Can you post a link to one of your posts that has comments enabled?

    Thread Starter giarmaica

    (@giarmaica)

    after that it’s

    <?php $icons[] = ob_get_clean(); ?><?php endif; ?>
    <?php if (0 != count($icons)): ?>
    <div class=”PostFooterIcons metadata-icons”>
    <?php echo implode(‘ | ‘, $icons); ?>

    </div>
    <?php endif; ?>
    <?php $metadataContent = ob_get_clean(); ?>
    <?php if (trim($metadataContent) != ”): ?>
    <div class=”PostMetadataFooter”>
    <?php echo $metadataContent; ?>

    </div>
    <?php endif; ?>

    </div>

    </div>
    </div>

    <?php endwhile; ?>

    <?php if ($prev_link || $next_link): ?>
    <div class=”Post”>
    <div class=”Post-body”>
    <div class=”Post-inner article”>

    <div class=”PostContent”>

    <div class=”navigation”>
    <div class=”alignleft”><?php echo $next_link; ?></div>
    <div class=”alignright”><?php echo $prev_link; ?></div>
    </div>

    </div>
    <div class=”cleared”></div>

    </div>

    </div>
    </div>

    <?php endif; ?>

    <?php else : ?>
    <h2 class=”center”><?php _e(‘Not Found’, ‘kubrick’); ?></h2>
    <p class=”center”><?php _e(‘Sorry, but you are looking for something that isn’t here.’, ‘kubrick’); ?></p>
    if(function_exists(‘get_search_form’)) get_search_form();
    <?php endif; ?>
    </div>
    <?php
    global $lcmp_sidebarloc;
    if($lcmp_sidebarloc == $lcmp_rightdefault || $lcmp_sidebarloc == ‘right’){ ?>
    <div class=”sidebar1″>
    <?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>
    </div>
    <?php } ?>
    <?php if(file_exists(TEMPLATEPATH . ‘/sidebar2.php’)){ ?>
    <div class=”sidebar2″>
    <?php include (TEMPLATEPATH . ‘/sidebar2.php’); ?>
    </div>
    <?php } ?>
    </div>
    <div class=”cleared”></div>
    <?php get_footer(); ?>

    and yes…all my comments are allowed…for anyone….at all of my pages you can “teoreticaly” post comments…but no link to post them…

    Can you post a link to one of your posts that has comments enabled?

    Thread Starter giarmaica

    (@giarmaica)

    well…i dont have posts...only have pages...but it's alowed to comment on a page..not only a post...no? but that cant be done…

    the link to my website is https://giarmaica.com

    Did you check page.php for <?php comments_template();?>. Pages aren’t enabled with comment forms in all themes.

    Thread Starter giarmaica

    (@giarmaica)

    i found this…

    <?php comments_popup_link(__(‘No Comments ?’, ‘kubrick’), __(‘1 Comment ?’, ‘kubrick’), __(‘% Comments ?’, ‘kubrick’), ”, __(‘Comments Closed’, ‘kubrick’) ); ?>

    if i delete the rest..and let only

    <?php comments_template();?> it will work?

    Drop a copy of your page.php file into the WordPress pastebin.

    Thread Starter giarmaica

    (@giarmaica)

    Can’t seem to connect to the pastebin atm…

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘!!! Help – Can`t receive the confirmation mail – and comment “error”’ is closed to new replies.