ccarter
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: amazing grace, add own photosDid you ever get a response to this… or figure out a solution?
I’m interested in doing the same thing.-charles
Forum: Plugins
In reply to: WP Gravatar NewbieOkay… thank you. I think I am finally beginning to get the getter.
I will play around with this some and see what happens.
-charles
Forum: Plugins
In reply to: WP Gravatar Newbieokay… I just replied to a post and I’ll be darned if it didn’t show up.
It would be nice though if gravatars/avatars could be assigned to posts as well as comments. Do you know if this is a possibility?
Forum: Plugins
In reply to: WP Gravatar NewbieIs it possible when someone creates a post that a gravatar can be displayed or are they limited to only comments (when someone replies to a post)?
Forum: Plugins
In reply to: WP Gravatar NewbieMy link is https://www.pioneerfamilies.us/wordpress
If you want admin access I will be happy to provide that offline.
Forum: Plugins
In reply to: WP Gravatar NewbieYou know when someone uses the term “newbie” some extra care or explanation is usually warranted.
Not once did you mention that avatars were not supported… only gravatars from gravatar.com. That would have saved a lot of time… mostly mine.
I have signed up for an account and uploaded my image. I received this back…
https://www.gravatar.com/avatar/b5ef7901f401f30a83d9fe8a2055695c?s=80
What do I do with this… in other words where do I need to insert this information?
I noticed that my image already shows up on this board… but I’m still not receiving it on mine.
Forum: Plugins
In reply to: WP Gravatar NewbieGood morning.
I deactivated the plugin.
I checked Settings->Discussion…
Show Avatars is selected
Maximun Rating = G
Default Avatar = Mystery Man for nowHere is an excerpt of the default comments.php…
<li <?php echo $oddcomment; ?>id=”comment-<?php comment_ID() ?>”>
<?php echo get_avatar( $comment, 32 ); ?>
<cite><?php comment_author_link() ?></cite> Says:
<?php if ($comment->comment_approved == ‘0’) : ?>
Your comment is awaiting moderation.
<?php endif; ?>Where do we go from here???
What folder should my avatar be in???
Forum: Plugins
In reply to: WP Gravatar NewbiePlease know that I appreciate the fact that WP is freeware and is being supported by the help of dedicated volunteers. I know that you must all be busy and that not everyone can be an expert in everything… so, I am hoping that someone with some experience in getting avatars to work with WP 2.6.2 will kindly step in and lend a hand. Thanks ??
With that being said, it would appear that the only way to get avatars to show in v2.6.2 is to use the WP GRAVATAR plugin. I reactived this plugin and my avatar is now displaying.
Armed with this and the experience over the past 24 hours it appears that the built-in avatar support may be broken… at least that is my opinion unless someone will help show me otherwise.
So, back to my original question #2:
I am “admin” with administrator privledges. I am also “Charles” and “Carter Black” each with contributor privledges and their own avatars. My problem is I can only get the default admin avatar to display. How can I get an avatar for “Carter Black” to display when logged in as Carter Black and the same for “Charles”?
BTW I have tried logging on to the WP GRAVATAR support forum for help, but that seems to be broken also. It recognizes my username, but I have be unable to login successfully… I keep getting an invalid password error. I’ve requested it to be re-sent, but I don’t receive anything in my email as it said I should.
Forum: Plugins
In reply to: WP Gravatar NewbieDuring the night a thought came to me to check the theme and see what/if it was activated.
When I went into the design panel, the active theme (default) had an error saying it was broken. I deactivated it… activated Classic… deactivated it and re-activated the default theme.
Both themes now seem to be displaying properly except I still don’t have avatars with either theme!
If the default won’t display avatars. which… according to Otto42 it should, after a complete fresh install then what is going on?
Is there anyone out there that will lend a hand to help me sort this out? I hope so… thank you!
Forum: Plugins
In reply to: WP Gravatar NewbieOkay, downloaded the 2.6.2 file from the link you provied.
I went to the CODEX and followed the backup procedure explicitly.
De-activated pluggins.
Deleted files/directories as specified in the CODEX.
Uploaded all new files into their respective directories.
Ran …/wordpress/wp-admin/upgrade.php
Receive: No Upgrade Required … Your WordPress database is already up-to-date!
Clicked the Continue botton and from there all I get is a white screen even after clearing cache several times.
This whole process is going from bad to worse.
Forum: Plugins
In reply to: WP Gravatar NewbieWhen you put it like that I won’t say I’ll bet my life on it. At the bottom of my admin screen it says:
Thank you for creating with WordPress | Documentation | Feedback | Version 2.6.2
I upgraded my WP from a previous version using WPAU. If the wrong version is installed… does that mean that WPAU isn’t working properly?
I added that line to:
public_html/wordpress/wp-content/themes/default/comments.php
I only have one site so I’m editing the file shown above that is residing on my site.
Two questions:
1. Would you like access to my site to look at things for yourself?2. If I re-install WP… what file do I save to ensure that I don’t lose any content already posted?
Forum: Plugins
In reply to: WP Gravatar NewbieFYI I added…
<?php echo get_avatar( $comment, 32 ); ?>
…to the WordPress Default 1.6 by Michael Heilemann comments.php file which is apparently my default theme.
I’m not getting anything in the way of an avatar using that theme either.
Forum: Plugins
In reply to: WP Gravatar NewbieThank you for providing that link because in my version of the 2.6.2 comments.php file the “get_avatar” line was missing.
In the Quadruple Blue theme here is what is currently available around those same line numbers:
– – – – –
<?php foreach ($comments as $comment) : ?>
<li class=”<?php echo $oddcomment; ?>” id=”comment-<?php comment_ID() ?>”>
<div class=”commentmetadata”>
<?php comment_author_link() ?>, <?php _e(‘on’); ?> ” title=””><?php comment_date(‘F jS, Y’) ?> <?php _e(‘at’);?> <?php comment_time() ?> <?php _e(‘Said:’); ?> <?php edit_comment_link(‘Edit Comment’,”,”); ?>
<?php if ($comment->comment_approved == ‘0’) : ?>
<?php _e(‘Your comment is awaiting moderation.’); ?>
<?php endif; ?>
</div>– – – – –
Where would the <?php echo get_avatar( $comment, 32 ); ?> line go in this file?
Forum: Plugins
In reply to: WP Gravatar NewbieI have deactivated the gravatar plugin… I then went to the wordpress default theme comments.php page but did not find anything regarding avatars. I’m afraid I don’t know where to go from here.
I am currently using WP v2.6.2 with Quadruple Blue v1.0
The “Just add the get_avatar() function to the correct places in your theme” does not mean alot to me since I do not know “where” or “which” file(s) I need to modify.
I’m afraid I need more guidance and handholding if possible.
Thanks,
-charles