Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter stookert

    (@stookert)

    Ok, tried skippy and the other one, can’t get it to work. Who knows where to download the easiest plugin to show and signup for gravatars?

    I’m open to try them all by now ??

    I use the plugin that is available from Gravatar.com itself. It doesn’t do caching or anything fancy. Very simple and easy to use.

    Lemme know if you need help with this one cuz I have it implemented.

    Regards

    Thread Starter stookert

    (@stookert)

    ok I’m trying the wp-gravatar. Uploaded gravatar.php tot plugins dir, activated plugin, last step put this line into comment.php

    <img src=”<?php gravatar(“R”, 40, “https://www.somewhere.com/heatvision.jpg&#8221;, “FF0000″); ?>” alt=”” />

    But where?

    Thread Starter stookert

    (@stookert)

    YEAH !!!!!!!!!!!!!!! Thanks ?? damn why didn’t I get those other ones running. Anyway it works now ??

    pfff….computers are hard to understand.

    Thread Starter stookert

    (@stookert)

    Except why don’t I have a border, I followed the instructions and got this line:

    <?php gravatar(“R”, 40, “https://www.somewhere.com/heatvision.jpg&#8221;, “#000000”); ?>

    Where the #000000 should give a 1px black border, not?

    I just added a new class to my “styles.css” file for my theme called:

    .gravatar
    {
    background-color: #fff;
    padding: 3px;
    margin: -3px 8px 5px 0px;
    border: 1px;
    border-style: solid;
    border-color: #b8b8b8;
    }

    And then where you have the IMG tag for your gravatar, just add ‘class=”gravatar”‘ and change the color if you want and you’ll get the border and more.

    Regards

    Thread Starter stookert

    (@stookert)

    Thanks for the tip, where must I exactly place the ‘class=”gravatar”‘ in this line?

    <img src=”<?php gravatar(“R”, 40, “https://www.stooker-web.nl/wp-content/themes/rin/images/gravatar.jpg&#8221;, “#000000″); ?>” alt=”” />

    and must I delete the #000000 then?

    You have a bigger problem than that. Your showing this error at the bottom of the comment page:

    Fatal error: Call to undefined function: show_gravatar_signup() in /home/stooker/public_html/wp-content/themes/rin/comments.php on line 108

    Looks like you forgot to add the plugin code for sighup.

    I you need a border around the image it has to be set in the CSS.

    Thread Starter stookert

    (@stookert)

    Ok got the rss changed, comment.php changed back, sign-up plugin gone. Think it works fine now. Maybe I should try to get the signing thing working ??

    Just checked again. Looks OK, Grav signup works. Good job!

    BTW I also use rin, you can view my version of Gravatar design here, you you desire.

    It’s close to what you have plus dropshadows and flags of origin.

    Thread Starter stookert

    (@stookert)

    Nice job man !! I messaged you.

    Greetz

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘Where to put gravatar line?’ is closed to new replies.