Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) to remove AuthImage:

    open #/thoughtmechanics/comments.php

    remove:

    <label for="code"><?php _e("Enter this code: "); ?></label>
    <input type="text" name="code" id="code" value="<?php echo ""; ?>" size="15" tabindex="4" />
    <img src="/blog/wp-content/plugins/authimage.php?type=image" width="155" height="50" alt="authimage" />

    to fix:

    install AuthImage plugin (download here and follow the instruction (readme.txt)

    2) Also how can I move the text within the comments area just above the RSS feed to just before the comment form to be more centered, rather than at the edges?

    Not sure what you mean by “text within the comments”.

    you mean this – or other?

    (Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed bla bla..)

    Thread Starter jinsan

    (@jinsan)

    Yes that’s what I mean, but also just before the RSS link to the right there is some text that says leave “no voices”.

    Basically anything that is on the edge I would like to move more in teh centre, I will try your suggestion with regards tot he authimage – thank you for that clear explanantion

    search for:
    <b><?php _e('Leave a comment'); ?></b>

    add before:
    <div class="commentPos">

    b) search for:
    </form>

    add after:
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove or fix AuthImage’ is closed to new replies.