• Hello!
    I recently moved my wordpress blog to a new webhost, swedish loopia.se. Unfortunately, the favatar plugin doesn’t work anymore.

    When I upgraded to 2.5, I implemented this fix: global $comment, $wpdb;
    which made it work, but changing to my new webhost seems to have broken the plugin.

    I’m now on WordPress 2.7, have tried to flush it, gravatise my blog and everything, but no favatars are showing up anymore.

    Here’s a page with pingbacks on it, but instead of a favicon before the link, it just ends up empty: http://jensfilipsson.com/photo-album/fabulous-five-on-iceland/

    I’m sorry that I can’t provide more information, but I have no clue what could have caused this problem.

    Suggestions anyone?

    http://ww.wp.xz.cn/extend/plugins/favatars/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jenseo

    (@jenseo)

    And to be clear, the link to the page with pingbacks on it should be working, it’s pingbacks from my own page, which worked perfectly in the past!

    I’m wondering the same thing.

    I’ve added the following to my functions.php but I haven’t been able to check if it works yet:

    <?php
    /* Gives Pings&Trackbacks a lower profile, by outputting just a link in a LI.
    */
    function list_pings($comment, $args, $depth) {
           $GLOBALS['comment'] = $comment;
    ?>
            <li id="comment-<?php comment_ID(); ?>">
            <p><a href="<?php comment_author_url(); ?>" class="fav">
            <?php comment_favicon(); ?></a><?php comment_author_link() ?></p>
    
    <?php } ?>

    Hope it works for you!

    Just checked: It does! (See this page for an example.)

    I am running into a problem when I try to run the “Favatise my blog” script on the admin-page. It times out saying “cannot decode raw data” (NSURLErrorDomain:-1015)”. Are you getting that too?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Favatars stopped working!’ is closed to new replies.