Forum Replies Created

Viewing 15 replies - 346 through 360 (of 675 total)
  • I’m not sure why your install is acting this way , but, you might try using this plugin that makes managing comments easier and may also clear your problem.

    It “replaces the stock Comments Management page with a more flexible page that allows paging through comments as well as optionally showing _all_ comments, including spam comments. This way it is possible to correct false-positives and monitor the activity of the built-in spam countermeasures.”

    http://www.coldforged.org/paged-comment-editing-plugin/

    Forum: Plugins
    In reply to: Error adding Plugin

    You most likely have an extra space in the theme-switcher.php file.

    Check to ensure there is no extra spaces either before <php? at the beginning of the plugin file or after the closing ?> tag.

    Forum: Fixing WordPress
    In reply to: thanks commentor

    Try this plugin, you may be able to rework to display what you want.

    It’s configured to give a list of the last people to comment on a post, with a link to their site if they provided one.

    http://mtdewvirus.com/code/wordpress-plugins/

    Forum: Plugins
    In reply to: gravatar display code issue

    Again, this is the exact code from my blog with the same theme that should be entered. If that is resulting in all your gravs displaying your default image the problem is somewhere else and not with this code. Hint, or not: If an Email addy is not entered on a comment it will display your default grav even if the individual hs a grav of their own.

    <img src="<?php gravatar("R", 38, "http://cranialcavity.net/fullthrottle/wp/wp-images/flag-grav.gif",

    "000000"); ?>" alt="" /></div>

    I guess it’s fair to add this considering Denis has given you a correct response:

    Who gives a DAMN!

    One thing you can do is make your gravs smaller, about 40×40. That would help alignment and speed loading from the gravatar server.

    Then try this code:
    .gravatar {
    position: relative;
    float: left;
    margin: 0 10px 2px 15px;
    border:1px solid #999 !important;
    padding:3px !important;
    clear: both;
    }

    see if that changes the display. Note with comments that a very short, say one line, they still may not align correctly. When that happens I just go in and edit the comment by splitting it and adding blank lines between sentences.

    The trackback URL from post b should be entered in the box labled as such in your write post page. Separate multiple URLS with a space.

    Forum: Plugins
    In reply to: gravatar display code issue

    You should make a default grav and host it on your own site. It would be called up for for people that don’t have one.

    If you look at my site I linked to earlier you can see my default and how it gets called up.

    Forum: Plugins
    In reply to: gravatar display code issue

    Check the instruction given with the plugin code. The R/38 tells the plugin to restrict images to a “R” rating and the 30 is the px width of the image.

    Forum: Plugins
    In reply to: gravatar display code issue

    Addendum to the above.

    Sorry I don’t think I made that post clear and I can’t edit it.

    Between the “clear both” and the “php comment_text” is the code I entered to stley that section the way I desired (ie <div class=”img-dec”>).

    Look for the code in your comments.php above that section and below it, it should be the same as yours and insert your Gravatar code. Because that blog is using the same theme as yours it shouldn’t be a problem locating that section of code.

    Forum: Plugins
    In reply to: gravatar display code issue

    Here is the code from my comment.php, that is also the same theme so it should match yours. You can see the appearence here.

    <?php comment_date('F j, Y') ?>
    @ <a href="#comment-<?php comment_ID() ?>" title="<?php _e('Permanent link to this comment'); ?>"><?php comment_time() ?></a>
    <?php edit_comment_link(__("Edit"), ' · ', ''); ?>

    <div style="clear:both;">

    <strong><div class="img-dec"><img src="<?php gravatar("R", 38, "http://cranialcavity.net/fullthrottle/wp/wp-images/flag-grav.gif&quot;,

    "000000"); ?>" alt="" /></div></strong>

    <?php comment_text() ?>
    </li>

    Pay attention to the code between “clear both>” and “php comment text” Look for the same code and enter your gravatar code.

    Forum: Installing WordPress
    In reply to: autocomments?

    I have that plugin running on my install of WP 1.5.2 with no problems. You should diect your question to the author of the plugin.

    Forum: Fixing WordPress
    In reply to: favicons from pics

    Just what are you talking about? A favicon is designed to be 16×16 so it fits in the address window of your browser. Like this one.
    http://www.chami.com/html-kit/services/favicon/

    If you mean to say gravatar you need this plugin to show them:
    ttp://www.gravatar.com/implement.php#section_2_2

    If you want to let your readers sign up for a gravatar you need this plugin:
    http://txfx.net/2005/03/11/wp-gravatar-signup/

    A gravatar can be any size from 80×80 or smaller you set the parameter in the first plugin.

    On another note, last time I checked this was a WP support forum. I could be wrong, but I think not. And remember Google is your friend:

    David I still have had no chance to send them along. But note my second attempt was for an online blog useing PHP4.3.10. The first attempt was on a home box with PHP 5.

    What exactly do you want me to send via Email, I didn’t fully understand your request earlier. Do you desire something more than the two error codes listed in the above posts?

    I’ll download your latest version even though it looks like the only change was in the fonts. One never knows does one, when it comes to this silly digital nonsense 🙂

Viewing 15 replies - 346 through 360 (of 675 total)