• I’m having a small glitch and was hoping you can give me some feedback. I upload my files without any problems, but when the files appear in the main table that shows

    Username, Nickname, email, Local, Avatar (thumbnail), Type, Action

    Under the local section, it shows the location of my image, but at the end of the text, there is an extra period.

    For example:

    /wp-content/avatars/smile-avatar.gif.

    instead of /wp-content/avatars/smile-avatar.gif

    After I manually delete the extra period, the images appear properly, but if the period is left there, the images appear as broken links. I’ve searched thru the code to the best of my ability and cannot figure out how to delete this one period. If you can help me with this, that would be greatly appreciated!

    From what I can figure out line 266 is what posts the text with the extra period

    echo ‘<td><input type=”text” value=”‘, $user->avatar, ‘” size=”35″ id=”avatar-‘, $i, ‘” /></td>’;

    It’s the “$user->avatar” part. But I can’t for the life of me find that extra period in the code.

    Thanks so much for your time!

  • The topic ‘[Plugin: Add Local Avatar] Image not displaying – extra period’ is closed to new replies.