Forums

Remove or fix AuthImage (4 posts)

  1. Jinsan
    Member
    Posted 4 years ago #

    http://sekhu.net/wp/2005/02/01/how-many/#comments

    It comes with the theme, but I would like to either remove it or fix it, anyone know how to do this?

    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?

    Thank you

  2. noname
    Member
    Posted 4 years ago #

    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..)

  3. Jinsan
    Member
    Posted 4 years ago #

    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

  4. noname
    Member
    Posted 4 years ago #

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

    add before:
    <div class="commentPos">

    b) search for:
    </form>

    add after:
    </div>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.