clay
Forum Replies Created
-
Using your fix as well.
Thanks
Forum: Everything else WordPress
In reply to: Link/Redirect not workingThe variables needed to be set globally.. It’s been fixed thanks to the original Author!
Forum: Plugins
In reply to: Gravatars and threaded commentsOK– after getting some sleep I have seemingly figured out what was wrong:
<?php if (function_exists('gravatar')) {
if ('' != get_comment_author_url()) { ?><a href="<?php comment_author_url(); ?>" title="Visit <?php comment_author() ?>">
<?php } else { ?><a href="https://www.gravatar.com"> <?php } ?><img src="<?php gravatar(get_comment_author_email()); ?>" alt="Get your own gravatar for comments by visiting gravatar.com" class="gravatar" />
</a>
<?php } ?>This appears to be working
Forum: Plugins
In reply to: Gravatars and threaded commentsbump
Forum: Plugins
In reply to: Gravatars and threaded commentsHey–
I am using the threaded comments plugin and Skippy’s gravatar plugin
and I have everything working except when using the theaded comment template, local avatars are seemingly ignored and only the blank avatar is shown.
I am using this code to invoke it:
<div id="div-comment-<?php comment_ID() ?>" class='comment <?php echo $oddcomment?>'>
<a name='comment-<?php comment_ID() ?>' id='comment-<?php comment_ID() ?>'></a>
<cite><?php if (function_exists('gravatar')) {
if ('' != get_comment_author_url()) { ?><a href="<?php comment_author_url(); ?>" title="Visit <?php comment_author() ?>">
<?php } else { ?><a href="https://www.gravatar.com"> <?php } ?><img src="<?php gravatar($comment->comment_author_email); ?>" alt="Get your own gravatar for comments by visiting gravatar.com" class="gravatar" />
</a>
<?php } ?>
<?php comment_author_link() ?></cite> Says:
<?php if ($comment->comment_approved == '0') : ?>
<em>Your comment is awaiting moderation.</em>
<?php endif; ?>Any ideas? If I use the standard template the local avatar shows up..
Forum: Your WordPress
In reply to: Hacked Links Page- 3 Column LayoutUpdate:
I have had a lot of people emailing me about the seperate links page on my site. Please note, I use an older version of WP and have not looked at the latest versions. If you are using version 1.5 I really can’t help you.. sorry. I am sure someone in the forums will be able to give you accurate information
Good luck
Forum: Fixing WordPress
In reply to: Turning on pop-up commentsI am wondering why you would want to.. considering the majority of users are going to have popup blocking?
Forum: Your WordPress
In reply to: My New Site: does it view okay?database error- check your config file and your paths
Forum: Your WordPress
In reply to: Adailyadventure.com Nearly a year after wordpressI might get to those soon.. but other than using a fluid layout(which caused far too many headaches before) I don’t really know what I could do to handle resolution higher than 1024
I don’t know I’ll see what I can do
Forum: Fixing WordPress
In reply to: One Post Loopare you incrementing the counter at the end of the loop?
Forum: Fixing WordPress
In reply to: Stopping Comment and Trackback spamYou are welcome- glad it has helped someone else.
Just make sure if you get a new spam- read it and add a word to the spam list.
It’s not bullet proof- but it’s helped me a lot.
Forum: Everything else WordPress
In reply to: .htaccess and arithmeticI am a little confused-
but can’t you just do a two part redirect- one which handles the cgi scripts that start with zero, and then your catchall that you already have, except start it at 1 instead of zero?
Forum: Fixing WordPress
In reply to: error establishing a database connectionDid you accidentally overwrite your config file?
Are you certain the login and database info in your config file is correct?
Forum: Fixing WordPress
In reply to: error establishing a database connectionIf it was working previously, your host probably has a problem. Contact them and check to see if your SQL server is working
Forum: Installing WordPress
In reply to: Can login with Firefox, but not IEIt’s probably a cookie issue- double check your privacy and security settings