I've checked my email address, settings and made new posts and replies. Nothing showing up. Anything I'm missing?
bbPress support forums » Troubleshooting
0.9 - No Gravatar
(7 posts)-
Posted 7 months ago #
-
Your theme needs to support the new template tags used to show the avatars. Probably only the Kakumei themes have these tags, but you can copy them to your theme and incorporate them.
Posted 7 months ago # -
Rather than root through all the files to find the gravatar tag, I just uploaded all the new core template files. The gravs show up, but now the alignment is off - a reply grav overlaps the role of the poster above and the last reply grav overlaps the "RSS feed for this topic" link, so in the style sheet, I changed:
#thread li {padding: 1.5em;
line-height: 1.5em;}to:
#thread li {padding: 3em;
line-height: 1.5em;}Thanks
Posted 7 months ago # -
I know you just simply uploaded all the core files again, but for those that may have customized files and can't do that, all you have to do is add:
<?php post_author_avatar(); ?>
In post.php right after the threadauthor div.
Posted 7 months ago # -
@ buzz
The new templates were tested pretty thoroughly. Are you saying the misalignment occurred when you were using Kakumei or your own theme?
Posted 7 months ago # -
My fingers were just thinking out loud on that last post. I kept the old style sheet, but I see the differences between the two now.
Posted 7 months ago # -
When you upgrade you should replace all files except for my-plugins and my-templates and in future cases bb-config.php
Posted 7 months ago #
Reply
You must log in to post.