Forums

Favatars stopped working! (4 posts)

  1. jenseo
    Member
    Posted 11 months ago #

    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://wordpress.org/extend/plugins/favatars/

  2. jenseo
    Member
    Posted 11 months ago #

    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!

  3. jamesjm
    Member
    Posted 11 months ago #

    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!

  4. jamesjm
    Member
    Posted 11 months ago #

    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?

Reply

You must log in to post.

About this Topic